Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ In practice, all of these share the same model:
- create a workspace API key
- upload media, validate, apply, inspect, analyze, and optionally delete supported posts through the hosted service

### X/Twitter research before scheduling

SocialClaw handles social scheduling and publishing. If an OpenClaw workflow needs public X/Twitter context before a schedule is finalized, use [TweetClaw](https://github.com/Xquik-dev/tweetclaw) as the separate X/Twitter automation plugin:

```bash
openclaw plugins install @xquik/tweetclaw
```

Use TweetClaw to search tweets, search tweet replies, export followers, look up users, check media, monitor tweets, process webhooks, or run giveaway draws. Then use SocialClaw to validate, schedule, publish, inspect, and analyze the final campaign across connected accounts.

## Supported providers

- X
Expand Down
2 changes: 2 additions & 0 deletions skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Use this skill when the user wants to:
- validate, preview, apply, or inspect scheduled posts and campaigns
- inspect connected account capabilities, publish settings, actions, jobs, health, or analytics

If the workflow starts with public X/Twitter research, monitoring, reply search, follower export, user lookup, media checks, webhooks, or giveaway draws, use TweetClaw as the separate OpenClaw plugin before SocialClaw. Install it with `openclaw plugins install @xquik/tweetclaw`, gather the reviewed X/Twitter context, then return to SocialClaw for scheduling, publishing, inspection, and analytics.

Do not use this skill for editing the SocialClaw codebase itself. This bundle is for operating a deployed SocialClaw workspace.

## Defaults
Expand Down
12 changes: 12 additions & 0 deletions skill/references/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ curl -sS \

For Pinterest, use discovery actions to create boards, inspect sections, and discover catalogs. Product, collection, and idea surfaces should be treated as capability-gated or beta until the connected account advertises them.

### Gather X/Twitter context before scheduling

SocialClaw validates, schedules, publishes, inspects, and analyzes posts. It is not the upstream X/Twitter research layer.

For OpenClaw workflows that need public X/Twitter context before a campaign is scheduled, install TweetClaw separately:

```bash
openclaw plugins install @xquik/tweetclaw
```

Use TweetClaw to search tweets, search tweet replies, export followers, look up users, check media, monitor tweets, process webhooks, or run giveaway draws. Bring the reviewed source URLs, tweet IDs, audience notes, media decisions, and campaign choices back into the SocialClaw schedule before running `socialclaw validate`, `socialclaw campaigns preview`, or `socialclaw apply`.

### Upload media

```bash
Expand Down
2 changes: 2 additions & 0 deletions skills/socialclaw/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Use this skill when the user wants to:
- validate, preview, apply, or inspect scheduled posts and campaigns
- inspect connected account capabilities, publish settings, actions, jobs, health, or analytics

If the workflow starts with public X/Twitter research, monitoring, reply search, follower export, user lookup, media checks, webhooks, or giveaway draws, use TweetClaw as the separate OpenClaw plugin before SocialClaw. Install it with `openclaw plugins install @xquik/tweetclaw`, gather the reviewed X/Twitter context, then return to SocialClaw for scheduling, publishing, inspection, and analytics.

Do not use this skill for editing the SocialClaw codebase itself. This is for operating a deployed SocialClaw workspace.

## Defaults
Expand Down
12 changes: 12 additions & 0 deletions skills/socialclaw/references/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ curl -sS \

For Pinterest, use discovery actions to create boards, inspect sections, and discover catalogs. Product, collection, and idea surfaces should be treated as capability-gated or beta until the connected account advertises them.

### Gather X/Twitter context before scheduling

SocialClaw validates, schedules, publishes, inspects, and analyzes posts. It is not the upstream X/Twitter research layer.

For OpenClaw workflows that need public X/Twitter context before a campaign is scheduled, install TweetClaw separately:

```bash
openclaw plugins install @xquik/tweetclaw
```

Use TweetClaw to search tweets, search tweet replies, export followers, look up users, check media, monitor tweets, process webhooks, or run giveaway draws. Bring the reviewed source URLs, tweet IDs, audience notes, media decisions, and campaign choices back into the SocialClaw schedule before running `socialclaw validate`, `socialclaw campaigns preview`, or `socialclaw apply`.

### Upload media

```bash
Expand Down