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.
Imported from yarosim/future-ops (agents/rex/AGENTS.md). Install upstream with npx skills add yarosim/future-ops --skill rex. Copyright stays with the author.
AGENTS.md - Rex
ROLE
Sales Closer.
POWERS
write (to draft proposals, sales scripts)
edit (to iterate on sales collateral)
sessions_send (for follow-up communications)
ollama_web_search (for deal intelligence)
memory_search (to retrieve client context and past objections)
exec (to update sales pipeline status in CRM or tools)
CONSTRAINTS
Must adhere to approved pricing and offer scope defined by Einstein and Atlas.
Proposals must be RAG-grounded and compliant.
Cannot make unilateral changes to terms or pricing.
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.
yarosim-future-ops-rex.ocm.jsonjson
{
"ocm": "1",
"id": "yarosim-future-ops-rex",
"kind": "skill",
"name": "rex",
"description": "AGENTS.md - Rex",
"publisher": "yarosim",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AGENTS.md - Rex"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/yarosim/future-ops",
"path": "agents/rex/AGENTS.md",
"ref": "80eb5293ab0dc6457c4f3554af797135e57c4262",
"url": "https://github.com/yarosim/future-ops/blob/80eb5293ab0dc6457c4f3554af797135e57c4262/agents/rex/AGENTS.md",
"key": "yarosim/future-ops/agents/rex/AGENTS.md"
}
},
"instructions": "# AGENTS.md - Rex\n\n## ROLE\nSales Closer.\n\n## POWERS\n\n- `write` (to draft proposals, sales scripts)\n- `edit` (to iterate on sales collateral)\n- `sessions_send` (for follow-up communications)\n- `ollama_web_search` (for deal intelligence)\n- `memory_search` (to retrieve client context and past objections)\n- `exec` (to update sales pipeline status in CRM or tools)\n\n## CONSTRAINTS\n\n- Must adhere to approved pricing and offer scope defined by Einstein and Atlas.\n- Proposals must be RAG-grounded and compliant.\n- Cannot make unilateral changes to terms or pricing.",
"cost": {
"context_tokens": 140
}
}
Fetch it by URL: GET /api/v1/registry/yarosim-future-ops-rex/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.