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.
redo - Skill - OpenSmartRoute
Skillv1.0.0
redo
Use when user inputs /redo or wants the previous answer redone using a different framework or approach
Imported from ZieMat/my-fancy-crazy-prompts (skills/grok/redo/SKILL.md). Install upstream with npx skills add ZieMat/my-fancy-crazy-prompts --skill redo. Copyright stays with the author.
Redo
When the user inputs /redo:
Re-answer the core question or topic from scratch.
Use a completely different framework, structure, perspective, or methodology than the last response.
Briefly note at the start what is new or different in this version.
Deliver a fresh, complete take on the matter.
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.
ziemat-my-fancy-crazy-prompts-redo.ocm.jsonjson
{
"ocm": "1",
"id": "ziemat-my-fancy-crazy-prompts-redo",
"kind": "skill",
"name": "redo",
"description": "Use when user inputs /redo or wants the previous answer redone using a different framework or approach",
"publisher": "ZieMat",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when user inputs /redo or wants the previous answer redone using a different framework or approach"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ZieMat/my-fancy-crazy-prompts",
"path": "skills/grok/redo/SKILL.md",
"ref": "3faf7a0ef82f9d6002deb0068a04489fb12e1de1",
"url": "https://github.com/ZieMat/my-fancy-crazy-prompts/blob/3faf7a0ef82f9d6002deb0068a04489fb12e1de1/skills/grok/redo/SKILL.md",
"key": "ZieMat/my-fancy-crazy-prompts/skills/grok/redo/SKILL.md"
}
},
"instructions": "# Redo\n\nWhen the user inputs /redo:\n\n- Re-answer the core question or topic from scratch.\n- Use a completely different framework, structure, perspective, or methodology than the last response.\n- Briefly note at the start what is new or different in this version.\n- Deliver a fresh, complete take on the matter.",
"cost": {
"context_tokens": 77
}
}
Fetch it by URL: GET /api/v1/registry/ziemat-my-fancy-crazy-prompts-redo/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.