← 返回 Skills 市场
Powerpost
作者
Tarek Khoury
· GitHub ↗
· v0.3.0
· MIT-0
453
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install openclaw-powerpost
功能描述
Generate social media content and publish to all major platforms from one command.
安全使用建议
This skill appears to do what it says: it calls powerpost.ai with the two declared credentials and uses curl to upload media, generate content, create drafts, and publish. Before installing: 1) Only provide a read_write API key if you trust automatic publishing — prefer a read_draft key if you want human review before posts go live. 2) Be aware that any files you upload and any research URLs you provide will be sent to powerpost.ai; do not include private/secrets-containing URLs or sensitive files. 3) The API key will be stored in your OpenClaw configuration if you use the suggested commands — treat it like any other secret (limit access, rotate/revoke if compromised). 4) Verify PowerPost account connections (connected social accounts) and the service's reputation/policy if you depend on it for publishing. If you want more assurance, ask for the vendor's privacy/security docs or run with a read_draft key first.
功能分析
Type: OpenClaw Skill
Name: openclaw-powerpost
Version: 0.3.0
The 'powerpost' skill is a legitimate integration for the powerpost.ai social media management platform, allowing agents to generate and publish content. It uses standard REST API patterns via curl, restricts network access to a single domain (powerpost.ai), and includes explicit instructions in SKILL.md for the agent to obtain user confirmation before any publishing actions. The required environment variables (POWERPOST_API_KEY and POWERPOST_WORKSPACE_ID) are necessary for the stated purpose, and no evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name, description, and declared requirements align: the skill talks to powerpost.ai, requires an API key and workspace ID, and uses curl to call the REST API for generation, media upload, drafts, calendar, and publishing. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to call powerpost.ai endpoints, upload local files (via curl -F file=@/path/to/file), poll generation endpoints, and optionally accept source URLs for research. These are all within the stated purpose, but they do mean user files and any provided URLs will be transmitted to the PowerPost API — and publishing occurs on the user's connected social accounts when a read_write API key is used. The docs explicitly say to show drafts and ask for confirmation before publishing, which is good practice.
Install Mechanism
This is instruction-only (no install spec, no code files to execute). The only runtime dependency is curl, which is plausible for the documented curl-based workflow. No downloads or archives are referenced.
Credentials
Only POWERPOST_API_KEY and POWERPOST_WORKSPACE_ID are required, which is proportionate. However, the API key type determines capability: a read_write key allows autonomous publishing; a read_draft key prevents publishing. The user should be deliberate about which key type they provide and be aware the key will be stored in OpenClaw config if set that way.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent elevated privileges or modify other skills' configs. Storing the API key/workspace ID in OpenClaw config is normal installer behaviour but is a persistence point the user should manage (rotate/revoke keys if needed).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-powerpost - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-powerpost触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
- Adds content calendar management to the PowerPost skill for streamlined scheduling.
- Updates documentation to reflect new content calendar support.
- Bumps version to 0.3.0.
v0.2.0
openclaw-powerpost 0.2.0
- Adds support for generating videos, not just images, from captions or prompts.
- Credit cost documentation is clarified—now including details for both image and video generation, plus the effect of source URLs.
- The content generation API now accepts up to 2000 characters in the prompt and supports supplying an array of HTTPS source URLs for richer research.
- Changelog file (CHANGELOG.md) introduced for better release tracking.
- Minor improvements and expanded workflow details in documentation.
v0.1.1
- Added README.md and clawhub.json files.
- Updated SKILL.md with improved setup instructions, OpenClaw credential configuration, and clarified API key/workspace ID usage.
- Version bumped from 1.0.0 to 0.1.1.
- Improved first-run onboarding flow and troubleshooting steps for credential setup.
v0.1.0
Initial release of PowerPost, enabling content generation and publishing to multiple social media platforms via API.
- Check account credits and warn users of low balance before content generation or publishing.
- Upload media files (images/videos) for use in posts.
- Generate social media captions for various platforms with async polling until results are ready.
- Display generated drafts to users for review before publishing.
- Publish approved posts to connected platforms with credit management and error handling.
元数据
常见问题
Powerpost 是什么?
Generate social media content and publish to all major platforms from one command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 453 次。
如何安装 Powerpost?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-powerpost」即可一键安装,无需额外配置。
Powerpost 是免费的吗?
是的,Powerpost 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Powerpost 支持哪些平台?
Powerpost 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Powerpost?
由 Tarek Khoury(@tarekhoury)开发并维护,当前版本 v0.3.0。
推荐 Skills