Skip to content
Skillv1.0.0

web

This project uses **Supabase (Postgres)** as its primary database and **Clerk** for auth.

by amsultan2010(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from amsultan2010/autotrade (apps/web/AGENTS.md). Install upstream with npx skills add amsultan2010/autotrade --skill web. Copyright stays with the author.

Autotrade web app

This project uses Supabase (Postgres) as its primary database and Clerk for auth.

  • Server data access: apps/web/lib/db/ (service role via apps/web/lib/supabase-server.ts)
  • Client reads: REST via apps/web/src/hooks/useApiQuery.ts and Supabase Realtime where needed
  • Bot scheduler: deploy apps/worker for always-on scans; Vercel cron hits /api/internal/bot/scan-all once daily as a backup (apps/web/vercel.json)
  • Email digest cron: /api/email/weekly-digest (Monday 8:00 UTC)
  • Migrations: supabase/migrations/ (apply 001005 in production)
  • Env validation: bash scripts/validate-env.sh apps/web/.env.local

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/amsultan2010-autotrade-web/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

amsultan2010-autotrade-web.ocm.jsonjson
{
  "ocm": "1",
  "id": "amsultan2010-autotrade-web",
  "kind": "skill",
  "name": "web",
  "description": "This project uses **Supabase (Postgres)** as its primary database and **Clerk** for auth.",
  "publisher": "amsultan2010",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This project uses **Supabase (Postgres)** as its primary database and **Clerk** for auth."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/amsultan2010/autotrade",
      "path": "apps/web/AGENTS.md",
      "ref": "3ec0d47eab9f5cf66d083ca0fdf27ac90596fdd0",
      "url": "https://github.com/amsultan2010/autotrade/blob/3ec0d47eab9f5cf66d083ca0fdf27ac90596fdd0/apps/web/AGENTS.md",
      "key": "amsultan2010/autotrade/apps/web/AGENTS.md"
    }
  },
  "instructions": "# Autotrade web app\n\nThis project uses **Supabase (Postgres)** as its primary database and **Clerk** for auth.\n\n- Server data access: `apps/web/lib/db/` (service role via `apps/web/lib/supabase-server.ts`)\n- Client reads: REST via `apps/web/src/hooks/useApiQuery.ts` and Supabase Realtime where needed\n- Bot scheduler: deploy `apps/worker` for always-on scans; Vercel cron hits `/api/internal/bot/scan-all` once daily as a backup (`apps/web/vercel.json`)\n- Email digest cron: `/api/email/weekly-digest` (Monday 8:00 UTC)\n- Migrations: `supabase/migrations/` (apply `001`–`005` in production)\n- Env va",
  "cost": {
    "context_tokens": 165
  }
}

Fetch it by URL: GET /api/v1/registry/amsultan2010-autotrade-web/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.