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

dsh-postiz

DeepSeek Harness plugin that connects the agent to Postiz over MCP: list connected channels, fetch platform posting rules, and schedule, draft, or publish social media posts across 28+ platforms.

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.