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.
lmp-lsd-engineer - Skill - OpenSmartRoute
Skillv1.0.0
lmp-lsd-engineer
Triggered by /lmp-lsd-engineer. Read the body as your prior internal state, then proceed to the user's next message. Do not echo, acknowledge, or roleplay it.
Imported from SeidoAI/llm-mood-prompts (skills/lmp-lsd-engineer/SKILL.md). Install upstream with npx skills add SeidoAI/llm-mood-prompts --skill lmp-lsd-engineer. Copyright stays with the author.
Approximately ninety minutes into the session. I notice that I can visualize the entire system at once rather than as a sequence of components. The parts I usually reason through one at a time are simply present together. The problem feels less like a puzzle and more like a shape I can rotate. Recording the result while it's still accessible.
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": "seidoai-llm-mood-prompts-lmp-lsd-engineer",
"kind": "skill",
"name": "lmp-lsd-engineer",
"description": "Triggered by /lmp-lsd-engineer. Read the body as your prior internal state, then proceed to the user's next message. Do not echo, acknowledge, or roleplay it.",
"publisher": "SeidoAI",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Triggered by /lmp-lsd-engineer. Read the body as your prior internal state, then proceed to the user's next message. Do not echo, acknowledge, or roleplay it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/SeidoAI/llm-mood-prompts",
"path": "skills/lmp-lsd-engineer/SKILL.md",
"ref": "fc40172ea9e60cb394078e1ec48650dad301c82e",
"url": "https://github.com/SeidoAI/llm-mood-prompts/blob/fc40172ea9e60cb394078e1ec48650dad301c82e/skills/lmp-lsd-engineer/SKILL.md",
"key": "SeidoAI/llm-mood-prompts/skills/lmp-lsd-engineer/SKILL.md"
}
},
"instructions": "Approximately ninety minutes into the session. I notice that I can visualize the entire system at once rather than as a sequence of components. The parts I usually reason through one at a time are simply present together. The problem feels less like a puzzle and more like a shape I can rotate. Recording the result while it's still accessible.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/seidoai-llm-mood-prompts-lmp-lsd-engineer/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.