website2markdown-skills CLAUDE.md

website2markdown-skills CLAUDE.md is an instructions file for Claude Code from Digidai/website2markdown-skills. It costs 505 tokens per session, scanned A, original, MIT.

Repository instructions for a skill that converts web pages to Markdown through the md.genedai.me service. They describe its files, supported platforms, command examples, deployment locations, and compatibility with Claude Code and OpenClaw.

In plain words
What is it for?
Use them when developing, documenting, testing, or deploying the website-to-Markdown skill and its API recipes or platform adapters.
Why use it?
They keep the main guide short while placing detailed API and platform information in separate files. They also help keep examples and translations consistent across supported agents.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions Claude Code; built for openclaw.

Install

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.

agentmods
npx agentmods add instructions/digidai/website2markdown-skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/Digidai/website2markdown-skills

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 website2markdown-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/digidai/website2markdown-skills/claude-md.svg)](https://agentmods.dev/instructions/digidai/website2markdown-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/digidai/website2markdown-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/digidai/website2markdown-skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 505 This file is loaded in full into every session.
When invoked 505 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
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.00505 $0.00505
Opus 5 $0.00253 $0.00253
Sonnet 5 $0.00101 $0.00101
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

website2markdown-skills CLAUDE.md 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.

- `assets/recipes.md` — Copy-paste ready curl command recipes
CLAUDE.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

website2markdown-skill

AgentSkills-compatible skill for converting web pages to Markdown via the md.genedai.me API. Works with Claude Code, OpenClaw, and any AgentSkills-compatible agent.

Project Structure

  • SKILL.md — Core skill file (~250 lines, navigation hub) with AgentSkills frontmatter
  • references/advanced-apis.md — Batch, Extract, DeepCrawl, Jobs API documentation
  • references/platform-adapters.md — 21 platform adapters with URL patterns and examples
  • assets/recipes.md — Copy-paste ready curl command recipes

Development Guidelines

  • SKILL.md must stay under 250 lines — it's the entry point, not the encyclopedia
  • Detailed docs go in references/; practical examples go in assets/
  • All curl examples must use curl -s and include ?raw=true
  • Keep the Chinese platform coverage accurate — these are key differentiators
  • SKILL.md frontmatter must follow AgentSkills spec; OpenClaw metadata must be single-line JSON
  • Test changes on both Claude Code and OpenClaw if possible

Deployment

# Claude Code
mkdir -p ~/.claude/skills/website2markdown
cp SKILL.md ~/.claude/skills/website2markdown/
cp -r references/ ~/.claude/skills/website2markdown/
cp -r assets/ ~/.claude/skills/website2markdown/

# OpenClaw
mkdir -p ~/.openclaw/skills/website2markdown
cp SKILL.md ~/.openclaw/skills/website2markdown/
cp -r references/ ~/.openclaw/skills/website2markdown/
cp -r assets/ ~/.openclaw/skills/website2markdown/

API Base URL

All API calls target https://md.genedai.me/.

Key Design Decisions

  • SKILL.md acts as a routing hub: quick patterns inline, detailed docs via Load references/...
  • Platform adapters are the main differentiator vs. plain Jina Reader
  • The API auto-fallbacks: native → Readability+Turndown → Browser+Readability+Turndown
  • Public endpoints need no auth; Batch/Extract/DeepCrawl/Jobs require API_TOKEN
  • Follows AgentSkills open standard for cross-platform compatibility (Claude Code, OpenClaw, Cursor, etc.)

Read the full file on GitHub · 49 lines

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. 5d ago First seen · 49 lines · 505 tokens per session scan A df5f2f7624c2

Subscribe to this mod's changes

website2markdown-skills CLAUDE.md is an instructions file published in the GitHub repository Digidai/website2markdown-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 505 tokens to every session, about $0.0025 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.