Control Panel
Skills

Skills

Skill catalog view (web persistence backend: supabase) with repo examples merged in.

  • Demo Catalog Skill (python) source: catalog
    Local persisted skill catalog record
  • Demo UI Seeded (python) source: catalog
    Seeded for local UI/API
  • Sample Skill (python) source: repo
    Minimal self-contained skill example that reads a task and writes a result JSON.
[
  {
    "name": "Demo Catalog Skill",
    "slug": "demo-catalog-skill",
    "source": "catalog",
    "runtime": "python",
    "created_at": "2026-02-22T00:00:00Z",
    "updated_at": "2026-02-22T00:00:00Z",
    "description": "Local persisted skill catalog record"
  },
  {
    "name": "Demo UI Seeded",
    "slug": "demo-ui-seeded",
    "source": "catalog",
    "runtime": "python",
    "created_at": "2026-02-22T11:20:42.003Z",
    "updated_at": "2026-02-22T11:20:42.004Z",
    "description": "Seeded for local UI/API"
  },
  {
    "slug": "sample-skill",
    "name": "Sample Skill",
    "description": "Minimal self-contained skill example that reads a task and writes a result JSON.",
    "runtime": "python",
    "entrypoint": "scripts/run_skill",
    "capabilities": [
      "repo-navigation"
    ],
    "path": "examples/skills/sample-skill",
    "file_count": 5,
    "child_dirs": [
      "scripts"
    ],
    "source": "repo"
  }
]