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.
wiki-compile - Skill - OpenSmartRoute
Skillv1.0.0
wiki-compile
미처리 원자료를 근거로 30_Wiki 문서를 편찬한다. "위키 만들어줘", "편찬", "compile" 요청 시 사용.
Imported from pilwonhur/llm-wiki (llm_wiki/templates/project/.claude/skills/wiki-compile/SKILL.md). Install upstream with npx skills add pilwonhur/llm-wiki --skill wiki-compile. Copyright stays with the author.
AGENTS.md의 절대 규칙을 준수하면서 .llm-wiki/workflows/compile.md를 읽고 그 절차를 정확히 따르라. 백업 없이 시작하지 말 것.
(정식 llm-wiki CLI가 설치된 환경이라면 절차 수행 대신 llm-wiki compile을 실행하고 결과를 해설하라.)
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.
pilwonhur-llm-wiki-wiki-compile.ocm.jsonjson
{
"ocm": "1",
"id": "pilwonhur-llm-wiki-wiki-compile",
"kind": "skill",
"name": "wiki-compile",
"description": "미처리 원자료를 근거로 30_Wiki 문서를 편찬한다. \"위키 만들어줘\", \"편찬\", \"compile\" 요청 시 사용.",
"publisher": "pilwonhur",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"미처리 원자료를 근거로 30_Wiki 문서를 편찬한다. \"위키 만들어줘\", \"편찬\", \"compile\" 요청 시 사용."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/pilwonhur/llm-wiki",
"path": "llm_wiki/templates/project/.claude/skills/wiki-compile/SKILL.md",
"ref": "c474abab6f47d3777d1dd2ef109051797e59b129",
"url": "https://github.com/pilwonhur/llm-wiki/blob/c474abab6f47d3777d1dd2ef109051797e59b129/llm_wiki/templates/project/.claude/skills/wiki-compile/SKILL.md",
"key": "pilwonhur/llm-wiki/llm_wiki/templates/project/.claude/skills/wiki-compile/SKILL.md"
}
},
"instructions": "`AGENTS.md`의 절대 규칙을 준수하면서 `.llm-wiki/workflows/compile.md`를 읽고 그 절차를 정확히 따르라. 백업 없이 시작하지 말 것.\n(정식 llm-wiki CLI가 설치된 환경이라면 절차 수행 대신 `llm-wiki compile`을 실행하고 결과를 해설하라.)",
"cost": {
"context_tokens": 41
}
}
Fetch it by URL: GET /api/v1/registry/pilwonhur-llm-wiki-wiki-compile/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.