← Back to Skills Marketplace
x-twitter-growth
by
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
285
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install x-twitter-growth
Description
X/Twitter growth engine for building audience, crafting viral content, and analyzing engagement. Use when the user wants to grow on X/Twitter, write tweets o...
Usage Guidance
This skill appears to do what it says: local profile audits, competitor analysis (from user-supplied data), content planning, and tweet drafting. Before running it: 1) Note the documentation suggests using a browser/search to collect competitor posts — the scripts themselves expect you to provide that data (via JSON or flags). Don't assume the tool will fetch data for you. 2) The growth_tracker will create and append JSONL files under a .growth-data directory (one level above the scripts); inspect those files if they will contain sensitive metrics. 3) There are no credential requests or network calls in the provided code, but if you plan to extend the skill to fetch data automatically, review any added networking code carefully. 4) Run the scripts in a controlled environment (or inspect the code) if you plan to process real account data — this reduces accidental data leakage or accidental uploads when you later integrate browsing/automation tools.
Capability Analysis
Type: OpenClaw Skill
Name: x-twitter-growth
Version: 1.0.0
The skill bundle is a legitimate set of tools for X/Twitter marketing and growth strategy. The Python scripts (profile_auditor.py, tweet_composer.py, content_planner.py, etc.) perform local text processing, template-based generation, and basic data persistence in a local directory (.growth-data) without any network requests, shell execution, or sensitive data access. The SKILL.md instructions are well-structured and strictly align with the stated purpose of the skill.
Capability Assessment
Purpose & Capability
Name/description (X/Twitter growth, content creation, competitor research) match the included scripts: profile audit, competitor analysis, content planning, tracker, and tweet composer. Minor mismatch: SKILL.md and some docstrings mention 'scraping public info via web search' and instruct using the Brave browser, but the scripts themselves do not implement automated web requests or scraping — they expect either user-provided data or a JSON import for competitor/profile info. This is likely a documentation vs implementation inconsistency, not an indication of hidden capabilities.
Instruction Scope
Runtime instructions tell the agent/user to run the provided Python scripts and to perform web searches (e.g., site:x.com via Brave). The scripts operate on local data, accept JSON imports, and the growth_tracker writes snapshot lines to a local .growth-data directory. The instructions do not ask for or read system credentials or unrelated config paths. The only scope caveat: SKILL.md suggests browsing/scraping; the actual scripts require manual data collection or JSON imports, so following the SKILL.md may lead the user/agent to perform web browsing outside the script's code.
Install Mechanism
No install spec — code is delivered as plain Python scripts and a README-like SKILL.md. Nothing is downloaded or executed automatically beyond running the included scripts locally. This is low-risk from an install mechanism perspective.
Credentials
The skill requires no environment variables, credentials, or external tokens. It writes local data (./.growth-data) for the growth_tracker; that local storage is proportionate to tracking functionality but users should be aware of where data is stored.
Persistence & Privilege
Flags show always:false and the skill is user-invocable. It does not request permanent inclusion nor attempt to modify other skills or system-wide agent settings. Its persistent effect is limited to local files it creates (the .growth-data directory).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-twitter-growth - After installation, invoke the skill by name or use
/x-twitter-growth - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
Metadata
Frequently Asked Questions
What is x-twitter-growth?
X/Twitter growth engine for building audience, crafting viral content, and analyzing engagement. Use when the user wants to grow on X/Twitter, write tweets o... It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.
How do I install x-twitter-growth?
Run "/install x-twitter-growth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is x-twitter-growth free?
Yes, x-twitter-growth is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does x-twitter-growth support?
x-twitter-growth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created x-twitter-growth?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.
More Skills