← 返回 Skills 市场
Social Auto Poster
作者
Quốc MODORO
· GitHub ↗
· v1.1.0
· MIT-0
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install social-auto-poster
功能描述
Automate posting content with images to LinkedIn, X/Twitter, Facebook, WordPress, and Substack via browser automation. Use when: (1) posting a new article or...
安全使用建议
This skill appears internally consistent for automating posts, but before installing or using it you should: (1) verify the owner/source (no homepage provided) and prefer skills with a public repo/release; (2) inspect the image script (~/workspace/linkedin-assets/create-overlay-image.sh) — it will be executed and could run arbitrary shell commands; (3) prefer not to store credentials in world‑readable plaintext: restrict permissions on ~/.openclaw/.wp-[yoursite].env (chmod 600) or use a secrets store if available; (4) be aware the skill relies on long‑lived browser sessions — if the machine is multi‑user or exposed, an attacker with local access could reuse those sessions; (5) test on a throwaway account / VM first to confirm behavior; and (6) ask the publisher to: publish a source repo or homepage, add explicit steps to source the .env before API calls, and ideally support a safer credential mechanism. If you cannot inspect the image script and do not trust keeping browser sessions persistent, do not enable this skill.
功能分析
Type: OpenClaw Skill
Name: social-auto-poster
Version: 1.1.0
The skill automates social media posting via browser automation and WordPress API calls, requiring high-privilege access such as reading local credentials from `~/.openclaw/` and executing a local shell script (`create-overlay-image.sh`). While the logic in `SKILL.md` and `references/platform-quirks.md` is consistent with its stated marketing purpose, the pattern of passing potentially unsanitized user content (quotes) directly to a shell script poses a shell injection risk. The skill's reliance on persistent browser sessions and stored WordPress Application Passwords makes it a high-risk component if the agent's environment is compromised.
能力评估
Purpose & Capability
Name/description (cross‑platform auto‑posting) matches the runtime instructions: browser automation for LinkedIn, X, Facebook, Substack plus REST calls for WordPress and local image generation. The required files/paths and WordPress application password are coherent with posting functionality.
Instruction Scope
SKILL.md instructs only actions relevant to publishing (start/stop browser, ARM upload, create images, POST via WP API) and includes platform‑specific DOM workarounds. Two minor scope/clarity issues: (1) it asks you to create a ~/.openclaw/.wp-[yoursite].env file but never explicitly tells the agent to source it before curl commands (implied but should be explicit); (2) it requires you to place/execute an external image script (~/workspace/linkedin-assets/create-overlay-image.sh) which is not included — you must inspect that script before running.
Install Mechanism
Instruction-only skill (no install spec, no downloaded binaries, no code files that execute). This is low install risk — nothing is written to disk by the skill package itself.
Credentials
The only credential material the skill requires is a WordPress Application Password stored in a plaintext file under ~/.openclaw/.wp-[yoursite].env and browser sessions kept logged in. That is proportionate to the stated purpose but has security implications (plaintext credential file, long‑lived browser sessions). The skill does not request unrelated secrets or system credentials.
Persistence & Privilege
always:false (normal). The skill depends on persistent browser sessions (recommends not killing Chrome) and on files under /tmp and the user's workspace. Persistent sessions increase theft risk if the host is shared; nothing in the skill tries to change agent/system settings or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-auto-poster - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-auto-poster触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Expanded, clearer documentation and improved usability**
- Added detailed setup instructions for browser authentication and WordPress API usage.
- Documented ARM image overlay script usage and requirements.
- Provided step-by-step posting workflows for LinkedIn, X/Twitter, Facebook, WordPress, and Substack.
- Explained post verification and session management best practices.
- Clarified supported/unsupported features (no feed reading, DMs, analytics, or scheduling).
元数据
常见问题
Social Auto Poster 是什么?
Automate posting content with images to LinkedIn, X/Twitter, Facebook, WordPress, and Substack via browser automation. Use when: (1) posting a new article or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 Social Auto Poster?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-auto-poster」即可一键安装,无需额外配置。
Social Auto Poster 是免费的吗?
是的,Social Auto Poster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Auto Poster 支持哪些平台?
Social Auto Poster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Auto Poster?
由 Quốc MODORO(@quoc-modoro)开发并维护,当前版本 v1.1.0。
推荐 Skills