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.
dictex-sync-docs - Skill - OpenSmartRoute
Skillv1.0.0
dictex-sync-docs
Réaligner la documentation globale de DicTeX après une vague fusionnée et publier une PR documentaire isolée.
Imported from sensopensource/DicTeX (.claude/skills/dictex-sync-docs/SKILL.md). Install upstream with npx skills add sensopensource/DicTeX --skill dictex-sync-docs. Copyright stays with the author.
Lire intégralement ../../../.agents/skills/dictex-sync-docs/SKILL.md, puis appliquer ce contrat canonique.
Utiliser comme entrée : $ARGUMENTS. Ne pas déplacer dans cette PR la documentation fonctionnelle due par une PR de code encore ouverte.
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": "sensopensource-dictex-dictex-sync-docs",
"kind": "skill",
"name": "dictex-sync-docs",
"description": "Réaligner la documentation globale de DicTeX après une vague fusionnée et publier une PR documentaire isolée.",
"publisher": "sensopensource",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Réaligner la documentation globale de DicTeX après une vague fusionnée et publier une PR documentaire isolée."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sensopensource/DicTeX",
"path": ".claude/skills/dictex-sync-docs/SKILL.md",
"ref": "e419f44e852391a8c4218ddce90b4628de26d810",
"url": "https://github.com/sensopensource/DicTeX/blob/e419f44e852391a8c4218ddce90b4628de26d810/.claude/skills/dictex-sync-docs/SKILL.md",
"key": "sensopensource/DicTeX/.claude/skills/dictex-sync-docs/SKILL.md"
}
},
"instructions": "Lire intégralement `../../../.agents/skills/dictex-sync-docs/SKILL.md`, puis appliquer ce contrat canonique.\n\nUtiliser comme entrée : `$ARGUMENTS`. Ne pas déplacer dans cette PR la documentation fonctionnelle due par une PR de code encore ouverte.",
"cost": {
"context_tokens": 61
}
}
Fetch it by URL: GET /api/v1/registry/sensopensource-dictex-dictex-sync-docs/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.