Skip to content

Releases: OneOffTech/contentmd

v0.1.0

17 May 09:53
9a6c339

Choose a tag to compare

Content-md CLI

A specification is not complete without a command line to verify it.

Introducing contentmd command-line. For working with content-md (https://contentmd.org) enabled websites. Built for use directly or by AI agents.

Three commands:

  • contentmd <url> fetch a page with text/markdown content negotiation, with --sitemap support to crawl an entire site
  • contentmd validate <url> check a URL for content-md compliance and get a scored report (covering frontmatter, headings, HTTP headers, robots.txt, and HTML metadata)
  • contentmd skill <url> convert a content-md page into a SKILL.md file ready for use as an agent skill

Agent-aware: all commands detect common agent environments automatically (CLAUDE_CODE, CURSOR_AGENT, GEMINI_CLI, and others) and switch to machine-readable output without needing --agent.

Pre-built binaries for Linux, macOS, and Windows are attached below.

What's Changed

New Contributors

Full Changelog: https://github.com/OneOffTech/contentmd/commits/v0.1.0