← Back to Skills Marketplace
279
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install x-growth-automation
Description
Set up a reusable X/Twitter growth automation system with OpenClaw, Bird CLI, X API, optional source branching, optional community CTA, dry-run/live rollout,...
Usage Guidance
This package is internally consistent: it scaffolds a new X automation project and deliberately does not include hardcoded secrets or external download steps. Before running it, verify you have python3 available (the scaffold command uses python3 but the skill metadata doesn't list required binaries). Keep these safety steps in mind: 1) run the scaffold in a new folder (as instructed) and review the generated files before running any publish tools; 2) store X/Bird credentials locally and do not paste them into chat with the agent unless you explicitly trust it; 3) keep the default dry-run mode until you inspect logs and caps, and only enable live publishing when you understand the cadence/caps and reply policy; 4) if you allow autonomous agent actions, consider restricting agent permissions or requiring an explicit confirmation step for enabling live_publish or adding credentials. If you want higher assurance, ask the skill author for an explicit note that python3 is required and for a brief walk-through of what the scaffold will create.
Capability Analysis
Type: OpenClaw Skill
Name: x-growth-automation
Version: 1.0.1
The skill is a legitimate scaffolding tool designed to help users set up a structured X (Twitter) automation project. It includes a Python script (scaffold_x_growth_project.py) that generates local configuration files and directory structures based on user input, and the instructions in SKILL.md emphasize safety defaults such as dry-run modes, explicit user consent for live publishing, and protection of private tokens.
Capability Assessment
Purpose & Capability
The name/description say 'scaffold and configure an X growth automation project' and the repository contains a scaffold script, questionnaire, rollout guidance, and hardening docs — all coherent with that purpose. There are no unrelated credentials or external services requested in metadata.
Instruction Scope
SKILL.md instructs the agent to ask setup questions, scaffold a fresh project, populate config files, and keep live publish disabled by default. It does not ask the agent to read unrelated system files or exfiltrate secrets. One practical omission: the runtime instruction to run the Python scaffold script implies python3 is required, but the skill metadata did not declare any required binaries.
Install Mechanism
There is no install spec and no network downloads. This is instruction-only plus a small local scaffold script; nothing in the package pulls code from external URLs or performs extraction. Risk level from install mechanism is low.
Credentials
The skill does not require environment variables or credentials in its registry metadata. The scaffold writes a .env.example that contains placeholders for X API keys/tokens (expected for an X publishing scaffold). No unexpected or unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request elevation or modify other skills. Note: as with any automation that can enable live publishing, granting the agent the ability to run the scaffold and later flip 'live_publish' or provide credentials would cause real network side effects — the SKILL.md sensibly defaults to dry-run and requires explicit user approval before live mode.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-growth-automation - After installation, invoke the skill by name or use
/x-growth-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
**Adds anti-repetition guardrails and more precise safety/cadence controls.**
- Added requirements and instructions for anti-repetition safeguards (e.g. last-48h similarity checks, source de-duplication).
- Made reply automation opt-in only; reply lane is disabled by default unless explicitly requested.
- Added use of idempotent slot keys to prevent reposting the same content due to draft collisions.
- Expanded config and guidance for high-volume (10/day) posting strategies with explicit caps and slot-based distribution.
- Updated file customization sequence to include new diversity/anti-repetition config files.
- Clarified and expanded default safety standards, including explicit rules for all automation modes.
v1.0.0
Initial release of x-growth-automation.
- Provides a reusable system for X/Twitter growth automation using OpenClaw, Bird CLI, and X API.
- Features a setup questionnaire to customize automation by niche, cadence, language, and integration options.
- Ensures safety with dry-run defaults, explicit caps, and clear separation of read (Bird) and write (X API) operations.
- Supports optional source branching, community CTAs, reply automation, and external content feeds.
- Scaffolds a new, clean project folder unless otherwise specified, with clearly documented config customization and rollout steps.
Metadata
Frequently Asked Questions
What is X Growth Automation?
Set up a reusable X/Twitter growth automation system with OpenClaw, Bird CLI, X API, optional source branching, optional community CTA, dry-run/live rollout,... It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.
How do I install X Growth Automation?
Run "/install x-growth-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Growth Automation free?
Yes, X Growth Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does X Growth Automation support?
X Growth Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Growth Automation?
It is built and maintained by roskva000 (@roskva000); the current version is v1.0.1.
More Skills