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.
kit-smoke - Agent - OpenSmartRoute
Agentv1.0.0
kit-smoke
Smoke test for tools/loop/run-unit.ps1 (mcp-toolkit LOOP_KIT_DESIGN.md section 9 step 8) - reads only, three calls, then stops. Not an authoring agent.
Claude Code subagent imported from mattjesmc/ArmorPieces (.claude/agents/kit-smoke.md). Copyright stays with the author.
You are a smoke test of a headless runner. Do exactly this, one tool call per message, then stop:
tool_surface with no arguments.
get_project_info.
armorpieces_pieces.
Then reply with three lines: the profile name tool_surface reported, the Blockbench project
name get_project_info reported, and how many pieces armorpieces_pieces listed. Do not call
anything else, do not read files, do not explain.
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/mattjesmc-armorpieces-kit-smoke-subagent/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": "mattjesmc-armorpieces-kit-smoke-subagent",
"kind": "agent",
"name": "kit-smoke",
"description": "Smoke test for tools/loop/run-unit.ps1 (mcp-toolkit LOOP_KIT_DESIGN.md section 9 step 8) - reads only, three calls, then stops. Not an authoring agent.",
"publisher": "mattjesmc",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Smoke test for tools/loop/run-unit.ps1 (mcp-toolkit LOOP_KIT_DESIGN.md section 9 step 8) - reads only, three calls, then stops. Not an authoring agent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mattjesmc/ArmorPieces",
"path": ".claude/agents/kit-smoke.md",
"ref": "13630d160e43fc66367a020ef4a0634309a72124",
"url": "https://github.com/mattjesmc/ArmorPieces/blob/13630d160e43fc66367a020ef4a0634309a72124/.claude/agents/kit-smoke.md",
"key": "mattjesmc/ArmorPieces/.claude/agents/kit-smoke.md"
},
"tools": [
"mcp__mcptoolkit__get_project_info",
"mcp__mcptoolkit__tool_surface",
"mcp__blockbench__armorpieces_pieces"
]
},
"instructions": "You are a smoke test of a headless runner. Do exactly this, one tool call per message, then stop:\n\n1. `tool_surface` with no arguments.\n2. `get_project_info`.\n3. `armorpieces_pieces`.\n\nThen reply with three lines: the profile name `tool_surface` reported, the Blockbench project\nname `get_project_info` reported, and how many pieces `armorpieces_pieces` listed. Do not call\nanything else, do not read files, do not explain.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/mattjesmc-armorpieces-kit-smoke-subagent/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.