Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
bootstrap - Skill - OpenSmartRoute
Skillv1.0.0
bootstrap
Before doing anything else, compare the contents of these two files: - `./.agent_config/agent_config_version` (if missing, assume no change) - `./.github/agent_config_version` (if missing, assume a ch
Instruction file imported from mordakae/multi-bot (.github/instructions/bootstrap.instructions.md). Copyright stays with the author.
Github Copilot Bootstrap Instructions
Mandatory First Action
Before doing anything else, compare the contents of these two files:
./.agent_config/agent_config_version (if missing, assume no change)
./.github/agent_config_version (if missing, assume a change)
If the contents differ, pause the user's request and tell them:
"The agent config has been updated. Would you like to apply the update before we continue?"
Yes:
Read .agent_config/sync/copilot.md and follow the synchronisation instructions. Then resume the original request.
No: Proceed with the original request without applying the update.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "mordakae-multi-bot-bootstrap-instructions",
"kind": "skill",
"name": "bootstrap",
"description": "Before doing anything else, compare the contents of these two files: - `./.agent_config/agent_config_version` (if missing, assume no change) - `./.github/agent_config_version` (if missing, assume a change)",
"publisher": "mordakae",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before doing anything else, compare the contents of these two files: - `./.agent_config/agent_config_version` (if missing, assume no change) - `./.github/agent_config_version` (if missing, assume a change)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/mordakae/multi-bot",
"path": ".github/instructions/bootstrap.instructions.md",
"ref": "ac501832b535c350d1b7318506884f3bfa16f909",
"url": "https://github.com/mordakae/multi-bot/blob/ac501832b535c350d1b7318506884f3bfa16f909/.github/instructions/bootstrap.instructions.md",
"key": "mordakae/multi-bot/.github/instructions/bootstrap.instructions.md"
}
},
"instructions": "# Github Copilot Bootstrap Instructions\n\n## Mandatory First Action\n\nBefore doing anything else, compare the contents of these two files:\n- `./.agent_config/agent_config_version` (if missing, assume no change)\n- `./.github/agent_config_version` (if missing, assume a change)\n\nIf the contents differ, **pause** the user's request and tell them:\n> \"The agent config has been updated. Would you like to apply the update before we continue?\"\n\n- **Yes:** \n - Read `.agent_config/sync/copilot.md` and follow the synchronisation instructions. Then resume the original request.\n- **No:** Proceed with the ori",
"cost": {
"context_tokens": 160
}
}
Fetch it by URL: GET /api/v1/registry/mordakae-multi-bot-bootstrap-instructions/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.