ardot-use skillA
ardot-use is agent-read markdown (skill) from balabalabalading/huuuuuuho-skills: **强制性前置条件** — 每次调用 `batch_edit` 工具之前,必须先调用此技能。 未经加载此技能,绝不能直接调用 `batch_edit`。 当用户想要在 Ardot 设计文件中创建、更新、移动或删除节点时触发 — 例如插入框架、文本、形状、组件;将变量绑定到填充/描边; 构建屏幕、组件或设计库。当涉及 batch_edit DSL 操作时也加载 (I/U/M/D/C/G 操作符)。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# ardot-use — Ardot batch_edit DSL 技能
通过 `batch_edit` DSL 进行所有 Ardot 写操作的核心技能。提供关键规则、操作符参考、变量绑定模式、验证策略和错误恢复。
## 1. 关键规则
**1. 每个 `batch_edit` 调用最多 25 个操作。** 将较大的工作拆分为多个调用。建议保持在 20 个或更少以留出余量。
**2. 绑定名称在每次 `batch_edit` 调用后过期。** 在一次调用中分配的绑定名称(例如 `btn1 = I(...)`)仅在同一调用内有效。在下一个 `batch_edit` 中,你必须使用真实节点 ID(例如 `"3:544"`)— 绝不使用先前调用的绑定名称。
**3. I() 中的 TEXT 节点仅支持 `fill: "#HEX"` 字符串格式。** 在 I() 中创建 TEXT 节点时不能使用 `fills: [{..., boundVariables: {...}}]`。
**解决方法**:在 I() 中使用 `fill: "#HEX"` 创建 TEXT 节点,然后在后续的 `batch_edit` 调用中使用 U() 应用带有 `boundVariables` 的 `fills`。
**4. `updated: {}` 不代表失败。** U() 操作通常返回 `updated: {}` 而不是 `updated: {"nodeId": {...}}`。操作可能已成功 — 通过立即运行 `batch_read` 验证节点,而不是信任返回值。
**5. I() 必须指定父节点。** 第一个参数可以是 page、frame 的真实 ID,或同一次调用中已创建的 binding;跨页面插入时使用目标 pageId。
**6. M() 可以移动节点到新的父容器。** 第二个参数应是有效的父节点 ID(page 或 frame),可选第三个参数用于指定 sibling index。移动后必须读取目标父节点验证层级。**页面重排**:MCP 无专用工具,用 `M("pageId", "0:0", index)` 把 PAGE 移回文件根 `0:0`(DOCUMENT)即可重排页面列表,index 实测为 **1-based**(详见 [dsl-reference.md](references/dsl-reference.md) 的 Reordering pages)。
**7. 不支持 cornerRadius 变量绑定。** Ardot 目前不支持 `cornerRadius` 的 `boundVariables`。使用硬编码数值代替(例如 `cornerRadius: 6`)。
…Read the whole file at its exact version.
How to install
mdr add balabalabalading/huuuuuuho-skills/ardot-use@git:20260810.87aeda7mdr add balabalabalading/huuuuuuho-skills/ardot-use@sha256:9314d58d9cfb5130Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_f7757c2y6bbbvgx5)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260810.87aeda7 latest | 2026-08-10 | 87aeda7 | 10,281 B | A | view · diff |
| git:20260711.261691f | 2026-07-11 | 261691f | 10,026 B | A | view · diff |
| git:20260701.bfeff65 | 2026-07-01 | bfeff65 | 10,028 B | A | view · diff |
| git:20260610.fe5ae6d | 2026-06-10 | fe5ae6d | 9,483 B | A | view · diff |
| git:20260520.0488b94 | 2026-05-20 | 0488b94 | 9,664 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (10281 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
balabalabalading/huuuuuuho-skills · 117 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_f7757c2y6bbbvgx5 GET https://markdownregistry.com/api/v1/resolve?ref=balabalabalading/huuuuuuho-skills/ardot-use GET https://markdownregistry.com/api/v1/blob/9314d58d9cfb5130ac11a29e12f9ecd1486422041c6d8f9303904ac7d96f361d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.