← Back to Skills Marketplace
Social media autopilot
by
SocialEcho-net
· GitHub ↗
· v1.3.0
· MIT-0
153
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install socialecho-social-media-management-agent
Description
SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install socialecho-social-media-management-agent - After installation, invoke the skill by name or use
/socialecho-social-media-management-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Social media autopilot?
SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing... It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Social media autopilot?
Run "/install socialecho-social-media-management-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social media autopilot free?
Yes, Social media autopilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social media autopilot support?
Social media autopilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social media autopilot?
It is built and maintained by SocialEcho-net (@socialecho-net); the current version is v1.3.0.
More Skills