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-design-editor-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-design-editor-skill)<a href="https://agentmods.dev/skills/ucoz-skills/agent-skills/ucoz-design-editor-skill"><img src="https://agentmods.dev/badge/skills/ucoz-skills/agent-skills/ucoz-design-editor-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-design-editor-skill"><img src="https://agentmods.dev/badge/skills/ucoz-skills/agent-skills/ucoz-design-editor-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 34 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.00080 | $0.02292 |
| Opus 5 | $0.00040 | $0.01146 |
| Sonnet 5 | $0.00016 | $0.00458 |
| Haiku 4.5 | $0.00008 | $0.00229 |
Grade A, and why
ucoz-design-editor-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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
uCoz Design Editor Skill
This skill teaches how to redesign and restyle uCoz sites through ucoz-mcp, with platform-safe template edits.
It does not replace the MCP tools — it supplies domain knowledge the MCP does not: design-system
architecture, system markup, CSS placement, safety rules, and which reference to open for a task.
Rule 0 — Usage accounting
After the skill's main work completes successfully, record usage:
skills_tool(action="register_usage", skill_id="ucoz-design-editor-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.
Scope
- Site-wide design / redesign (chrome, tokens, shared CSS)
- Global blocks, menus, mail forms, site pages
- Content modules (blog, news, articles, photo albums, site directory, …)
- Shop, users, search, subscriptions modules
- FTP assets and module install/enable
MCP tools
| Tool | Purpose |
|---|---|
templates_tool |
Templates, backups, global blocks, menus, mail forms, pages |
ftp_tool |
File upload/download; FTP password management |
modules_tool |
Install/uninstall modules, quarantine; needs Control Panel API access |
skills_tool |
Usage accounting (register_usage) after successful work |
Safety checklist (before patch_template / update_template)
- Production header only in
1/AHEADER; production footer (single visible$POWERED_BY$) only in1/BFOOTER - Public full-page shells render
$GLOBAL_AHEADER$and$GLOBAL_BFOOTER$— never copy header/footer into module templates - Navigation from menu variables (e.g.
$NMENU_1$), not hardcoded menu HTML - Multi-section redesign CSS: one canonical external stylesheet via FTP (or module CSS /
3/3per ARCHITECTURE.md) — no scattered<style>blocks -
read_templatefirst; variables only from that output orget_variables— never invent names - Partial edit →
patch_templatewith byte-exactcode_search; full rewrite →update_templateonly after user confirmation - Before
update_template,read_templateagain in the same turn (do not reconstruct from memory — especially third-party scripts) - Never hide
$POWERED_BY$(including CSS tricks) - After save: re-
read_templateor fetch live page —patch_templatecan report success without persisting - Risky bulk change: check backup headroom (
list_backups)
What ships with it
15 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.
- EXAMPLES.md 36 KB
- references/ARCHITECTURE.md 11 KB
- references/BLOG.md 8.4 KB
- references/EDITING.md 7.8 KB
- references/FORUM.md 11 KB
- references/GBLOCKS.md 7.3 KB
- references/LANGUAGE.md 7.9 KB
- references/PHOTO.md 2.1 KB
- references/SEARCH.md 4.3 KB
- references/SHOP.md 9.5 KB
- references/SUBSCRIPTIONS.md 9.1 KB
- references/SYSTEM-MARKUP.md 12 KB
- references/TOOLS.md 14 KB
- references/USERS.md 7.2 KB
- references/UWND.md 6.3 KB
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 · 151 lines · 80 tokens per session scan A 13315fad1523
ucoz-design-editor-skill is a skill published in the GitHub repository ucoz-skills/agent-skills (10 stars, last pushed 16d ago), licensed MIT. It adds 80 tokens to every session and 2,292 once invoked, about $0.0004 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-ui-dark-ts
Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.
reveal-hover-effect
Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…
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.