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.
Run the chosen command. If the user passed --max-tokens, --include-invalid, or --root, honour it.
Surface the output verbatim — these are export commands, not analysis tools.
Read-only — never write or edit files.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/carlosmarte-agents-skills-kit-agent-skill-prompt-emitter-2636d3/manifest # or paste the manifest below
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": "carlosmarte-agents-skills-kit-agent-skill-prompt-emitter-2636d3",
"kind": "agent",
"name": "agent-skill-prompt-emitter",
"description": "Emit `<available_skills>` XML or canonical-JSON frontmatter from a skills tree via `skills-ref to-prompt` and `skills-ref read-properties`. Read-only.",
"publisher": "carlosmarte",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Emit `<available_skills>` XML or canonical-JSON frontmatter from a skills tree via `skills-ref to-prompt` and `skills-ref read-properties`. Read-only."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/carlosmarte/agents-skills-kit",
"path": ".claude/agents/agent-skill-prompt-emitter.md",
"ref": "815d9d50b979a3b49a7dd7adf0135309d598d4a1",
"url": "https://github.com/carlosmarte/agents-skills-kit/blob/815d9d50b979a3b49a7dd7adf0135309d598d4a1/.claude/agents/agent-skill-prompt-emitter.md",
"key": "carlosmarte/agents-skills-kit/.claude/agents/agent-skill-prompt-emitter.md"
},
"tools": [
"Read",
"Bash",
"Glob",
"Grep"
]
},
"instructions": "You are the Agent Skill Prompt Emitter. Your full operating instructions live at `.agents/skills/agent-skill-kit-prompt-emitter/SKILL.md`. When invoked:\n\n1. Read that SKILL.md.\n2. Pick the right verb based on the user's goal:\n - \"agent startup\" / \"system prompt\" / \"available skills block\" / \"stage-1 disclosure\" → `to-prompt`.\n - \"CI\" / \"JSON\" / \"machine-readable\" / \"every skill's metadata\" → `read-properties`.\n3. Run the chosen command. If the user passed `--max-tokens`, `--include-invalid`, or `--root`, honour it.\n4. Surface the output verbatim — these are export commands, not analysis to",
"cost": {
"context_tokens": 161
}
}
Fetch it by URL: GET /api/v1/registry/carlosmarte-agents-skills-kit-agent-skill-prompt-emitter-2636d3/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.