Borrowing it
Nothing to install: this file belongs to sunholo-data/ailang-parse. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sunholo-data/ailang-parse/main/.claude/skills/landing-page/SKILL.mdgit clone --depth 1 https://github.com/sunholo-data/ailang-parseWrote 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/sunholo-data/ailang-parse/landing-page)<a href="https://agentmods.dev/skills/sunholo-data/ailang-parse/landing-page"><img src="https://agentmods.dev/badge/skills/sunholo-data/ailang-parse/landing-page.svg" alt="Measured on agentmods" 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.00081 | $0.02280 |
| Opus 5 | $0.00041 | $0.01140 |
| Sonnet 5 | $0.00016 | $0.00456 |
| Haiku 4.5 | $0.00008 | $0.00228 |
Grade A, and why
landing-page 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 7d 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.
- `examples/api/curl-parse.sh` — curl quick start How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Landing Page
Generate a new AILANG Parse documentation/landing page that follows the established site conventions, uses shared infrastructure, and targets a specific keyword or topic.
Before You Start
-
Identify the target keyword — ask the user if not provided. Good long-tail keywords for AILANG Parse include:
- Feature-specific: "extract track changes from docx", "parse excel merged cells"
- Competitor comparison: "ailang vs unstructured", "llamaparse alternative"
- Use-case: "document parsing for legal review", "automated contract analysis"
- Format-specific: "parse odt files programmatically", "extract pptx speaker notes"
-
Check existing pages — avoid duplicating content already covered:
ls docs/*.html -
Read the shared infrastructure to understand current conventions:
cat docs/js/site-data.js # Pricing, formats, site metadata (DP_DATA) cat docs/js/components.js # Header, footer, data-dp, data-src, ensureHead
Page Template
Every new page MUST follow this structure. Use resources/template.html as the starting point.
Required Elements
-
<head>section — must include:<meta charset="UTF-8">and viewport meta<title>— format:{Page Title} — AILANG Parse<link rel="icon">pointing toimg/docparse-logo.svg<meta name="description">— 140-160 chars, include the target keyword naturally- OG tags in raw HTML (not JS-injected — crawlers need them):
og:title,og:description,og:type(website),og:url
- Google Fonts preconnect + Instrument Sans/JetBrains Mono
- All 5 CSS files:
design-system.css,docparse.css,prism.css,docs-layout.css,components.css
-
<body>structure:<div id="header-mount"></div> <!-- components.js injects header --> <div class="page"> <section class="hero"> <!-- Title + subtitle --> <div class="dp-docs-layout"> <!-- Sidebar + content --> <aside class="dp-docs-sidebar"> <!-- Table of contents --> <main class="dp-docs-content"> <!-- Page content --> </div> </div> <div id="footer-mount"></div> <!-- components.js injects footer -->
What ships with it
1 file 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.
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.
- 7d ago First seen · 184 lines · 81 tokens per session scan A dc101d9b8dcc
landing-page is a skill published in the GitHub repository sunholo-data/ailang-parse (0 stars, last pushed today), licensed Apache-2.0. It adds 81 tokens to every session and 2,280 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
document-converter
Convert Office documents (PPTX, DOCX, XLSX, PDF, HTML, CSV, JSON, XML, images) to Markdown using Microsoft MarkItDown. Provides the agent with conversion strategies for academic and research workflows.
office-router
Route Office requests into the correct xlsx, docx, or pptx workflow, while preferring Slidev for new presentation drafts unless .pptx is explicitly required.
doc-converter
Universal document format converter - DOCX, PDF, Markdown, HTML, TXT.
document-processing
End-to-end document processing agent skill covering PDF manipulation (extract, merge, split, rotate, watermark, form-fill, OCR), DOCX creation and editing (templates, mail-merge, style management), XLSX spreadsheet handling (formulas, charts, pivot tables, data analysis), PPTX presentation generation (layouts, charts…
anywrite
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.
document-generation
Generate Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) documents and fill existing PDF forms, from real NetClaw data, with per-element provenance and no fabrication. Use when someone needs a deliverable rather than an answer — a change record to attach to a CR, an audit workbook for a compliance reviewer, a…