ailang-parse: Skill for Claude Code

.claude/skills/landing-page/SKILL.md

landing-page is a skill for Claude Code from sunholo-data/ailang-parse. It costs 81 tokens per session (2,280 once invoked), scanned A, original, Apache-2.0.

Instructions for creating AILANG Parse documentation or landing pages aimed at a particular search phrase or topic. AILANG Parse is a document-processing service that extracts information from files such as Word documents and spreadsheets.

In plain words
What is it for?
Use them to create SEO-focused pages about document formats, parsing features, competitor comparisons, or document-processing use cases.
Why use it?
They provide a consistent page structure and require checking existing pages and shared site code before adding a new one.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is sunholo-data/ailang-parse's own configuration. It tells Claude Code how to work on ailang-parse itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ailang-parse configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/sunholo-data/ailang-parse/main/.claude/skills/landing-page/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sunholo-data/ailang-parse

Made for: Claude Code.

Wrote 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.

agentmods badge for landing-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/sunholo-data/ailang-parse/landing-page.svg)](https://agentmods.dev/skills/sunholo-data/ailang-parse/landing-page)
Your own site
<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>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,280 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash dc101d9b8dcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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
.claude/skills/landing-page/SKILL.md · 184 lines

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

  1. 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"
  2. Check existing pages — avoid duplicating content already covered:

    ls docs/*.html
    
  3. 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

  1. <head> section — must include:

    • <meta charset="UTF-8"> and viewport meta
    • <title> — format: {Page Title} — AILANG Parse
    • <link rel="icon"> pointing to img/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
  2. <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 -->
    

Read the full file on GitHub · 184 lines

Files

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.

Changes

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.

  1. 7d ago First seen · 184 lines · 81 tokens per session scan A dc101d9b8dcc

Subscribe to this mod's changes

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.

Related

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.

wentorai/Research-Claw · 50 tokens

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.

matingai/crab · 38 tokens

doc-converter

Universal document format converter - DOCX, PDF, Markdown, HTML, TXT.

chainlesschain/chainlesschain · 19 tokens

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…

JPeetz/agent-skills · 174 tokens

anywrite

Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.

ranbot-ai/awesome-skills · 37 tokens

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…

automateyournetwork/netclaw · 91 tokens