gitroomhq/postiz-agent--plugins-dsh-postiz ↗★ 456
dsh-postiz
DSH 社交媒体管理插件,通过 MCP 连接到 Postiz,支持列出已连接频道、获取平台发布规则,并在 28+ 个社交平台上排程、草拟或发布帖子。
AI 分析
将 Agent 转化为社交媒体助手。适合内容创作者和运营人员,用于自动化多平台内容分发与排程,需配置 Postiz 账号及 API 密钥。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gitroomhq/postiz-agent#51293500c1b1fb447205100cb09b2999085323ac&path:plugins/dsh-postiz说明文档
阅读完整 README ↗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
| Field | Default | Description |
|---|---|---|
apiKeyEnv | POSTIZ_API_KEY | Environment variable read at boot for the API key. |
apiKey | '' | Inline key. Prefer the env var; this exists for patch-level overrides. |
baseUrl | https://mcp.postiz.com | Postiz host. The MCP endpoint is /mcp. Self-hosted instances point this at their backend. |
skill | true | Register 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.