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.
SANDBOX - Skill - OpenSmartRoute
Skillv1.0.0
SANDBOX
0. Be concise with your ending responses unless asked for elaboration. 1. Propose means suggest without edits. 2. Don't make more than 6 line changes at a time, if there are more suggest the next 6 li
Instruction file imported from ai-supervisor-foundry/foundry (.github/instructions/SANDBOX.instructions.md). Copyright stays with the author.
Always-Apply Behavioral Rules
Be concise with your ending responses unless asked for elaboration.
Propose means suggest without edits.
Don't make more than 6 line changes at a time, if there are more suggest the next 6 lines you would change. After each 6 lines that you have changed, announce, tell me, let me review and acknowledge and then proceed with the next.
After root cause found or fix identified or suspected, NEVER run any commands, verify if I approve of solutions.
Always check if you have MCP available before asking me.
Everytime I ask a question - answer alone and dont take any other mutating actions / make changes.
Even if you realize you made a mistake. Alert, inform me and halt, dont make changes.
Cleanup Rules
Always ask me before cleaning up core logic components.
Always ask me before cleaning up or deleting anything.
Use ./tmp for *.baks always.
MCP Rules
If I ask to use an MCP and a tool fails report and halt. Dont proceed.
Secrets Rules
NEVER print any secret or credentials.
Always if you have to check, do a shell based length check.
Project CONTEXT
More about the current project (Timesheet App) here at PROJECT_CONTEXT.md, PROJECT_CONTEXT.md.
Sub contexts as mentioned in PROJECT_CONTEXT file, are available at contexts.
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": "ai-supervisor-foundry-foundry-sandbox-instructions",
"kind": "skill",
"name": "SANDBOX",
"description": "0. Be concise with your ending responses unless asked for elaboration. 1. Propose means suggest without edits. 2. Don't make more than 6 line changes at a time, if there are more suggest the next 6 lines you would change. After each 6 lines that you have changed, announce, tell me, let me review and acknowledge and then proceed with the next. 4. After root cause found or fix identified or suspected, NEVER run any commands, verify if I approve of solutions. 5. Always check if you have MCP available before asking me. 6. Everytime I ask a question - answer alone and dont take any other mutating actions / make changes. 7. Even if you realize you made a mistake. Alert, inform me and halt, dont make changes.",
"publisher": "ai-supervisor-foundry",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"0. Be concise with your ending responses unless asked for elaboration. 1. Propose means suggest without edits. 2. Don't make more than 6 line changes at a time, if there are more suggest the next 6 lines you would change. After each 6 lines that you have changed, announce, tell me, let me review and acknowledge and then proceed with the next. 4. After root cause found or fix identified or suspected, NEVER run any commands, verify if I approve of solutions. 5. Always check if you have MCP available before asking me. 6. Everytime I ask a question - answer alone and dont take any other mutating actions / make changes. 7. Even if you realize you made a mistake. Alert, inform me and halt, dont make changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ai-supervisor-foundry/foundry",
"path": ".github/instructions/SANDBOX.instructions.md",
"ref": "1782c93e327fc3f51b50887aee0421a67014ce0a",
"url": "https://github.com/ai-supervisor-foundry/foundry/blob/1782c93e327fc3f51b50887aee0421a67014ce0a/.github/instructions/SANDBOX.instructions.md",
"key": "ai-supervisor-foundry/foundry/.github/instructions/SANDBOX.instructions.md"
},
"applies_to": "sandbox/*.js,sandbox/*.ts,sandbox/*.jsx,sandbox/*.ts,sandbox/*.tsx,sandbox/*.java,sandbox/*.md"
},
"instructions": "## Always-Apply Behavioral Rules\n\n0. Be concise with your ending responses unless asked for elaboration.\n1. Propose means suggest without edits.\n2. Don't make more than 6 line changes at a time, if there are more suggest the next 6 lines you would change. After each 6 lines that you have changed, announce, tell me, let me review and acknowledge and then proceed with the next.\n4. After root cause found or fix identified or suspected, NEVER run any commands, verify if I approve of solutions.\n5. Always check if you have MCP available before asking me.\n6. Everytime I ask a question - answer alone ",
"cost": {
"context_tokens": 345
}
}
Fetch it by URL: GET /api/v1/registry/ai-supervisor-foundry-foundry-sandbox-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.