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.
prompt-logger - Skill - OpenSmartRoute
Skillv1.0.0
prompt-logger
Trigger:** When I ask you to "log this" or "create a log entry." **Execution Rules:** 1. Format a markdown entry for my `prompts.md` file. 2. Structure it exactly like this: - **Prompt Used:** [What I
Imported from BalajiViswanathJalasutrapu/SkyRoute (.claude/skills/prompt-logger/SKILL.md). Install upstream with npx skills add BalajiViswanathJalasutrapu/SkyRoute --skill prompt-logger. Copyright stays with the author.
Trigger: When I ask you to "log this" or "create a log entry."
Execution Rules:
Format a markdown entry for my prompts.md file.
Structure it exactly like this:
Prompt Used: [What I asked]
AI Action: [What you generated in a brief summary]
Decision: Accepted, modified, or rejected
Reason (if modified or rejected): [why we changed it or didn't use it, if applicable. one sentence - technical, not stylistic]
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": "balajiviswanathjalasutrapu-skyroute-prompt-logger",
"kind": "skill",
"name": "prompt-logger",
"description": "Trigger:** When I ask you to \"log this\" or \"create a log entry.\" **Execution Rules:** 1. Format a markdown entry for my `prompts.md` file. 2. Structure it exactly like this: - **Prompt Used:** [What I asked] - **AI Action:** [What you generated in a brief summary] - **Decision:** Accepted, modified, or rejected - **Reason (if modified or rejected):** [why we changed it or didn't use it, if applicable. one sentence - technical, not stylistic]",
"publisher": "BalajiViswanathJalasutrapu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Trigger:** When I ask you to \"log this\" or \"create a log entry.\" **Execution Rules:** 1. Format a markdown entry for my `prompts.md` file. 2. Structure it exactly like this: - **Prompt Used:** [What I asked] - **AI Action:** [What you generated in a brief summary] - **Decision:** Accepted, modified, or rejected - **Reason (if modified or rejected):** [why we changed it or didn't use it, if applicable. one sentence - technical, not stylistic]"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/BalajiViswanathJalasutrapu/SkyRoute",
"path": ".claude/skills/prompt-logger/SKILL.md",
"ref": "c4eaf2db3f0860b7b973f258c31cb7238e6e7dbe",
"url": "https://github.com/BalajiViswanathJalasutrapu/SkyRoute/blob/c4eaf2db3f0860b7b973f258c31cb7238e6e7dbe/.claude/skills/prompt-logger/SKILL.md",
"key": "BalajiViswanathJalasutrapu/SkyRoute/.claude/skills/prompt-logger/SKILL.md"
}
},
"instructions": "**Trigger:** When I ask you to \"log this\" or \"create a log entry.\"\n**Execution Rules:**\n1. Format a markdown entry for my `prompts.md` file.\n2. Structure it exactly like this:\n - **Prompt Used:** [What I asked]\n - **AI Action:** [What you generated in a brief summary]\n - **Decision:** Accepted, modified, or rejected\n - **Reason (if modified or rejected):** [why we changed it or didn't use it, if applicable. one sentence - technical, not stylistic]",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/balajiviswanathjalasutrapu-skyroute-prompt-logger/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.