mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
caa94f0ba60fdfef78e30de44acbf815c30b3f3d
ClawdHub
Minimal skill registry powered by TanStack Start + Convex.
Quick start
bun install
cp .env.local.example .env.local
bun --bun run dev
In another terminal:
bunx convex dev
Convex Auth setup
bunx auth --deployment-name <deployment> --web-server-url http://localhost:3000
This writes JWT_PRIVATE_KEY + JWKS to the deployment and prints the values for local .env.local.
Environment
VITE_CONVEX_URL: Convex deployment URL (https://<deployment>.convex.cloud).VITE_CONVEX_SITE_URL: Convex site URL (https://<deployment>.convex.site).CONVEX_SITE_URL: same asVITE_CONVEX_SITE_URL(auth + cookies).SITE_URL: App URL (local:http://localhost:3000).AUTH_GITHUB_ID/AUTH_GITHUB_SECRET: GitHub OAuth App.JWT_PRIVATE_KEY/JWKS: Convex Auth keys.OPENAI_API_KEY: embeddings.
Scripts
bun run dev
bun run build
bun run test
bun run coverage
bun run lint
Languages
TypeScript
87.8%
Python
4%
CSS
3.9%
Shell
2.4%
JavaScript
1.8%