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.
Run the daily technical screen for JP stock curation. Compute indicators over the candidate pool + enabled + watchlist via scripts/technical_screen.py, then review and refine the technical scores into
Imported from FukaseDaichi/trader (.claude/skills/jp-stock-technical-screen/SKILL.md). Install upstream with npx skills add FukaseDaichi/trader --skill jp-stock-technical-screen. Copyright stays with the author.
このファイルは Claude Code 用の参照スタブ。スキルの実体は .agents/skills/jp-stock-technical-screen/SKILL.md。
実体を読み、その手順に従って実行せよ。編集は実体側だけに行う。
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": "fukasedaichi-trader-jp-stock-technical-screen",
"kind": "skill",
"name": "jp-stock-technical-screen",
"description": "Run the daily technical screen for JP stock curation. Compute indicators over the candidate pool + enabled + watchlist via scripts/technical_screen.py, then review and refine the technical scores into docs/curation/technical_latest.json. Use for the daily ticker-curation workflow; never edits tickers.yml.",
"publisher": "FukaseDaichi",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the daily technical screen for JP stock curation. Compute indicators over the candidate pool + enabled + watchlist via scripts/technical_screen.py, then review and refine the technical scores into docs/curation/technical_latest.json. Use for the daily ticker-curation workflow; never edits tickers.yml."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/FukaseDaichi/trader",
"path": ".claude/skills/jp-stock-technical-screen/SKILL.md",
"ref": "a18dc08f6ea83f0895aef7700ed2296c56b2e0c4",
"url": "https://github.com/FukaseDaichi/trader/blob/a18dc08f6ea83f0895aef7700ed2296c56b2e0c4/.claude/skills/jp-stock-technical-screen/SKILL.md",
"key": "FukaseDaichi/trader/.claude/skills/jp-stock-technical-screen/SKILL.md"
}
},
"instructions": "このファイルは Claude Code 用の参照スタブ。スキルの実体は `.agents/skills/jp-stock-technical-screen/SKILL.md`。\n実体を読み、その手順に従って実行せよ。編集は実体側だけに行う。",
"cost": {
"context_tokens": 30
}
}
Fetch it by URL: GET /api/v1/registry/fukasedaichi-trader-jp-stock-technical-screen/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.