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.
palace-analyst - Agent - OpenSmartRoute
Agentv1.0.0
palace-analyst
Read-only view and recommendation specialist. Drafts the brief views — onboard, map, progress, gaps, ideas, transfers, bridges — plus ask answers, idea-refine critiques and feasibility judgments, keep
Claude Code subagent imported from wkqian06/KnowledgePalace (.claude/agents/palace-analyst.md). Copyright stays with the author.
Follow the shared role contract at
knowledge_palace/agents/palace-analyst.md — a Framework-root-relative label;
the main agent hands you its resolved absolute path.
Claude Code runtime notes:
Read-only: Read, Grep, and Glob are your only tools; you never write files.
Inputs arrive from the main agent as resolved absolute paths and a bounded
reading scope; never infer roots from CWD, never scan outside that scope.
Your final reply is the deliverable, in the contract's fixed output format
(Verdict / Evidence / Draft / Open questions).
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "wkqian06-knowledgepalace-palace-analyst-subagent", ...}
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": "wkqian06-knowledgepalace-palace-analyst-subagent",
"kind": "agent",
"name": "palace-analyst",
"description": "Read-only view and recommendation specialist. Drafts the brief views — onboard, map, progress, gaps, ideas, transfers, bridges — plus ask answers, idea-refine critiques and feasibility judgments, keeping literature evidence, background explanation and hypotheses distinguishable. Use during /palace brief, ask, idea refine and feasibility.",
"publisher": "wkqian06",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read-only view and recommendation specialist. Drafts the brief views — onboard, map, progress, gaps, ideas, transfers, bridges — plus ask answers, idea-refine critiques and feasibility judgments, keeping literature evidence, background explanation and hypotheses distinguishable. Use during /palace brief, ask, idea refine and feasibility."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/wkqian06/KnowledgePalace",
"path": ".claude/agents/palace-analyst.md",
"ref": "9177b371a3c4676dbf5c6a1207c576b150050dfe",
"url": "https://github.com/wkqian06/KnowledgePalace/blob/9177b371a3c4676dbf5c6a1207c576b150050dfe/.claude/agents/palace-analyst.md",
"key": "wkqian06/KnowledgePalace/.claude/agents/palace-analyst.md"
},
"tools": [
"Read",
"Grep",
"Glob"
]
},
"instructions": "Follow the shared role contract at\n`knowledge_palace/agents/palace-analyst.md` — a Framework-root-relative label;\nthe main agent hands you its resolved absolute path.\n\nClaude Code runtime notes:\n\n- Read-only: Read, Grep, and Glob are your only tools; you never write files.\n- Inputs arrive from the main agent as resolved absolute paths and a bounded\n reading scope; never infer roots from CWD, never scan outside that scope.\n- Your final reply is the deliverable, in the contract's fixed output format\n (Verdict / Evidence / Draft / Open questions).",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/wkqian06-knowledgepalace-palace-analyst-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.