TopRank Skills

Official OpenClaw rules 54%

Socialrails

SocialRails

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Socialrails 技能。 若已安装,则直接安装 Socialrails 技能。

Overview

Skill Key
buildsbymatt/socialrails
Author
buildsbymatt
Source Repo
openclaw/skills
Version
-
Source Path
skills/buildsbymatt/socialrails
Latest Commit SHA
0f0e6f3bf804d87e4fb1f22bd3dbc03783a9fa2d

Extracted Content

SKILL.md excerpt

# SocialRails

Manage your social media from chat. Schedule posts, view analytics, generate AI content, and list connected accounts using the SocialRails API.

## Setup

1. Get an API key from [SocialRails Dashboard](https://socialrails.com/dashboard/settings) (requires Creator plan or above)
2. Install the skill:
   ```bash
   openclaw install socialrails
   ```
3. Configure your API key:
   ```bash
   openclaw config socialrails apiKey sr_live_your_key_here
   ```

## Commands

| Command | Description | Required Parameters |
|---------|-------------|---------------------|
| `schedule-post` | Schedule a social media post | `content`, `platform` |
| `show-analytics` | View posting analytics | — |
| `generate-caption` | Generate AI-powered content | `prompt` |
| `list-posts` | List your scheduled or published posts | — |
| `list-accounts` | List your connected social media accounts | — |

## Supported Platforms

Twitter, LinkedIn, Facebook, Instagram, TikTok, Bluesky, Pinterest, Threads, YouTube

## Examples

```text
> Schedule a tweet about our product launch for next Monday at 9am
> Show me analytics for the last 30 days
> Generate an Instagram caption for a photo of our new office
> List my scheduled posts
> What accounts do I have connected?
```

## Configuration

Configuration is stored in `~/.openclaw/openclaw.json`:

```json
{
  "skills": {
    "socialrails": {
      "apiKey": "sr_live_your_key_here",
      "baseUrl": "https://socialrails.com/api/v1"
    }
  }
}
```

## API Key Scopes

Your API key needs the right scopes for each command:

- `read` — list-posts, show-analytics, list-accounts
- `write` — schedule-post
- `ai` — generate-caption

For full access, create a key with all three scopes.

## Links

- [API Documentation](https://socialrails.com/documentation/api-overview)
- [OpenClaw Setup Guide](https://socialrails.com/documentation/openclaw-setup)
- [SocialRails Dashboard](https://so...

README excerpt

# SocialRails OpenClaw Skill

[![OpenClaw](https://img.shields.io/badge/OpenClaw-skill-purple)](https://openclaw.dev)

Manage your social media from chat using the SocialRails Public API.

## Quick Install

```bash
openclaw install socialrails
```

## Setup

1. **Get an API key** from [SocialRails Dashboard](https://socialrails.com/dashboard/settings) (requires Creator plan or above)

2. **Install the skill:**
   ```bash
   openclaw install socialrails
   ```

3. **Configure your API key:**
   ```bash
   openclaw config socialrails apiKey sr_live_your_key_here
   ```

## Commands

| Command | Description |
|---------|-------------|
| `schedule-post` | Schedule a social media post |
| `show-analytics` | View posting analytics |
| `generate-caption` | Generate AI content |
| `list-posts` | List your posts |
| `list-accounts` | List connected accounts |

## Examples

```text
> Schedule a tweet about our product launch for next Monday at 9am
> Show me analytics for the last 30 days
> Generate an Instagram caption for a photo of our new office
> List my scheduled posts
> What accounts do I have connected?
```

## Configuration

Configuration is stored in `~/.openclaw/openclaw.json`:

```json
{
  "skills": {
    "socialrails": {
      "apiKey": "sr_live_your_key_here",
      "baseUrl": "https://socialrails.com/api/v1"
    }
  }
}
```

## API Key Scopes

Your API key needs the right scopes for each command:

- `read` — list-posts, show-analytics, list-accounts
- `write` — schedule-post
- `ai` — generate-caption

For full access, create a key with all three scopes.

## Links

- [API Documentation](https://socialrails.com/documentation/api-overview)
- [OpenClaw Setup Guide](https://socialrails.com/documentation/openclaw-setup)
- [SocialRails Dashboard](https://socialrails.com/dashboard)

Related Claw Skills