Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ucoz-skills/agent-skills --skill ucoz-template-creator-skillgit clone --depth 1 https://github.com/ucoz-skills/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ucoz-skills/agent-skills/ucoz-template-creator-skill)<a href="https://agentmods.dev/skills/ucoz-skills/agent-skills/ucoz-template-creator-skill"><img src="https://agentmods.dev/badge/skills/ucoz-skills/agent-skills/ucoz-template-creator-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ucoz-skills/agent-skills/ucoz-template-creator-skill"><img src="https://agentmods.dev/badge/skills/ucoz-skills/agent-skills/ucoz-template-creator-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 35 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00114 | $0.03007 |
| Opus 5 | $0.00057 | $0.01503 |
| Sonnet 5 | $0.00023 | $0.00601 |
| Haiku 4.5 | $0.00011 | $0.00301 |
Grade A, and why
ucoz-template-creator-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
uCoz Template Creator
Create an original, production-ready uCoz design as one framework plus one complete CSS table. Treat publication as a site-wide migration: it overwrites every generated template.
Rule 0 — Usage accounting
After the skill's main work completes successfully, record usage:
skills_tool(action="register_usage", skill_id="ucoz-template-creator-skill")
If the usage API is unavailable or returns an error, show a brief warning and continue the skill's main workflow. Do not ask the user for a UUID, token, or site URL — the site and token come from the active ucoz-mcp connection.
Route the request first
- Full design, new framework, global structure,
new_informer, frameworkglobal_x,popup,config, or PDA design → use this skill andtmaker_tool. - Small change in one existing template → use
templates_tool.patch_template; stop this workflow. - Full replacement of one existing template → use
templates_tool.update_template; stop this workflow. - Small change in an existing CSS table → read
3/3, then usepatch_template; stop this workflow.
Never publish a framework as a shortcut for a local edit. Framework changes do not receive later patch_template edits back; the next framework publication erases them.
Read before generating
Always call, in order:
tmaker_tool(action="skeleton_guide").tmaker_tool(action="skeleton_rules").tmaker_tool(action="project_list")and the relevantproject_get, ordesigns_listand onedesign_get.
Treat the live guide, rules, and retrieved source as authoritative. Never invent service blocks or uCoz variables. Read these bundled references only as needed:
- Platform workflow, module contracts, template migration, and QA: references/FRAMEWORK.md
- Informer creation, placement, and varied layouts: references/INFORMERS.md
- Native rating generator and custom state sprite: references/RATING.md
- Visual directions and semantic SVG system: references/DESIGN-DIRECTIONS.md
- Reusable but stylistically varied patterns: references/EXAMPLES.md
- Custom Pages and SEO: references/CUSTOM-PAGES.md
What ships with it
19 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/rating-sprite-template.svg 496 B
- assets/ui-icons.svg 3.8 KB
- examples/brutalist-bulletin-framework.html 4.7 KB
- examples/brutalist-bulletin.css 5.1 KB
- examples/compact-community-framework.html 4.4 KB
- examples/compact-community.css 4.4 KB
- examples/editorial-journal-framework.html 4.7 KB
- examples/editorial-journal.css 3.0 KB
- examples/gallery-atelier-framework.html 4.7 KB
- examples/gallery-atelier.css 4.3 KB
- examples/technical-catalog-framework.html 4.3 KB
- examples/technical-catalog.css 4.6 KB
- references/CUSTOM-PAGES.md 4.1 KB
- references/DESIGN-DIRECTIONS.md 5.9 KB
- references/EXAMPLES.md 8.9 KB
- references/FRAMEWORK.md 17 KB
- references/INFORMERS.md 4.2 KB
- references/RATING.md 2.4 KB
- scripts/lint_skeleton.py 11 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 167 lines · 114 tokens per session scan A e569d72bd247
ucoz-template-creator-skill is a skill published in the GitHub repository ucoz-skills/agent-skills (10 stars, last pushed 16d ago), licensed MIT. It adds 114 tokens to every session and 3,007 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…
animation-principles
Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.