diff --git a/README.md b/README.md index 83d8dd7..21cffd8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/skill/SKILL.md b/skill/SKILL.md index 9271e11..309443d 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -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 diff --git a/skill/references/workflows.md b/skill/references/workflows.md index c5e2eb1..a769c84 100644 --- a/skill/references/workflows.md +++ b/skill/references/workflows.md @@ -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 diff --git a/skills/socialclaw/SKILL.md b/skills/socialclaw/SKILL.md index a6adce6..0e1042f 100644 --- a/skills/socialclaw/SKILL.md +++ b/skills/socialclaw/SKILL.md @@ -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 diff --git a/skills/socialclaw/references/workflows.md b/skills/socialclaw/references/workflows.md index c5e2eb1..a769c84 100644 --- a/skills/socialclaw/references/workflows.md +++ b/skills/socialclaw/references/workflows.md @@ -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