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.
allowealth - Skill - OpenSmartRoute
Skillv1.0.0
allowealth
All project rules and memory are now in `.claude/`:
Imported from ivankristianto/allowealth (AGENTS.md). Install upstream with npx skills add ivankristianto/allowealth. Copyright stays with the author.
Allowealth - Agent Instructions
Note: Agent instructions have been reorganized into .claude/ directory.
Quick Start
All project rules and memory are now in .claude/:
Main instructions: .claude/CLAUDE.md
Auto memory: .claude/memory/MEMORY.md
Modular rules: .claude/rules/
See .claude/README.md for full structure and documentation.
Current baseline: Astro 6 across the main app, docs site, and marketing site.
If rules conflict with task instructions, rules win.
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.
ivankristianto-allowealth-allowealth.ocm.jsonjson
{
"ocm": "1",
"id": "ivankristianto-allowealth-allowealth",
"kind": "skill",
"name": "allowealth",
"description": "All project rules and memory are now in `.claude/`:",
"publisher": "ivankristianto",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All project rules and memory are now in `.claude/`:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ivankristianto/allowealth",
"path": "AGENTS.md",
"ref": "77b3270209b8d78f0c6ab8654d28897e940dd8b6",
"url": "https://github.com/ivankristianto/allowealth/blob/77b3270209b8d78f0c6ab8654d28897e940dd8b6/AGENTS.md",
"key": "ivankristianto/allowealth/AGENTS.md"
}
},
"instructions": "# Allowealth - Agent Instructions\n\n> **Note:** Agent instructions have been reorganized into `.claude/` directory.\n\n## Quick Start\n\nAll project rules and memory are now in `.claude/`:\n\n- **Main instructions**: `.claude/CLAUDE.md`\n- **Auto memory**: `.claude/memory/MEMORY.md`\n- **Modular rules**: `.claude/rules/`\n\nSee `.claude/README.md` for full structure and documentation.\n\nCurrent baseline: Astro 6 across the main app, docs site, and marketing site.\n\n**If rules conflict with task instructions, rules win.**",
"cost": {
"context_tokens": 128
}
}
Fetch it by URL: GET /api/v1/registry/ivankristianto-allowealth-allowealth/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.