Install
openclaw skills install x-growth-automationSet up a reusable X/Twitter growth automation system with OpenClaw, Bird CLI, X API, optional source branching, optional community CTA, dry-run/live rollout, anti-repetition controls, and niche-specific posting policy. Use when a user wants to build, clone, publish, or customize an autonomous X growth workflow, especially if they ask to install the system from GitHub/ClawHub, configure cadence (including high-volume modes like 10/day), define niches, add/disable reply automation, localize for a specific language, or connect external editorial feeds into X.
openclaw skills install x-growth-automationBuild a separate, reusable X automation project for the user. Do not assume their current production project should be modified. Prefer creating a fresh folder unless they explicitly target an existing repo.
references/setup-questionnaire.md.references/rollout-modes.md.scripts/scaffold_x_growth_project.py.A reusable X automation system with these layers:
Read references/setup-questionnaire.md and ask only the missing items.
Do not dump all questions at once if the user already answered some.
Minimum set to unblock setup:
Run the scaffold script:
python3 scripts/scaffold_x_growth_project.py --path <target-dir> --profile-json '<json>'
The JSON may include fields like:
project_namelanguageniche_summarydaily_mindaily_maxmonthly_capcommunity_enabledcommunity_linkreply_cta_enabledreply_cta_stylesource_branching_enabledsource_branching_labelbird_enabledx_api_enabledlive_publishAfter scaffolding, customize in this order:
config/publish-policy.jsonconfig/publish-slots.json (if slot-based cadence is used)config/topics.jsonconfig/budget-policy.jsonconfig/draft-diversity.json (or equivalent prompt/diversity controls).env.exampledocs/operator-notes.mdEnable live mode only when all of these are true:
Use explicit profiles and encode them in config:
If the user chooses high-volume mode:
If the user wants a different mix, encode it in config rather than burying it in prose.
scaffold_x_growth_project.py creates a clean generic project scaffold.setup-questionnaire.md contains the installation interview.rollout-modes.md explains dry-run vs live rollout choices.