Skip to content
Skillv1.0.0

skillit

Generic dispatcher agent that loads admin-uploaded markdown skill files from Redis and routes user prompts to the right one.

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

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

See reviews

About

Imported from rabbah/skillit (AGENTS.md). Install upstream with npx skills add rabbah/skillit. Copyright stays with the author.

skillit

Generic dispatcher agent that loads admin-uploaded markdown skill files from Redis and routes user prompts to the right one.

For comprehensive documentation including critical API usage notes, run ast docs.

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/rabbah-skillit-skillit/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.

rabbah-skillit-skillit.ocm.jsonjson
{
  "ocm": "1",
  "id": "rabbah-skillit-skillit",
  "kind": "skill",
  "name": "skillit",
  "description": "Generic dispatcher agent that loads admin-uploaded markdown skill files from Redis and routes user prompts to the right one.",
  "publisher": "rabbah",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Generic dispatcher agent that loads admin-uploaded markdown skill files from Redis and routes user prompts to the right one."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/rabbah/skillit",
      "path": "AGENTS.md",
      "ref": "b1555f3ef66f7e8f687180905ec9964aa5c7488a",
      "url": "https://github.com/rabbah/skillit/blob/b1555f3ef66f7e8f687180905ec9964aa5c7488a/AGENTS.md",
      "key": "rabbah/skillit/AGENTS.md"
    }
  },
  "instructions": "# skillit\n\nGeneric dispatcher agent that loads admin-uploaded markdown skill files from Redis and routes user prompts to the right one.\n\nFor comprehensive documentation including **critical API usage notes**, run `ast docs`.",
  "cost": {
    "context_tokens": 56
  }
}

Fetch it by URL: GET /api/v1/registry/rabbah-skillit-skillit/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.