# Docs

> Fetch and explain Fedify documentation on a specific topic. Use when the user asks about Fedify API details, configuration options, or how a specific feature works. Fetches up-to-date docs from fedify.dev.

- Skill: `fedify-dev/docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fedify-dev/docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fedify-dev/docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: fedify-dev (https://skillmd.com/u/fedify-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fedify-dev/docs

---


Fetch and explain Fedify documentation about “$ARGUMENTS”.

1.  Use WebFetch on the relevant fedify.dev page (append `.md` to get raw
    Markdown, e.g. `https://fedify.dev/manual/federation.md`).
    If WebFetch is unavailable, fall back to Bash:

    ~~~~ bash
    curl -sL https://fedify.dev/manual/federation.md
    ~~~~

    The documentation index is at <https://fedify.dev/llms.txt>.

2.  Summarise the key points with runnable TypeScript examples.

3.  Mention related pages the user might also want to read.

Always strip the `.md` suffix when presenting links to the user.

