← 返回 Skills 市场
690
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install publer
功能描述
Post content to social media via the Publer API. Use when scheduling or publishing posts to TikTok (carousels, videos), Instagram, Facebook, Twitter/X, or an...
安全使用建议
This skill appears to do what it says: upload local files and create/schedule posts using Publer. Before installing: (1) Only provide a Publer API key and workspace ID if you trust Publer and the environment running the skill — the API key can be used to publish content for that workspace. (2) Do not store secrets (API keys) in repository files like TOOLS.md or commit them to source control. (3) The script will upload any file paths you pass to it — avoid passing sensitive local files. (4) You may want to run it in a restricted environment or inspect network traffic to confirm it only talks to app.publer.com. If you need tighter security, consider creating a least-privilege API key (if supported) and rotating keys after use.
功能分析
Type: OpenClaw Skill
Name: publer
Version: 1.0.1
The skill bundle provides a Python client for the Publer API to post and schedule social media content. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts. The `scripts/publer.py` script uses standard libraries (`requests`, `argparse`, `os`) to interact with the legitimate Publer API (`https://app.publer.com`). It reads API keys from environment variables and uploads user-specified files to the Publer service. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The file upload functionality, while capable of uploading any specified file, is a core feature of the skill and does not inherently seek out or exfiltrate sensitive data; it only processes files explicitly provided as arguments.
能力评估
Purpose & Capability
Name and description match the implemented functionality. The skill requires python3 and Publer API credentials (PUBLER_API_KEY, PUBLER_WORKSPACE_ID), which are exactly what a Publer client would need. Included scripts implement account listing, media upload, posting, scheduling, and job polling against app.publer.com.
Instruction Scope
SKILL.md instructions stay within the posted purpose (upload local media, create/schedule posts, poll jobs). It does instruct storing API keys in a local file (TOOLS.md) as an option — this is operational guidance but users should avoid committing secrets to VCS. The README/example references PUBLER_TIKTOK_ACCOUNT_ID as an optional env var for examples; the code itself does not implicitly read any env var beyond the two required ones.
Install Mechanism
This is instruction-only with a small pip dependency (requests) listed in requirements.txt and an optional install hint in SKILL.md. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only PUBLER_API_KEY and PUBLER_WORKSPACE_ID are required and declared; those are appropriate for the described API operations. SKILL.md mentions PUBLER_TIKTOK_ACCOUNT_ID as an optional convenience variable (not declared as required) — that's reasonable. Users should be aware that the API key grants posting abilities to the workspace, so treat it as sensitive.
Persistence & Privilege
The skill does not request permanent/always-on privileges (always: false). It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not combined with other privilege escalations here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publer - 安装完成后,直接呼叫该 Skill 的名称或使用
/publer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added requirements.txt for better dependency management.
- Updated documentation to include requirements.txt usage and clarified setup steps.
- Improved metadata to specify required binaries, environment variables, and dependencies.
v1.0.0
Initial release: Easily schedule and post to social media via the Publer API.
- Supports posting and scheduling content to TikTok, Instagram, Facebook, Twitter/X, and other Publer-supported platforms
- Handles media upload, post creation, job polling, privacy, and scheduling options
- Includes commands for listing linked accounts, uploading media, posting content, scheduling, and checking job status
- Offers dry run mode to preview API payloads without sending
- Designed for flexible use with environment variables for account and API credentials
元数据
常见问题
Publer 是什么?
Post content to social media via the Publer API. Use when scheduling or publishing posts to TikTok (carousels, videos), Instagram, Facebook, Twitter/X, or an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 690 次。
如何安装 Publer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publer」即可一键安装,无需额外配置。
Publer 是免费的吗?
是的,Publer 完全免费(开源免费),可自由下载、安装和使用。
Publer 支持哪些平台?
Publer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publer?
由 imamark(@imamark)开发并维护,当前版本 v1.0.1。
推荐 Skills