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 balabalabalading/huuuuuuho-skills --skill ardot-generate-designgit clone --depth 1 https://github.com/balabalabalading/huuuuuuho-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/balabalabalading/huuuuuuho-skills/ardot-generate-design)<a href="https://agentmods.dev/skills/balabalabalading/huuuuuuho-skills/ardot-generate-design"><img src="https://agentmods.dev/badge/skills/balabalabalading/huuuuuuho-skills/ardot-generate-design/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/balabalabalading/huuuuuuho-skills/ardot-generate-design"><img src="https://agentmods.dev/badge/skills/balabalabalading/huuuuuuho-skills/ardot-generate-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00145 | $0.01894 |
| Opus 5 | $0.00072 | $0.00947 |
| Sonnet 5 | $0.00029 | $0.00379 |
| Haiku 4.5 | $0.00015 | $0.00189 |
Grade A, and why
ardot-generate-design 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 13d 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 — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ardot-generate-design — 构建页面和屏幕
在 Ardot 中使用设计系统组件、变量和样式构建完整的页面、视图和多区块 UI 容器。不使用硬编码的十六进制/像素值。
技能边界
- 当交付物是组合页面或屏幕时使用此技能(登录页面、仪表板、设置面板、落地页等)
- 如果用户想要创建可复用组件,切换到 ardot-generate-library
- 如果用户只想查询样式指南,直接使用 ardot-style-guide
前置条件
开始前必须加载:
ardot-use— 用于 batch_edit DSL 规则、变量绑定、注意事项ardot-create-new-file— 用于 create_new_page 用法ardot-style-guide— 用于 search_style_guide → build_style_guide 工作流程
必需工作流程(6 步)
第一步:初始化
获取目标页面类型的编辑器状态和设计指南。
fetch_editor_state(includeSchema: true)
fetch_guidelines(topic) // landing-page | web-app | mobile-app | slides | table
fetch_file_info // 检查写入权限
第二步:建立样式系统
如果尚不存在设计系统:
search_style_guide → build_style_guide (完整协议见 ardot-style-guide)
get_available_fonts (验证字体可用性)
如果文件中已存在设计系统:
fetch_variables (获取现有变量 ID 和值)
batch_read({parentId: "<ComponentsPage>"}) (发现现有可复用组件)
第三步:创建变量
将样式指南的设计令牌转换为 Ardot 变量:
apply_variables({
"Colors": {
"modes": ["Dark"],
"variables": {
"bg-primary": { "type": "COLOR", "scopes": ["ALL_FILLS"],
"valuesByMode": {"Dark": {r: ..., g: ..., b: ..., a: 1}} },
"text-primary": { "type": "COLOR", "scopes": ["TEXT_FILL"],
"valuesByMode": {"Dark": {r: ..., g: ..., b: ..., a: 1}} },
...build_style_guide 中的所有颜色...
}
},
"Spacing": {
"modes": ["Dark"],
"variables": {
"spacing-sm": { "type": "FLOAT", "scopes": ["GAP"],
"valuesByMode": {"Dark": 8} },
"spacing-md": { "type": "FLOAT", "scopes": ["GAP"],
"valuesByMode": {"Dark": 16} },
"radius-sm": { "type": "FLOAT", "scopes": ["CORNER_RADIUS"],
"valuesByMode": {"Dark": 6} }
}
}
})
记录所有返回的变量 ID — 在第五步绑定时需要它们。
硬性关卡 — 禁止的快捷方式:
- 禁止: 在变量创建之前开始 batch_edit
- 禁止: 使用硬编码十六进制值代替变量(cornerRadius 除外)
第四步:创建页面骨架
create_new_page({name: "<页面名称>", select: false})
→ 记录 pageId
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.
- 13d ago First seen · 196 lines · 145 tokens per session scan A b3729f2b121b
ardot-generate-design is a skill published in the GitHub repository balabalabalading/huuuuuuho-skills (117 stars, last pushed 4d ago), licensed MIT. It adds 145 tokens to every session and 1,894 once invoked, about $0.0007 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-30.
Other skills, from other repositories
visual-asset-design
A guide for turning character, scene, and prop ideas into prompts for generating consistent reference images. It covers layouts, camera views, visual identity, and continuity across image variations.
web-design-engineer
Build or redesign polished browser-rendered visual artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use for visual front-end creation, design-system exploration, design critique, or explicit browser acceptance / QA of a web artifact.…
winui-design
Use when designing, reviewing, or fixing WinUI 3: sample and control discovery with winapp find-ui, layout planning, control choice, Fluent Design alignment, Light/Dark/High Contrast theming, typography, spacing, brushes, accessibility, and XAML data-binding design. Load before authoring new XAML, reviewing UI PRs…
yida-dashboard
A delivery process for Yida dashboards, meaning screens that show business metrics and charts in one place. It covers data, filters, responsive layouts, loading states, insights, screenshots, and sharing.
yida-density
A set of rules for controlling how much information a custom page shows at once, with compact, comfortable, and spacious layouts. It also defines how the layout changes on phones and how spacing and text sizes stay consistent.
yida-nav-group
A tool for organizing the left-hand navigation of 宜搭 applications, Alibaba’s platform for building business apps. It manages navigation groups, pages, forms, and external links.