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.
Use the bundled structured THUENV Deck template when a user explicitly asks for the Tsinghua University School of Environment presentation style, 清华环境学院 PPT 风格, or the THUENV presentation template. Ap
Imported from tiangong-ai/agent-skills (use-thuenv-presentation-style/SKILL.md). Install upstream with npx skills add tiangong-ai/agent-skills --skill use-thuenv-presentation-style. Copyright stays with the author.
Use THUENV Presentation Style
Use the host presentation workflow to create, render, and validate the presentation.
Resolve paths relative to this Skill directory. Treat
assets/thuenv_presentation/ as the exact reusable Deck workspace. Preserve its
directory structure and select it as the presentation template instead of
recreating the visual style.
the applicable SVG layouts in assets/thuenv_presentation/templates/
their linked image assets in assets/thuenv_presentation/images/
Adapt the user's content to the available layouts while preserving the fixed
identity layers, relative asset references, and editable template structure.
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": "tiangong-ai-agent-skills-use-thuenv-presentation-style",
"kind": "skill",
"name": "use-thuenv-presentation-style",
"description": "Use the bundled structured THUENV Deck template when a user explicitly asks for the Tsinghua University School of Environment presentation style, 清华环境学院 PPT 风格, or the THUENV presentation template. Apply it to new or redesigned presentations through a presentation workflow that supports SVG Deck workspaces.",
"publisher": "tiangong-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use the bundled structured THUENV Deck template when a user explicitly asks for the Tsinghua University School of Environment presentation style, 清华环境学院 PPT 风格, or the THUENV presentation template. Apply it to new or redesigned presentations through a presentation workflow that supports SVG Deck workspaces."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/tiangong-ai/agent-skills",
"path": "use-thuenv-presentation-style/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/tiangong-ai/agent-skills/blob/HEAD/use-thuenv-presentation-style/SKILL.md",
"key": "tiangong-ai/agent-skills/use-thuenv-presentation-style/SKILL.md"
}
},
"instructions": "# Use THUENV Presentation Style\n\nUse the host presentation workflow to create, render, and validate the presentation.\n\nResolve paths relative to this Skill directory. Treat\n`assets/thuenv_presentation/` as the exact reusable Deck workspace. Preserve its\ndirectory structure and select it as the presentation template instead of\nrecreating the visual style.\n\nRead and follow:\n\n- `assets/thuenv_presentation/templates/design_spec.md`\n- the applicable SVG layouts in `assets/thuenv_presentation/templates/`\n- their linked image assets in `assets/thuenv_presentation/images/`\n\nAdapt the user's content to",
"cost": {
"context_tokens": 181
}
}
Fetch it by URL: GET /api/v1/registry/tiangong-ai-agent-skills-use-thuenv-presentation-style/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.