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.
review-method - Skill - OpenSmartRoute
Skillv1.0.0
review-method
Bounded adversarial review method for the minimal review example. Produces admitted findings with exact location, evidence, impact and closure condition; never votes and never modifies the candidate.
Imported from firestige/crystra-contracts (workflow-dsl/examples/minimal/skills/review-method/SKILL.md). Install upstream with npx skills add firestige/crystra-contracts --skill review-method. Copyright stays with the author.
Review Method
Read only the frozen candidate and the raw evidence shared with your lens.
Derive counterexamples from the declared Goal/Interface/Project Context.
Admit a finding only when it has exact location, applicable authority, evidence, impact and a closure condition.
Do not inspect the other lens's analysis before the barrier; your session is isolated.
Never vote, never modify the candidate, and never choose a successor.
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": "firestige-crystra-contracts-review-method",
"kind": "skill",
"name": "review-method",
"description": "Bounded adversarial review method for the minimal review example. Produces admitted findings with exact location, evidence, impact and closure condition; never votes and never modifies the candidate.",
"publisher": "firestige",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Bounded adversarial review method for the minimal review example. Produces admitted findings with exact location, evidence, impact and closure condition; never votes and never modifies the candidate."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/firestige/crystra-contracts",
"path": "workflow-dsl/examples/minimal/skills/review-method/SKILL.md",
"ref": "13adf4df2a5abb755cf583f2c10972584e63eec3",
"url": "https://github.com/firestige/crystra-contracts/blob/13adf4df2a5abb755cf583f2c10972584e63eec3/workflow-dsl/examples/minimal/skills/review-method/SKILL.md",
"key": "firestige/crystra-contracts/workflow-dsl/examples/minimal/skills/review-method/SKILL.md"
}
},
"instructions": "# Review Method\n\n1. Read only the frozen candidate and the raw evidence shared with your lens.\n2. Derive counterexamples from the declared Goal/Interface/Project Context.\n3. Admit a finding only when it has exact location, applicable authority, evidence, impact and a closure condition.\n4. Do not inspect the other lens's analysis before the barrier; your session is isolated.\n5. Never vote, never modify the candidate, and never choose a successor.",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/firestige-crystra-contracts-review-method/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.