← 返回 Skills 市场
Social media autopilot
作者
SocialEcho-net
· GitHub ↗
· v1.3.0
· MIT-0
153
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install socialecho-social-media-management-agent
功能描述
SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing...
安全使用建议
The package appears to do what it says, but consider these practical cautions before installing or running it: (1) Protect your team API key — passing secrets on the command line can expose them via process listings on multi-user systems; prefer secure input methods or a short-lived key. (2) Inspect any publish payload JSON you pass ( --payload ) to avoid including private URLs or sensitive data. (3) The --base-url option can be changed at runtime; only point it at servers you trust. (4) Because the scripts will send requests to the configured base URL, verify the endpoint (default https://api.socialecho.net) and review network egress policies if running in a sensitive environment. (5) If you need higher assurance, run the bundle in an isolated sandbox or review the remaining truncated files before using in production.
功能分析
Type: OpenClaw Skill
Name: socialecho-social-media-management-agent
Version: 1.3.0
The skill bundle contains a set of Node.js CLI tools designed to interact with the SocialEcho social media management API. The code uses native Node.js modules (http, https, fs) and has zero external dependencies, which significantly reduces the supply chain attack surface. All scripts (e.g., client.js, publish-article.js, account.js) follow a consistent and transparent pattern of parsing command-line arguments and making authenticated requests to the official API endpoint (api.socialecho.net). There is no evidence of data exfiltration, malicious execution, or prompt injection within the SKILL.md or the source code.
能力标签
能力评估
Purpose & Capability
Name/description match the code and OpenAPI: the scripts implement team/account/article/report/upload/publish operations against https://api.socialecho.net. Required inputs (an API key, team id, base URL) are consistent with a social-media management integration.
Instruction Scope
SKILL.md instructions stay within the stated purpose. It instructs using CLI options (--api-key, --base-url, --team-id, --lang) and Node >=18; the code reads a local payload file for publishing and prints results to stdout. The scripts do read local files only where expected (publish payload JSON, bundled markdown docs).
Install Mechanism
No install spec is provided and all source files are bundled. SKILL.md suggests running npm ci, but package.json has no external dependencies and there are no downloads or extract steps that would pull arbitrary remote code.
Credentials
The skill declares no required environment variables and the runtime expects an API key supplied via CLI argument. No unrelated credentials or system config paths are requested. The Authorization header is set to Bearer <api-key>, which is appropriate for this API.
Persistence & Privilege
Skill is not always-on, does not request elevated privileges, and does not modify other skills or system agent configuration. It only reads/writes its own bundled files and stdout/stderr.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install socialecho-social-media-management-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/socialecho-social-media-management-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
**Expanded upload URL usage and MIME type validation.**
- Added required `--content-type`/`--content_type` option to `upload-url.js` for specifying the MIME type when requesting upload URLs.
- Enforced valid MIME types for uploads; only listed image/video types are accepted and validated.
- Updated documentation in SKILL.md to reflect new `upload-url.js` usage, including detailed allowed MIME types and parameter requirements.
- Minor improvements to usage examples and instructions.
v1.2.0
Version 1.2.0 of socialecho-social-media-management-agent
- No changes detected in the files for this version.
- Documentation, commands, usage, and feature set remain the same as the previous release.
v1.1.1
- Added platform publishing limits documentation in both Chinese and English (platform-publish-limits_cn.md, platform-publish-limits_en.md).
- Introduced platform-limits.js CLI tool to display platform copy/media/format limits for post publishing.
- Updated documentation to reference the new limits files and CLI usage for terminal output and integration guidance.
v1.1.0
Expanded API support and publishing functionality
- Added scripts for upload URL generation, Reddit community and Pinterest board queries, and article publishing.
- Introduced example payload and environment template files for easier setup.
- Updated documentation to reflect new commands and usage instructions.
- Enhanced description to cover new endpoints and features.
- Maintained compatibility with previous team, account, article, and report queries.
v1.0.3
- Improved documentation for setup, prerequisites, and usage examples.
- Added detailed authentication and CLI option instructions.
- Clarified team and API key requirements.
- Provided concise explanations for each available command and response behavior.
- Included notes on rate limiting and best practices for automation.
元数据
常见问题
Social media autopilot 是什么?
SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Social media autopilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install socialecho-social-media-management-agent」即可一键安装,无需额外配置。
Social media autopilot 是免费的吗?
是的,Social media autopilot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social media autopilot 支持哪些平台?
Social media autopilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social media autopilot?
由 SocialEcho-net(@socialecho-net)开发并维护,当前版本 v1.3.0。
推荐 Skills