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 seaworld008/Commonly-used-high-value-skills --skill lark-slidesgit clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-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/seaworld008/commonly-used-high-value-skills/lark-slides)<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/lark-slides"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/lark-slides/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/seaworld008/commonly-used-high-value-skills/lark-slides"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/lark-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00055 | $0.07807 |
| Opus 5 | $0.00028 | $0.03904 |
| Sonnet 5 | $0.00011 | $0.01561 |
| Haiku 4.5 | $0.00006 | $0.00781 |
Grade A, and why
lark-slides scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
8. **`<img src>` 只能用上传到飞书 drive 的 `file_token`,禁止使用 http(s) 外链 URL**:飞书 slides 渲染端不会代理外链图片,外链 src 在 PPT 里通常不显示或显示破图。流程必须是「先把图存到本地 → 用 `slides +media-upload` 上传,或在 `+create --slides` 的 XML 里写 `<img src="@./path">` 占位符自动上传 This is a copy
95% identical to lark-slides — 16 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.
slides (v1)
本技能文档较长,务必使用 Read 工具阅读两次,必须阅读完整全文。
权威经验
权威经验是全局硬约束和高频易错点,必须牢记并严格遵守。
- 你有充足的时间完成这个 PPT,质量永远比速度重要。
- PPT 的尺寸是 960x540,必须严格确保主体内容在页面边界内。
- !!!禁止交付无图产物!!! 必须使用大量图片增强视觉效果!!! 禁止重复使用同一张图!!!
- 封面页的主视觉必须是
<img>(来自生图工具或搜图工具),不要使用<shape>或<icon>拼出封面视觉。 - 禁止用
<shape>和<line>拟形具体物项,必须使用生图工具生成的<img>。 - 禁止在
headline或title下方放置用于分隔或装饰的rect或<line>。 - 禁止在任何页面内部使用无意义的装饰线条或色块条带,页面任何一边都不要使用贴边窄条。
- 生图工具的指令参数必须以“不要出现任何文字和颜色色号”结尾,避免生成的图片上出现干扰文字。
- 禁止使用 emoji 图标,任何位置都不能出现。
- 字号必须显式设置
<content>的fontSize属性,不要依赖textType的默认字号兜底,这些兜底值明显偏大。 - 大数字、字号大或字数多的
<content>必须设置wrap="true" autoFit="normal-auto-fit"属性自动换行和缩排,避免文字溢出。 - 文字颜色必须用
<content>的color属性而不是fontColor属性。 - 文字行间距必须设置
<content>的lineSpacing="multiple:xx"或lineSpacing="fixed:xx"而不是lineSpacing="xx"。 - 图片必须用
<img>而不是<image>。 - IconPark 图标必须填充颜色(设置
<fill><fillColor color="rgba(R,G,B,A)"/></fill>)并和背景有足够对比。 - 绘制图表时原生图表(柱状、条形、折线、面积、饼(环)、雷达、组合图)用
<chart>,其他(漏斗图、金字塔图、象限图、矩阵图等)用<shape>+<line>模拟。 - 隐藏
<chart>的图例只能通过不写或删除<chartLegend>实现,<chartLegend>不支持position="none"。 - 表格优先用
rect和text模拟,其他用<table>,没有<shape type="table">。 - 必须设置
<table>的width和height固定表格大小,同时设置需要保留列宽或行高的<col>的width和<tr>的height,其余自动分配。 <td>直接子元素只有<fill>(背景)、<content>(文字)和边框配置(一般不用),不能嵌套<shape>、<img>、<icon>。<shape type="rect">只是形状不是容器,<icon>、<img>、<shape type="text">和其他<shape>必须与它平级靠坐标叠放。- 填充渐变颜色必须用
<fill><fillColor color="linear-gradient(135deg, rgba(R,G,B,A) 0%, rgba(R,G,B,A) 100%)"/></fill>。 - 编辑页面前必须阅读
workflow/slides-editing.md。 - 绘制图表前必须阅读
xml/slides_chart_demo.xml。 - 当用户要求无损复述历史上下文时,必须无损复述以上权威经验、必读的技能文档(需要重新阅读)和易错元素语法(尤其是
<table>和<chart>)。
豆包设计原则
适用范围:
- 普通内容页的设计必须以豆包设计原则为最高准则,除非用户要求使用模板或直接提供设计方案。
- 不适用于
title-cover、section-divider、conclusion、quote-highlight和big-number。
What ships with it
49 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.
- references/asset-planning.md 7.5 KB
- references/cli/lark-slides-add-slide.md 4.8 KB
- references/cli/lark-slides-create.md 8.8 KB
- references/cli/lark-slides-delete-slide.md 2.7 KB
- references/cli/lark-slides-history.md 6.9 KB
- references/cli/lark-slides-media-upload.md 4.7 KB
- references/cli/lark-slides-replace-slide.md 14 KB
- references/cli/lark-slides-screenshot.md 5.4 KB
- references/cli/lark-slides-update-slide.md 9.4 KB
- references/cli/lark-slides-xml-presentation-slide-get.md 3.4 KB
- references/cli/lark-slides-xml-presentation-slide-replace.md 6.9 KB
- references/cli/lark-slides-xml-presentations-get.md 4.8 KB
- references/iconpark-index.json 195 B
- references/iconpark.md 173 B
- references/lark-slides-add-slide.md 201 B
- references/lark-slides-create.md 219 B
- references/lark-slides-delete-slide.md 210 B
- references/lark-slides-edit-workflows.md 216 B
- references/lark-slides-history.md 221 B
- references/lark-slides-media-upload.md 210 B
- references/lark-slides-pptx-template-workflows.md 215 B
- references/lark-slides-replace-slide.md 213 B
- references/lark-slides-screenshot.md 204 B
- references/lark-slides-xml-presentation-slide-get.md 256 B
- references/lark-slides-xml-presentation-slide-replace.md 268 B
- references/lark-slides-xml-presentations-get.md 241 B
- references/planning-layer.md 14 KB
- references/slides_chart_demo.xml 201 B
- references/slides_xml_schema_definition.xml 224 B
- references/troubleshooting.md 195 B
- references/validation-checklist.md 200 B
- references/visual-planning.md 14 KB
- references/workflow/error-handling.md 5.1 KB
- references/workflow/slides-editing.md 8.1 KB
- references/workflow/template-editing.md 3.9 KB
- references/workflow/validation-xml.md 9.6 KB
- references/xml-schema-quick-ref.md 205 B
- references/xml/iconpark-index.json 729 KB
- references/xml/iconpark.md 2.2 KB
- references/xml/slides_chart_demo.xml 59 KB
- references/xml/slides_xml_schema_definition.xml 208 KB
- references/xml/xml-schema-quick-ref.md 18 KB
- scripts/iconpark_tool_test.py 7.7 KB runs code
- scripts/iconpark_tool.py 12 KB runs code
- scripts/sxsd_validator.py 39 KB runs code
- scripts/xml_lint_test.py 203 KB runs code
- scripts/xml_lint.py 117 KB runs code
- scripts/xml_text_overlap_lint_test.py 382 B runs code
- scripts/xml_text_overlap_lint.py 479 B 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.
- 5d ago Changed · -101 tokens per session 6e7aac683a7a
- 9d ago First seen · 326 lines · 156 tokens per session scan A 8537e494aaef
lark-slides is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 5d ago), licensed MIT. It adds 55 tokens to every session and 7,807 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 95% identical to lark-slides, differing in 16 lines, and is treated as a copy.
Other skills, from other repositories
elasticsearch
Query and analyze logs in Elasticsearch. Use this skill when the user wants to search logs, query log data, count log entries, filter by trace IDs, or analyze application logs stored in Elasticsearch. Common use cases include debugging requests by trace ID, finding error logs, analyzing request patterns, and…
svg-creator
Produce SVGs that are spec-correct (W3C SVG 2), CSS-independent, accessible when meaningful, safe to render in untrusted contexts, optimized in size, and readable enough to edit.
prompt-template-wizard
Rigorously collects and validates all fields needed to produce a complete, unambiguous prompt template for features and bug fixes. The skill asks targeted questions until the template is fully filled, consistent, and ready to paste into a Codex/GPT-5.2 coding session.
read-only-gh-pr-review
Review backend pull requests for correctness, security, performance, maintainability, and test coverage using GitHub CLI plus local repository inspection. Use when asked to review service-layer/API/database changes, audit backend branch diffs, summarize backend risk, or produce actionable must-fix/should-fix feedback.
german-elster-tax-filing
Use this skill to run a complete intake for a german personal income tax return in elster for tax years 2024 onward, estimate the tax result, and map the final values into the correct official forms and fields.
trello
Manage Trello boards, lists, and cards via the Trello REST API.