Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
site - Skill - OpenSmartRoute
Skillv1.0.0
site
`site/` contains rendering, build, and deployment code for the public GitHub Pages site.
Imported from seonwook61/llmObsidianWiki (site/AGENTS.md). Install upstream with npx skills add seonwook61/llmObsidianWiki --skill site. Copyright stays with the author.
Site Policy
site/ contains rendering, build, and deployment code for the public GitHub Pages site.
Rules
Treat this folder as application code, not as a writing workspace.
Render content only from ../publish/posts/.
Do not store private notes or raw sources here.
Keep deployment GitHub Pages-compatible.
Add monetization snippets only through layout or config files, never by rewriting post content.
Search, category, archive, and tag pages must operate from the public post dataset only.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/seonwook61-llmobsidianwiki-site/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
seonwook61-llmobsidianwiki-site.ocm.jsonjson
{
"ocm": "1",
"id": "seonwook61-llmobsidianwiki-site",
"kind": "skill",
"name": "site",
"description": "`site/` contains rendering, build, and deployment code for the public GitHub Pages site.",
"publisher": "seonwook61",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"`site/` contains rendering, build, and deployment code for the public GitHub Pages site."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/seonwook61/llmObsidianWiki",
"path": "site/AGENTS.md",
"ref": "05b450a74e70e944f4d17d49b07b63a435ed3c43",
"url": "https://github.com/seonwook61/llmObsidianWiki/blob/05b450a74e70e944f4d17d49b07b63a435ed3c43/site/AGENTS.md",
"key": "seonwook61/llmObsidianWiki/site/AGENTS.md"
}
},
"instructions": "# Site Policy\n\n`site/` contains rendering, build, and deployment code for the public GitHub Pages site.\n\n## Rules\n\n- Treat this folder as application code, not as a writing workspace.\n- Render content only from `../publish/posts/`.\n- Do not store private notes or raw sources here.\n- Keep deployment GitHub Pages-compatible.\n- Add monetization snippets only through layout or config files, never by rewriting post content.\n- Search, category, archive, and tag pages must operate from the public post dataset only.",
"cost": {
"context_tokens": 128
}
}
Fetch it by URL: GET /api/v1/registry/seonwook61-llmobsidianwiki-site/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.