docs
GitHub根据用户查询获取并解释 Fedify 文档,提供 API 细节、配置及功能说明,附带 TypeScript 示例和相关链接。
Trigger Scenarios
Install
npx skills add fedify-dev/fedify --skill docs -g -y
SKILL.md
Frontmatter
{
"name": "docs",
"description": "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.",
"argument-hint": "<topic>"
}
Fetch and explain Fedify documentation about “$ARGUMENTS”.
-
Use WebFetch on the relevant fedify.dev page (append
.mdto get raw Markdown, e.g.https://fedify.dev/manual/federation.md). If WebFetch is unavailable, fall back to Bash:curl -sL https://fedify.dev/manual/federation.mdThe documentation index is at https://fedify.dev/llms.txt.
-
Summarise the key points with runnable TypeScript examples.
-
Mention related pages the user might also want to read.
Always strip the .md suffix when presenting links to the user.
Version History
- 2.3.4 Current 2026-08-20 14:19


