⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
x_management
Draft-first X/Twitter account management workflow for OpenClaw. Use when the user wants to read their X account context, draft tweets, replies, quote tweets, or threads, and keep every write action gated behind explicit approval. Use with the OpenClaw X plugin when managing a personal X account safely.
// RATINGS
// README
openclaw-skill-x-management
Draft-first X/Twitter account management skill for OpenClaw.
This skill is the agent-side workflow layer that pairs with the openclaw-plugin-x plugin.
What this skill does
It teaches the agent to use the X plugin safely:
- gather context before drafting when needed
- fetch follower/account graph context when monitoring or tracking account changes
- use exact
accountIdvalues for multi-account sessions and drafts - verify non-default accounts with
x_account_mebefore publish - prefer timeline search tools for older own-post lookup
- create drafts instead of publishing directly
- require explicit user approval before publish
- keep reads, drafting, and publish decisions clearly separated
Intended pairing
Use this skill together with the X plugin:
- plugin = auth, reads, durable drafts, approval state, publish primitive
- skill = judgment, research, tone, workflow, and safety behavior
Install
After publishing to ClawHub, install with:
openclaw skills install <skill-slug>
Then start a new OpenClaw session so the skill is loaded.
Plugin requirement
This skill is designed to work with the OpenClaw X plugin. Without the plugin, the workflow instructions remain useful, but the tool surface will not be available.
Files
SKILL.md— primary skill instructions
Publish
Example ClawHub publish flow:
clawhub skill publish ./openclaw-skill-x-management \
--slug x-management \
--name "X Management" \
--version 0.1.3 \
--tags latest
Status
Usable now for the draft-first workflow that matches the current plugin capabilities, including multi-account operation, follower-list reads, post search, media upload, thread publish, and approval-gated publishing.
License
MIT
// HOW IT'S BUILT
KEY FILES