返回目錄

postiz-agent

編輯精選維護狀態: 活躍

gitroomhq/postiz-agent

Postiz Agents CLI 外掛,可連線 Claude、OpenClaw 等 Agent,按計劃釋出社交媒體內容。適合自動化社媒排程與發帖。

前往 GitHub專案首頁
$ dsh plugin --profile web add "github:gitroomhq/postiz-agent#path:/plugins/dsh-postiz"

472

星數

93

Fork

TypeScript

語言

NOASSERTION

授權條款

2026-02-14

建立於

2026-09-16

最近推送

面向 Postiz 社群排程、整合探索、媒體上傳與分析的 DSH 相容 bundle。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-09-13

授權條款

AGPL-3.0

01它能幫你完成什麼?

  • 在 DeepSeek Harness 工作流程中排程社群貼文

    透過 Postiz MCP 工具與 `postiz` CLI 建立排程貼文或草稿

    需要自動化社群媒體發布的 DeepSeek Harness 使用者

  • 發布前探索頻道與平台設定

    取得整合 ID、設定 schema、動態工具與平台資料

    需要處理多個社群平台的代理與開發者

  • 透過 DSH 工作流程發布含媒體的貼文

    先取得 Postiz 媒體 URL,再傳給建立貼文的命令

    發布圖片或影片內容的使用者

  • 查看發布成效並處理缺少貼文連結的情況

    取得平台或貼文分析,並使用 missing 內容查詢與連接命令恢復關聯

    需要監控排程貼文與已發布內容的團隊

02如何將外掛接入 DeepSeek Harness?

先決條件

  • 可使用的 DeepSeek Harness `dsh` CLI
  • Postiz 身分驗證:透過 `postiz auth:login` 使用 OAuth2,或設定 `POSTIZ_API_KEY`

安裝步驟

  1. 01

    加入 DSH bundle:`dsh plugin --profile web add "github:gitroomhq/postiz-agent#path:/plugins/dsh-postiz"`

    $ dsh plugin --profile web add "github:gitroomhq/postiz-agent#path:/plugins/dsh-postiz"

  2. 02

    使用 API key 驗證時設定:`export POSTIZ_API_KEY=your-api-key`

  3. 03

    執行 `dsh web` 啟動 DeepSeek Harness 網頁介面

    $ dsh web

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

相容 DeepSeek Harness 的 bundle,位於 plugins/dsh-postiz,透過託管 Postiz MCP 伺服器提供 postiz 工作流程技能

  • DSH 中的 Postiz MCP 工作流程

    DeepSeek Harness 代理請求`mcp__postiz__*` 工具,包括整合探索與排程

    使用託管 Postiz MCP 伺服器與已連接的 Postiz 帳戶
  • 多平台排程

    內容、ISO 8601 日期、整合 ID,以及可選的媒體與設定排程、草稿、多平台或帶回覆串的貼文

    透過 Postiz API 建立或修改社群貼文
  • 整合探索

    整合 ID 與可選的方法參數已連接整合、設定 schema 與動態平台資料

  • 媒體上傳

    本機檔案路徑可放入貼文的 Postiz 媒體 URL

    發布前會先將檔案上傳到 Postiz
  • 分析與缺失貼文復原

    整合 ID 或貼文 ID分析資料、平台內容查詢與 release ID 連接

  • 機器可讀的代理輸出

    任何受支援的 CLI 命令適合代理工作流程解析的 JSON 輸出

04適合誰?何時不該用?

適合

  • 需要自動化社群媒體發布的 DeepSeek Harness 使用者
  • 需要處理多個社群平台的代理與開發者
  • 發布圖片或影片內容的使用者
  • 需要監控排程貼文與已發布內容的團隊

不適合

  • 必須透過 `postiz auth:login` 使用 OAuth2,或設定 `POSTIZ_API_KEY`。
  • 媒體必須先上傳到 Postiz 才能用於貼文;部分平台會拒絕外部連結。
  • 只有 DRAFT 或 QUEUE 狀態的貼文可以更新,已發布貼文會被拒絕。
  • 建立貼文時必須提供 ISO 8601 排程日期與整合 ID。

05相容性、維護與安全提醒

  • 必須透過 `postiz auth:login` 使用 OAuth2,或設定 `POSTIZ_API_KEY`。
  • 媒體必須先上傳到 Postiz 才能用於貼文;部分平台會拒絕外部連結。
  • 只有 DRAFT 或 QUEUE 狀態的貼文可以更新,已發布貼文會被拒絕。
  • 建立貼文時必須提供 ISO 8601 排程日期與整合 ID。
  • 自架 Postiz 執行個體可以在 `postiz` 列覆寫 `baseUrl`。
2026-02-142026-09-11v2.0.18

AGPL-3.0 · 最新版本 v2.0.18(2026-09-11)

06常見問題

這個外掛為 DeepSeek Harness 增加了什麼?

它提供 `plugins/dsh-postiz` bundle,讓代理連接託管 Postiz MCP 伺服器,並註冊 `postiz` 工作流程技能。

如何把 Postiz 加入 DSH?

執行 `dsh plugin --profile web add "github:gitroomhq/postiz-agent#path:/plugins/dsh-postiz"`;使用 API key 時設定 `POSTIZ_API_KEY`,然後執行 `dsh web`。

DeepSeek Harness 中會出現哪些 Postiz 工具?

README 列出 `mcp__postiz__*` 命名空間,其中包括 `integrationList`、`integrationSchema` 與 `schedulePostTool`。

排程貼文前需要準備什麼?

請透過 `postiz auth:login` 或 `POSTIZ_API_KEY` 完成驗證,並提供整合 ID 與 ISO 8601 日期;貼文含檔案時,要先將媒體上傳到 Postiz。

08資料與來源

  • 作者聲明github.com51293500c1b1…

    This repo ships a [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`) bundle at [`plugins/dsh-po…

  • 作者聲明github.com51293500c1b1…

    It connects the agent to the hosted Postiz MCP server and registers a `postiz` workflow skill.

  • 作者聲明github.com51293500c1b1…

    The Postiz tools then appear as `mcp__postiz__*` (`integrationList`, `integrationSchema`, `schedulePostTool`, ...).

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-13。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。