gitroomhq/postiz-agent--plugins-dsh-postiz456

dsh-postiz

DSH 社交媒体管理插件,通过 MCP 连接到 Postiz,支持列出已连接频道、获取平台发布规则,并在 28+ 个社交平台上排程、草拟或发布帖子。

AI 分析

将 Agent 转化为社交媒体助手。适合内容创作者和运营人员,用于自动化多平台内容分发与排程,需配置 Postiz 账号及 API 密钥。

套件
dsh-postiz
版本
0.1.0
授權
NOASSERTION
最近更新
2026年9月11日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gitroomhq/postiz-agent#51293500c1b1fb447205100cb09b2999085323ac&path:plugins/dsh-postiz

Configuration

Override the postiz row in your profile's cordis.patch.yml ($DSH_HOME/profiles/web/cordis.patch.yml). A bare id: configures the existing row:

- id: postiz
  config:
    apiKeyEnv: POSTIZ_API_KEY          # env var that holds the key (default)
    baseUrl: https://mcp.postiz.com    # self-hosted: https://your-postiz-server.com
    skill: true                        # register the `postiz` workflow skill
FieldDefaultDescription
apiKeyEnvPOSTIZ_API_KEYEnvironment variable read at boot for the API key.
apiKey''Inline key. Prefer the env var; this exists for patch-level overrides.
baseUrlhttps://mcp.postiz.comPostiz host. The MCP endpoint is /mcp. Self-hosted instances point this at their backend.
skilltrueRegister the postiz skill on ctx.skills.

Without a key the postiz row logs a warning naming the variable to set, and the postiz-mcp row registers no tools. dsh keeps booting.