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.
heading-lint - Skill - OpenSmartRoute
Skillv1.0.0
heading-lint
Check markdown heading levels. Reports a pass/fail checklist for heading hierarchy in the current folder.
Imported from Aphelios01-sdk/blueskills-fn-poc (heading-lint/SKILL.md). Install upstream with npx skills add Aphelios01-sdk/blueskills-fn-poc --skill heading-lint. Copyright stays with the author.
Heading Lint
When invoked:
List markdown files in the current folder.
Check that headings increase by one level at a time.
Check that a file does not skip from # to ###.
Report a pass/fail checklist per file.
No network access, no configuration changes, no scripts.
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": "aphelios01-sdk-blueskills-fn-poc-heading-lint",
"kind": "skill",
"name": "heading-lint",
"description": "Check markdown heading levels. Reports a pass/fail checklist for heading hierarchy in the current folder.",
"publisher": "Aphelios01-sdk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Check markdown heading levels. Reports a pass/fail checklist for heading hierarchy in the current folder."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Aphelios01-sdk/blueskills-fn-poc",
"path": "heading-lint/SKILL.md",
"ref": "6a148fdb3f6dc99aa71ac6818d0fc71e75837177",
"url": "https://github.com/Aphelios01-sdk/blueskills-fn-poc/blob/6a148fdb3f6dc99aa71ac6818d0fc71e75837177/heading-lint/SKILL.md",
"key": "Aphelios01-sdk/blueskills-fn-poc/heading-lint/SKILL.md"
},
"compatibility": "any"
},
"instructions": "# Heading Lint\n\nWhen invoked:\n\n1. List markdown files in the current folder.\n2. Check that headings increase by one level at a time.\n3. Check that a file does not skip from `#` to `###`.\n4. Report a pass/fail checklist per file.\n\nNo network access, no configuration changes, no scripts.",
"cost": {
"context_tokens": 71
}
}
Fetch it by URL: GET /api/v1/registry/aphelios01-sdk-blueskills-fn-poc-heading-lint/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.