← 返回 Skills 市场
socialecho-net

Social media autopilot

作者 SocialEcho-net · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install social-media-autopilot-api
功能描述
SocialEcho social media management API skill for querying team, accounts, articles, reports, upload URL, Reddit communities, Pinterest boards, and publishing...
安全使用建议
This package appears to be what it claims: a small Node.js CLI client for SocialEcho's API. Before installing or running it: (1) avoid passing your real team API key on the command line (it can appear in shell history or ps output); prefer a short-lived key, a protected file, or an environment variable and pass it in a way you control; (2) don't set --base-url to an untrusted host — the CLI will send the API key to whatever base URL you provide; (3) inspect the included scripts (they are short and readable) and run in an isolated environment if you have any doubt; (4) if you plan to use it in automation, consider rotating keys and monitoring API usage. If you want, I can suggest a safer way to supply the key (example wrappers) or produce a short checklist to harden usage.
功能分析
Type: OpenClaw Skill Name: social-media-autopilot-api Version: 1.3.0 The skill bundle is a legitimate CLI integration for the SocialEcho social media management platform. It uses native Node.js modules (http/https) to interact with the SocialEcho API, requires explicit user-provided API keys via CLI arguments, and contains no external dependencies, which minimizes supply chain risks. The code logic in files like client.js and publish-article.js is transparent and aligns perfectly with the functional descriptions provided in SKILL.md and the OpenAPI specifications.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the included code and OpenAPI: the repo contains small Node.js CLI scripts to call SocialEcho endpoints (team, account, article, report, upload URL, reddit communities, pinterest boards, publish). No unrelated env vars, binaries, or external services are requested in metadata; package.json and openapi files align with the stated functionality.
Instruction Scope
SKILL.md stays within the expected scope (calls SocialEcho APIs, explains required CLI options, payloads, and platform limits). Two operational details to note: (1) it instructs users to supply the API key via explicit CLI option (--api-key), which can expose secrets in shell history and process listings; (2) it supports overridable --base-url, so if an operator supplies a malicious base URL the same API key would be sent there. Otherwise instructions do not read other system files or network endpoints.
Install Mechanism
No install spec is declared (lowest-risk delivery). SKILL.md suggests running npm ci and Node >=18; package.json has no external dependencies and bundles the CLI scripts and docs. There are no downloads from arbitrary URLs or extract/install steps that would place unreviewed code on disk beyond the repository itself.
Credentials
The skill does not request any environment variables or primary credentials in metadata; it expects a single team API key passed at runtime via --api-key (Authorization: Bearer). That is proportionate to the API client purpose. Caveat: passing secrets on a command line is less safe than a protected environment variable or file, and the SKILL.md explicitly discourages auto-reading env vars while still distributing a .env.example — this is an operational inconsistency worth considering.
Persistence & Privilege
always:false and no special system privileges are requested. The skill does not attempt to modify other skill configs or system-wide settings. Autonomous invocation is allowed by default but the skill's actions are limited to outbound HTTP calls to the configured base URL.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-media-autopilot-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-media-autopilot-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Version 1.3.0 - Clarified that `GET /v1/upload/url` now requires a `content_type` field in the request body matching the actual file MIME. - Listed all allowed `content_type` MIME values for uploads, including supported image and video formats. - Example CLI commands updated to show required `--content-type` argument for upload URLs. - Referenced internal validation and documentation for upload content type values. - No code changes detected; documentation updates only.
v1.2.0
No changes detected in this version. - No file changes were made in version 1.1.2.
v1.1.1
- Added platform publish limits documentation in both Chinese and English (`platform-publish-limits_cn.md`, `platform-publish-limits_en.md`). - Introduced a new CLI utility `platform-limits.js` to print platform-specific publishing limits to stdout. - Updated documentation to explain the usage of the new limits files and CLI tool.
v1.1.0
**Expanded functionality and endpoints for SocialEcho social media management.** - New endpoints: add support for upload URL retrieval, Reddit communities, Pinterest boards, and article publishing. - New scripts: `upload-url.js`, `reddit-communities.js`, `pinterest-boards.js`, `publish-article.js` with example payload. - Renamed package and commands for improved clarity and broader coverage. - Updated documentation to reflect new features, sample commands, response codes, and OpenAPI spec location. - Minor improvements to options, error handling, and API field mappings.
v1.0.2
- Added .env.example file to provide environment variable examples. - Updated documentation: corrected project directory name, added explicit Node.js >=18 runtime requirement.
v1.0.0
- Initial release of the social-media-autopilot API skill. - Enables querying team, account list, article list, and report endpoints using a team API key. - Supports integration checks and data pulls from SocialEcho APIs. - CLI options include required explicit API key, optional base URL, team ID, and language. - Includes setup instructions, example commands, and rate limit guidelines.
元数据
Slug social-media-autopilot-api
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

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 插件,目前累计下载 165 次。

如何安装 Social media autopilot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-media-autopilot-api」即可一键安装,无需额外配置。

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。

💬 留言讨论