markdown · v1.0 · 2026-04-11 · sha256 2ce07e2cad777886

markdown v1.0A

Immutable. This exact content is served forever at /api/v1/blob/2ce07e2cad777886.

---
name: markdown
version: "1.0"
description: Ingest Markdown and plain text files
entry:
  script: scripts/main.py
  class: MarkdownSkill
triggers:
  extensions:
    - ".md"
    - ".txt"
  intents:
    - "markdown"
    - "text file"
    - "notes"
requires: []
author: axoviq.com
license: AGPL-3.0-or-later
---

# Markdown Skill

Reads a Markdown or plain text file and returns its content verbatim.

## When this skill is used

- Source path ends with `.md` or `.txt`
- User intent contains: `markdown`, `text file`, `notes`