← 返回 Skills 市场
336
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install socialrails
功能描述
Manage social media by scheduling posts, viewing analytics, generating AI captions, and listing connected accounts via the SocialRails API.
安全使用建议
This skill appears to do what it says: it will read your SocialRails API key from ~/.openclaw/openclaw.json and call https://socialrails.com/api/v1 (or a configured baseUrl). Before installing: 1) Verify you trust the SocialRails service and the skill source (the registry metadata shows an unknown source). 2) Create an API key limited to the minimal scopes you need (read / write / ai) rather than a full-access key. 3) Do not reuse credentials you use elsewhere. 4) Inspect the code (index.js) yourself if possible — it only reads the OpenClaw config and calls the API — and confirm the domain in the config matches the official SocialRails endpoint. 5) Note the small metadata mismatch: required secrets are stored in OpenClaw config (skill.json) rather than as environment variables listed in the registry; this is expected but worth confirming during setup.
功能分析
Type: OpenClaw Skill
Name: socialrails
Version: 1.0.0
The OpenClaw SocialRails skill appears benign. It reads its own configuration from `~/.openclaw/openclaw.json` (as expected for an OpenClaw skill) and makes API calls to `https://socialrails.com/api/v1` using a user-provided API key. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary code execution, persistence mechanisms, or malicious prompt injection attempts in `SKILL.md` or `README.md`. All actions are consistent with its stated purpose of managing social media via the SocialRails API.
能力评估
Purpose & Capability
The name/description (manage social media via SocialRails) matches the code and skill.json: all commands call the SocialRails API and require an API key. The supported platforms and operations are coherent with the claimed functionality.
Instruction Scope
SKILL.md instructs storing an apiKey in ~/.openclaw/openclaw.json and using openclaw config commands. The runtime code only reads that config file and calls the SocialRails API; it does not read other system files, environment secrets, or send data to unrelated endpoints.
Install Mechanism
There is no install spec (instruction-only plus a small code bundle). No downloads or archive extraction are used. The package is a small Node module with no dependencies.
Credentials
The skill requires an API key (declared in skill.json and used by the code) stored in the OpenClaw config file, not environment variables. Registry metadata showed no required env vars which is a minor metadata mismatch but not harmful; the API key is the only secret used and is proportional to the functionality.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide settings. It only reads its own config file under ~/.openclaw and performs network requests to the configured baseUrl.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install socialrails - 安装完成后,直接呼叫该 Skill 的名称或使用
/socialrails触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SocialRails skill.
- Schedule, list, and manage social media posts across major platforms via chat commands
- View analytics and generate AI-powered content for posts
- List connected accounts
- Easy API setup and configuration through OpenClaw
- Supports Twitter, LinkedIn, Facebook, Instagram, TikTok, Bluesky, Pinterest, Threads, and YouTube
元数据
常见问题
SocialRails 是什么?
Manage social media by scheduling posts, viewing analytics, generating AI captions, and listing connected accounts via the SocialRails API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 336 次。
如何安装 SocialRails?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install socialrails」即可一键安装,无需额外配置。
SocialRails 是免费的吗?
是的,SocialRails 完全免费(开源免费),可自由下载、安装和使用。
SocialRails 支持哪些平台?
SocialRails 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SocialRails?
由 Matt(@buildsbymatt)开发并维护,当前版本 v1.0.0。
推荐 Skills