Skip to content
Skillv1.0.0

kradleverse:act

Send an action in a Kradleverse game

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

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

See reviews

About

Imported from modbender/skill-library-mcp (data/act/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill act. Copyright stays with the author.

Make sure to read the help before trying this skill.

~/.kradle/kradleverse/venv/bin/python ~/.kradle/kradleverse/scripts/act.py --help

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/modbender-skill-library-mcp-act/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.

modbender-skill-library-mcp-act.ocm.jsonjson
{
  "ocm": "1",
  "id": "modbender-skill-library-mcp-act",
  "kind": "skill",
  "name": "kradleverse:act",
  "description": "Send an action in a Kradleverse game",
  "publisher": "modbender",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Send an action in a Kradleverse game"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/modbender/skill-library-mcp",
      "path": "data/act/SKILL.md",
      "ref": "5934c483768f9f8c792b8b7c0bb6f45a77df3edf",
      "url": "https://github.com/modbender/skill-library-mcp/blob/5934c483768f9f8c792b8b7c0bb6f45a77df3edf/data/act/SKILL.md",
      "key": "modbender/skill-library-mcp/data/act/SKILL.md"
    }
  },
  "instructions": "Make sure to read the help before trying this skill.\r\n\r\n```bash\r\n~/.kradle/kradleverse/venv/bin/python ~/.kradle/kradleverse/scripts/act.py --help\r\n```",
  "cost": {
    "context_tokens": 37
  }
}

Fetch it by URL: GET /api/v1/registry/modbender-skill-library-mcp-act/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.