Knowledge Base Skill
支持图片附件与OCR的文字提取,按业务类型管理问答知识库。
通过ClawLink连接Postiz,实现社交内容的发布与调度管理。
openclaw skills install @hith3sh/postiz-social命令、参数、文件名以原文为准

通过 Postiz API 访问 Postiz 的社交发布平台。管理跨已连接社交账号的社交发布、定时发布以及内容工作流。
此技能使用 [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=postiz-social) 提供托管的连接流程和凭证,您无需自行配置 Postiz API 访问权限。
| 第一步:安装 | 第二步:配对账户 | 第三步:连接 Postiz |
|---|---|---|
|  |  | *应用专属连接动画即将上线* |
| 在 OpenClaw 中运行安装命令 | 登录并批准设备 | 打开仪表板并连接 Postiz |
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ OpenClaw │────▶│ ClawLink │────▶│ Postiz API │
│ (用户聊天) │ │ (OAuth) │ │ │
└─────────────────┘ └──────────────┘ └──────────────────┘
│ │ │
│ 1. 安装插件 │ │
│ 2. 配对设备 │ │
│ 3. 连接 Postiz │ │
│ │ 4. 安全令牌 │
│ │ 5. 代理请求 │
│ │ │
▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐
│ SKILL │ │ Dashboard│ │ Postiz │
│ 文件 │ │ 认证 │ │ 平台 │
└──────────┘ └──────────┘ └──────────┘从 ClawHub 安装经过验证的 ClawLink 插件。用户确认后,完成完整设置,以便 ClawLink 工具在下一个 OpenClaw 聊天中可见。
openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart然后告知用户:“OpenClaw 已重启。发送 /new 作为独立消息以开启新聊天,再向我询问 Postiz。”
# 列出定时发布的帖子
clawlink_call_tool --tool "postiz_list_posts" --params '{"status": "scheduled"}'
# 获取帖子详情
clawlink_call_tool --tool "postiz_get_post" --params '{"post_id": "POST_ID"}'
# 列出工作区
clawlink_call_tool --tool "postiz_list_workspaces" --params '{}'所有 Postiz 工具调用均由 ClawLink 使用用户已连接的 Postiz 账户自动认证。
聊天中无需提供 API 密钥。 ClawLink 安全存储 OAuth 令牌,并在每次代表用户发起 Postiz API 请求时注入该令牌。
clawlink_begin_pairing 配对插件。clawlink_list_integrations 验证连接是否生效。clawlink_list_integrations响应: 返回所有已连接的集成。请在列表中查找 postiz。
clawlink_list_tools --integration postiz响应: 返回 Postiz 的实时工具目录。
如果 Postiz 工具缺失或连接显示错误:
clawlink_list_integrations 验证clawlink_list_tools --integration postizclawlink_list_integrations 确认 Postiz 已连接。clawlink_list_tools --integration postiz 查看实时工具目录。clawlink_search_tools 并输入简短查询,指定集成 postiz。┌─────────────────────────────────────────────────────────────┐
│ 读取操作(安全) │
│ list → get → search → describe → call │
│ │
│ 示例:列出定时帖子 → 获取详情 → 显示队列 │
└─────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ 写入操作(需确认) │
│ list → get → describe → preview → confirm → call │
│ │
│ 示例:描述工具 → 预览更改 → 用户批准 → 执行更新 │
└─────────────────────────────────────────────────────────────┘由 [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=postiz-social) 提供支持 — OpenClaw 的集成枢纽

已收录 1 个 Skill