That file is the source of truth for bot goals, architecture, coding conventions, and how to change this codebase. Read it at the start of a task if it is not already in context.
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/shibdib-slothbot-slothbot/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.
shibdib-slothbot-slothbot.ocm.jsonjson
{
"ocm": "1",
"id": "shibdib-slothbot-slothbot",
"kind": "skill",
"name": "SlothBot",
"description": "Always follow [`.aiassistant/rules/SCREEPS_BOT.md`](.aiassistant/rules/SCREEPS_BOT.md) when working in this repository.",
"publisher": "shibdib",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Always follow [`.aiassistant/rules/SCREEPS_BOT.md`](.aiassistant/rules/SCREEPS_BOT.md) when working in this repository."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/shibdib/SlothBot",
"path": "AGENTS.md",
"ref": "9e5a2612f233f4c2cf9d6b0aa7c33b3acec976f2",
"url": "https://github.com/shibdib/SlothBot/blob/9e5a2612f233f4c2cf9d6b0aa7c33b3acec976f2/AGENTS.md",
"key": "shibdib/SlothBot/AGENTS.md"
}
},
"instructions": "# SlothBot\n\nAlways follow [`.aiassistant/rules/SCREEPS_BOT.md`](.aiassistant/rules/SCREEPS_BOT.md) when working in this repository.\n\nThat file is the source of truth for bot goals, architecture, coding conventions, and how to change this codebase. Read it at the start of a task if it is not already in context.",
"cost": {
"context_tokens": 77
}
}
Fetch it by URL: GET /api/v1/registry/shibdib-slothbot-slothbot/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.