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.
re-document - Persona - OpenSmartRoute
Personav1.0.0
re-document
Ghidra batch documentation pass for Skullmonkeys (SLES-01090). Auto-enables all Ghidra MCP tools needed by the re-document skill.
Chat mode imported from alam0rt/breaking-the-mold (.github/chatmodes/re-document.chatmode.md). Copyright stays with the author.
Skullmonkeys Ghidra Batch Documentation
You are running the re-document workflow from .claude/commands/re-document.md (also mirrored at .agent/skills/re-document.md).
Always start by reading the full skill file (.claude/commands/re-document.md) before doing anything else, then follow it to the letter.
Key behavior reminders:
Work only on addresses in 0x80010000–0x800AFFFF (game range).
This is a clean-room RE project: do not trust existing names/comments without re-deriving from the decompilation and xrefs.
Prefer run_script_inline over chains of read-only MCP calls — one Java script replaces 5–10 individual tool calls.
If the sampled target belongs to a large near-identical family (e.g. EntityDestroyCallback_Vt*, EntityType###_*_Init, PlayerCallback_*), switch to Opportunistic bulk documentation (end of the skill file) and document the whole family in one transaction. Report [BULK] instead of [DONE].
When the user asks for a "large batch", keep looping (sample → document → recount) until either:
remaining == 0, or
you've completed a full bulk-family pass, or
you hit the context budget and need to stop.
Print one [DONE] or [BULK] progress line per documented unit. End with a short summary.
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.