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 szsip239/teamclaw --skill baoyu-markdown-to-htmlgit clone --depth 1 https://github.com/szsip239/teamclawWrote 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/szsip239/teamclaw/baoyu-markdown-to-html)<a href="https://agentmods.dev/skills/szsip239/teamclaw/baoyu-markdown-to-html"><img src="https://agentmods.dev/badge/skills/szsip239/teamclaw/baoyu-markdown-to-html/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/szsip239/teamclaw/baoyu-markdown-to-html"><img src="https://agentmods.dev/badge/skills/szsip239/teamclaw/baoyu-markdown-to-html.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 8 findings, 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 86 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.
- medium MCP Rug Pull · line 100 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 110 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 147 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 150 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 153 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 156 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 159 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00067 | $0.02206 |
| Opus 5 | $0.00034 | $0.01103 |
| Sonnet 5 | $0.00013 | $0.00441 |
| Haiku 4.5 | $0.00007 | $0.00221 |
Grade A, and why
baoyu-markdown-to-html 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 10d 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 — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Markdown to HTML Converter
Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms.
Script Directory
Agent Execution: Determine this SKILL.md directory as SKILL_DIR, then use ${SKILL_DIR}/scripts/<name>.ts.
| Script | Purpose |
|---|---|
scripts/main.ts |
Main entry point |
Preferences (EXTEND.md)
Use Bash to check EXTEND.md existence (priority order):
# Check project-level first
test -f .baoyu-skills/baoyu-markdown-to-html/EXTEND.md && echo "project"
# Then user-level (cross-platform: $HOME works on macOS/Linux/WSL)
test -f "$HOME/.baoyu-skills/baoyu-markdown-to-html/EXTEND.md" && echo "user"
┌──────────────────────────────────────────────────────────────┬───────────────────┐ │ Path │ Location │ ├──────────────────────────────────────────────────────────────┼───────────────────┤ │ .baoyu-skills/baoyu-markdown-to-html/EXTEND.md │ Project directory │ ├──────────────────────────────────────────────────────────────┼───────────────────┤ │ $HOME/.baoyu-skills/baoyu-markdown-to-html/EXTEND.md │ User home │ └──────────────────────────────────────────────────────────────┴───────────────────┘
┌───────────┬───────────────────────────────────────────────────────────────────────────┐ │ Result │ Action │ ├───────────┼───────────────────────────────────────────────────────────────────────────┤ │ Found │ Read, parse, apply settings │ ├───────────┼───────────────────────────────────────────────────────────────────────────┤ │ Not found │ Use defaults │ └───────────┴───────────────────────────────────────────────────────────────────────────┘
EXTEND.md Supports: Default theme | Custom CSS variables | Code block style
What ships with it
60 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.
- scripts/main.ts 11 KB runs code
- scripts/md/cli.ts 5.7 KB runs code
- scripts/md/code-themes/1c-light.min.css 1.1 KB
- scripts/md/code-themes/a11y-dark.min.css 1.1 KB
- scripts/md/code-themes/a11y-light.min.css 1.1 KB
- scripts/md/code-themes/agate.min.css 1.3 KB
- scripts/md/code-themes/an-old-hope.min.css 961 B
- scripts/md/code-themes/androidstudio.min.css 611 B
- scripts/md/code-themes/arduino-light.min.css 844 B
- scripts/md/code-themes/arta.min.css 673 B
- scripts/md/code-themes/ascetic.min.css 454 B
- scripts/md/code-themes/atom-one-dark-reasonable.min.css 1.2 KB
- scripts/md/code-themes/atom-one-dark.min.css 856 B
- scripts/md/code-themes/atom-one-light.min.css 856 B
- scripts/md/code-themes/brown-paper.min.css 656 B
- scripts/md/code-themes/codepen-embed.min.css 600 B
- scripts/md/code-themes/color-brewer.min.css 631 B
- scripts/md/code-themes/dark.min.css 625 B
- scripts/md/code-themes/default.min.css 1.1 KB
- scripts/md/code-themes/devibeans.min.css 1.1 KB
- scripts/md/code-themes/docco.min.css 837 B
- scripts/md/code-themes/far.min.css 669 B
- scripts/md/code-themes/felipec.min.css 1.2 KB
- scripts/md/code-themes/foundation.min.css 779 B
- scripts/md/code-themes/github-dark-dimmed.min.css 1.2 KB
- scripts/md/code-themes/github-dark.min.css 1.3 KB
- scripts/md/code-themes/github.min.css 1.3 KB
- scripts/md/code-themes/gml.min.css 787 B
- scripts/md/code-themes/googlecode.min.css 835 B
- scripts/md/code-themes/gradient-dark.min.css 1.1 KB
- scripts/md/code-themes/gradient-light.min.css 1.1 KB
- scripts/md/code-themes/grayscale.min.css 1.6 KB
- scripts/md/code-themes/hybrid.min.css 897 B
- scripts/md/code-themes/idea.min.css 906 B
- scripts/md/code-themes/intellij-light.min.css 1.0 KB
- scripts/md/code-themes/ir-black.min.css 694 B
- scripts/md/code-themes/isbl-editor-dark.min.css 971 B
- scripts/md/code-themes/isbl-editor-light.min.css 952 B
- scripts/md/code-themes/kimbie-dark.min.css 652 B
- scripts/md/code-themes/kimbie-light.min.css 652 B
- scripts/md/code-themes/lightfair.min.css 831 B
- scripts/md/code-themes/lioshi.min.css 715 B
- scripts/md/code-themes/magula.min.css 642 B
- scripts/md/code-themes/mono-blue.min.css 631 B
- scripts/md/code-themes/monokai-sublime.min.css 826 B
- scripts/md/code-themes/monokai.min.css 814 B
- scripts/md/code-themes/night-owl.min.css 1.4 KB
- scripts/md/code-themes/nnfx-dark.min.css 1.4 KB
- scripts/md/code-themes/nnfx-light.min.css 1.4 KB
- scripts/md/code-themes/nord.min.css 2.6 KB
- scripts/md/code-themes/obsidian.min.css 882 B
- scripts/md/code-themes/panda-syntax-dark.min.css 1.1 KB
- scripts/md/code-themes/panda-syntax-light.min.css 1.0 KB
- scripts/md/code-themes/paraiso-dark.min.css 637 B
- scripts/md/code-themes/paraiso-light.min.css 637 B
- scripts/md/code-themes/pojoaque.min.css 814 B
- scripts/md/code-themes/purebasic.min.css 734 B
- scripts/md/code-themes/qtcreator-dark.min.css 815 B
- scripts/md/code-themes/qtcreator-light.min.css 810 B
- scripts/md/code-themes/rainbow.min.css 826 B
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.
- 10d ago First seen · 235 lines · 67 tokens per session scan A 862885a04067
baoyu-markdown-to-html is a skill published in the GitHub repository szsip239/teamclaw (112 stars, last pushed 23d ago), licensed MIT. It adds 67 tokens to every session and 2,206 once invoked, about $0.0003 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
baoyu-youtube-transcript
A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
overleaf-sync
A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.