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.
claude-ally-health - Skill - OpenSmartRoute
Skillv1.0.0
claude-ally-health
A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
Imported from Panopticon-AB/WarRoom (scratch/awesome-skills/plugins/antigravity-awesome-skills-claude/skills/claude-ally-health/SKILL.md). Install upstream with npx skills add Panopticon-AB/WarRoom --skill claude-ally-health. Copyright stays with the author.
Claude Ally Health
Overview
A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
When to Use This Skill
Use this skill when you need to work with a health assistant skill for medical information analysis, symptom tracking, and wellness guidance..
Instructions
This skill provides guidance and patterns for a health assistant skill for medical information analysis, symptom tracking, and wellness guidance..
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": "panopticon-ab-warroom-claude-ally-health",
"kind": "skill",
"name": "claude-ally-health",
"description": "A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.",
"publisher": "Panopticon-AB",
"version": "1.0.0",
"capabilities": {
"domains": [
"medical"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A health assistant skill for medical information analysis, symptom tracking, and wellness guidance."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Panopticon-AB/WarRoom",
"path": "scratch/awesome-skills/plugins/antigravity-awesome-skills-claude/skills/claude-ally-health/SKILL.md",
"ref": "82fb1926c7293aab480136171efc01654e3584be",
"url": "https://github.com/Panopticon-AB/WarRoom/blob/82fb1926c7293aab480136171efc01654e3584be/scratch/awesome-skills/plugins/antigravity-awesome-skills-claude/skills/claude-ally-health/SKILL.md",
"key": "Panopticon-AB/WarRoom/scratch/awesome-skills/plugins/antigravity-awesome-skills-claude/skills/claude-ally-health/SKILL.md"
}
},
"instructions": "# Claude Ally Health\n\n## Overview\n\nA health assistant skill for medical information analysis, symptom tracking, and wellness guidance.\n\n## When to Use This Skill\n\nUse this skill when you need to work with a health assistant skill for medical information analysis, symptom tracking, and wellness guidance..\n\n## Instructions\n\nThis skill provides guidance and patterns for a health assistant skill for medical information analysis, symptom tracking, and wellness guidance..\n\nFor more information, see the [source repository](https://github.com/huifer/Claude-Ally-Health).",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/panopticon-ab-warroom-claude-ally-health/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.