← Back to Skills Marketplace
336
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install socialrails
Description
Manage social media by scheduling posts, viewing analytics, generating AI captions, and listing connected accounts via the SocialRails API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install socialrails - After installation, invoke the skill by name or use
/socialrails - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is SocialRails?
Manage social media by scheduling posts, viewing analytics, generating AI captions, and listing connected accounts via the SocialRails API. It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install SocialRails?
Run "/install socialrails" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SocialRails free?
Yes, SocialRails is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SocialRails support?
SocialRails is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SocialRails?
It is built and maintained by Matt (@buildsbymatt); the current version is v1.0.0.
More Skills