inbox

GitHub

指导用户配置 Fedify 活动Pub收件箱监听器,处理关注、点赞等Activity类型,支持错误处理和幂控。

claude-plugin/skills/inbox/SKILL.md fedify-dev/fedify

Trigger Scenarios

需要设置Fedify收件箱监听器 处理ActivityPub活动如Follow或Like

Install

npx skills add fedify-dev/fedify --skill inbox -g -y
More Options

Non-standard path

npx skills add https://github.com/fedify-dev/fedify/tree/main/claude-plugin/skills/inbox -g -y

Use without installing

npx skills use fedify-dev/fedify@inbox

指定 Agent (Claude Code)

npx skills add fedify-dev/fedify --skill inbox -a claude-code -g -y

安装 repo 全部 skill

npx skills add fedify-dev/fedify --all -g -y

预览 repo 内 skill

npx skills add fedify-dev/fedify --list

SKILL.md

Frontmatter
{
    "name": "inbox",
    "description": "Help the user set up Fedify inbox listeners for handling incoming ActivityPub activities. Use when the user needs to handle Follow, Like, Announce, Create, Undo, or other activity types delivered to their inbox."
}

Help the user configure Fedify inbox listeners.

Walk through:

  1. Calling setInboxListeners(inboxPath, sharedInboxPath?) on the Federation / FederationBuilder.
  2. Chaining .on(ActivityType, handler) for each activity type to handle (Follow, Create, Undo, Like, Announce, etc.).
  3. Adding .onError(handler) for error logging.
  4. Optionally adding .onUnverifiedActivity(handler) if the user needs to inspect activities that failed signature verification.
  5. Using .withIdempotency(strategy) to avoid duplicate processing.
  6. Noting that activity types with no registered handler receive HTTP 202 and are logged as unsupported: add a catch-all on the base Activity class if needed.

Reference: https://fedify.dev/manual/inbox

Version History

  • 2.3.4 Current 2026-08-20 14:19

Same Skill Collection

.agents/skills/add-to-fedify-init/SKILL.md
.agents/skills/add-vocab/SKILL.md
.agents/skills/commit/SKILL.md
.agents/skills/create-example-app-with-integration/SKILL.md
.agents/skills/create-integration-package/SKILL.md
.agents/skills/get-reviews/SKILL.md
claude-plugin/skills/actor/SKILL.md
claude-plugin/skills/docs/SKILL.md
claude-plugin/skills/fep/SKILL.md
claude-plugin/skills/migration/SKILL.md
claude-plugin/skills/fedify/SKILL.md
.agents/skills/sacho/SKILL.md

Metadata

Files
0
Version
2.3.4
Hash
43e45c22
Indexed
2026-08-20 14:19

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 12:21
浙ICP备14020137号-1 $방문자$