Install
openclaw skills install x-founder-operationsSystematic X (Twitter) operations skill for founders, indie developers, and tech professionals. Implements a daily Plan-Do-Check-Act closed loop with content...
openclaw skills install x-founder-operationsSystematic X (Twitter) account operations for founders, indie developers, and tech professionals.
This skill adapts to your specific role, goals, and growth stage through configurable profiles and goals.
null, never assume valuesWhen API calls fail: STOP, report the failure honestly, and never proceed with fabricated data. See Data Validation Script for the full validation workflow.
Copy and customize the config templates:
config/profile.example.json → config/profile.json
config/goals.example.json → config/goals.json
config/watchlist.example.json → config/watchlist.json
config/content-calendar.example.json → config/content-calendar.json
Fill in your handle, role, product info, voice attributes, and target audience. See Profile Optimization for guidance on optimizing your X profile.
In config/goals.json, set:
See Growth Benchmarks for realistic targets by growth stage.
In config/watchlist.json, identify:
Follow the Operations Methodology PDCA loop:
Morning: Scan → Plan → Warm Up (30-45 min)
Daytime: Create → Post → Engage (throughout the day)
Evening: Check metrics → Reflect → Plan tomorrow (15-20 min)
The core operating system. See Methodology for full details.
See Content Strategy for the full framework.
| Pillar | Target % | Purpose |
|---|---|---|
| Technical Depth | 40% | Tips, insights, tutorials — builds authority |
| Industry Pulse | 25% | Hot takes, predictions, trend analysis — builds thought leadership |
| Builder's Journey | 25% | Build-in-public, decisions, lessons — builds connection |
| Community Value | 10% | Questions, polls, resources — builds community |
| Personal Touch | woven in | Humor, personality, human moments — builds "活人感" |
Ideation → Drafting → Review → Scheduling → Posting → Measurement
Each step has quality checks. See Content Strategy: Content Pipeline for details.
Threads are the highest-leverage growth mechanism on X. See Thread Playbook.
Hook (stop the scroll) → Context → Value Delivery (one point per tweet) → Summary → CTA
See Multimodal Guide for complete guidance.
| Type | Best For |
|---|---|
| Screenshots | Product demos, code output, real data, dashboards |
| Diagrams | System architecture, workflows, mental models |
| Code snippets | Technical tutorials, debugging stories |
| Memes | Industry humor, personality, cultural commentary |
| Data visualizations | Research, trends, build-in-public metrics |
| Video (native) | Product demos, talking head takes, tutorials |
Every visual should feel like a real person made it. Slightly imperfect screenshots, hand-drawn diagrams, and real workspace photos signal authenticity. Overly polished, stock-photo, or obviously AI-generated visuals signal corporate or fake.
See Product Integration for the full framework.
| Tier | What | Frequency | How |
|---|---|---|---|
| Tier 1: Background | Product exists in your world, not the subject | Default mode | Bio, profile, pinned tweet do the work |
| Tier 2: Contextual | Product mentioned as example within a broader insight | ~10% of posts | "When we built [X], we found..." |
| Tier 3: Direct | Product is the subject: launches, milestones, demos | ~10% of posts | Launch threads, milestone celebrations |
If you removed the product mention, the tweet should still be valuable. The product is the proof, not the point.
See Engagement Playbook for full details.
Stranger → Lurker → Follower → Fan → Advocate → Customer/Partner
Identify 20-30 key accounts. Engage with Tier 1 accounts daily, Tier 2 accounts 3-4x/week, Tier 3 opportunistically. See Watchlist Config.
| Level | Type | Impact |
|---|---|---|
| S | Data/Evidence | Very high |
| A | Novel Perspective | High |
| B | Personal Story | High |
| C | Thoughtful Question | Medium |
| D | Agreement + Extension | Medium |
| F | Empty Agreement ("So true!") | Zero — never do this |
Define your position on each spectrum in config/profile.json:
See Algorithm Guide for complete details.
Configure in goals.json. The skill adapts recommendations based on your primary objective and growth stage.
| Objective | Key X Activities |
|---|---|
| Brand building | Consistent voice, thought leadership content, thread strategy |
| Lead generation | Product integration, bio link optimization, CTA strategy |
| Fundraising | Industry analysis, investor engagement, traction posts |
| Hiring | Engineering challenges, culture posts, team stories |
| Thought leadership | Deep technical content, contrarian takes, Spaces hosting |
| Community building | Questions, engagement, Spaces, community participation |
| Stage | Followers | Focus |
|---|---|---|
| Early | 0-1K | Finding voice, building core circle, posting consistently |
| Growth | 1K-10K | Thread strategy, content mix optimization, relationship depth |
| Established | 10K-50K | Authority content, Spaces hosting, selective engagement |
| Authority | 50K+ | Maintaining quality, community leadership, platform leverage |
See Growth Benchmarks for realistic targets by stage.
See Cron Schedule for the full task schedule.
| Task | Timing | Purpose |
|---|---|---|
| Morning Scan | 30 min before Window A | Trending topics, core circle activity, overnight mentions |
| Window A Reminder | Start of posting window | Content recommendation based on calendar + scan |
| Midday Collection | Between windows | Updated trends, Window A post metrics |
| Window B Reminder | Start of posting window | Updated recommendation for evening window |
| Engagement Follow-up | 30 min after Window B | Identify reply opportunities, quote tweet candidates |
| Mentions Check | 1 hour after Window B | Categorize and prioritize mentions |
| Evening Review | End of day | Metrics collection, daily performance summary |
All automated data collection follows this pipeline:
x-timeline → Get tweet list
↓
x-tweet-info → Get detailed metrics per tweet
↓
Cross-validate → ID, author, timestamp consistency
↓
Sanity check → Reasonable data (likes ≤ impressions, no negatives)
↓
Report → Mark anomalies, never guess
See Competitor Framework.
Select 5-8 benchmark accounts across three categories:
Analyze monthly: content formulas, engagement patterns, posting times, visual strategy. Extract what works, adapt to your voice.
File: scripts/x_data_validator.py
Validates X data through a 5-layer pipeline: API status, tweet ID presence, cross-validation, metrics completeness, data sanity checks.
File: scripts/content_planner.py
Reads profile, goals, and calendar config to generate daily content recommendations with content mix compliance tracking.
File: scripts/analytics_reporter.py
Generates performance reports using the validation workflow. Produces weekly and monthly analytics with benchmark comparisons.
Location: tests/ — 63 unit tests covering all three scripts.
Run:
# No dependencies required — uses Python stdlib unittest
python3 -m unittest discover tests/ -v
Run after any script change before shipping.
## Emergency Protocols
### API Failures
1. Retry with exponential backoff (3 attempts max)
2. If still failing: report to user with clear error
3. NEVER proceed with fabricated data
### Content Crisis
1. Pause all automated posts
2. Review recent content for issues
3. Prepare response strategy
4. Notify user immediately
### Data Anomalies
1. Flag immediately in validation report
2. Cross-check with alternative sources
3. Don't include suspicious data in analysis
4. Alert user to investigate
## References
### Methodology & Strategy
- [Operations Methodology](references/methodology.md) — PDCA daily loop, A/B testing, review cadences
- [Content Strategy](references/content-strategy.md) — 5-pillar system, content pipeline, formulas, timing
- [Thread Playbook](references/thread-playbook.md) — Thread architecture, hooks, scheduling, repurposing
- [Multimodal Guide](references/multimodal-guide.md) — Visual types, tools, "活人感" checklist
- [Product Integration](references/product-integration.md) — 3-tier promotion, CTA optimization, launch playbook
### Growth & Engagement
- [Engagement Playbook](references/engagement-playbook.md) — Funnel, core circle, reply quality, DMs, Spaces
- [Persona & Voice Guide](references/persona-voice.md) — Voice development, consistency, language mix
- [Algorithm Guide](references/algorithm-guide.md) — How the X algorithm works, optimization tactics
- [Profile Optimization](references/profile-optimization.md) — Bio, photo, pinned tweet, header
### Analysis & Benchmarks
- [Competitor Framework](references/competitor-framework.md) — Benchmark selection, analysis template
- [Growth Benchmarks](references/growth-benchmarks.md) — Industry data by account size and content type
- [Cron Schedule](references/cron-schedule.md) — Automated task schedule, error handling
### Configuration
- [Profile Config](config/profile.example.json) — Handle, role, product, voice, audience
- [Goals Config](config/goals.example.json) — Objectives, targets, KPIs, content mix
- [Watchlist Config](config/watchlist.example.json) — Core circle, competitors, communities
- [Content Calendar](config/content-calendar.example.json) — Weekly rhythm, posting windows
### Templates
- [Daily Review](templates/daily-review.md)
- [Weekly Review](templates/weekly-review.md)
- [Monthly Review](templates/monthly-review.md)
- [Performance Report](templates/performance-report.md)
## Remember
**Trust is built through consistent reliability.** Every post, every reply, every data point matters. Never compromise on data integrity. Never sacrifice authenticity for engagement.
This skill is a living system. It evolves with every daily review, every weekly analysis, and every quarterly strategy reset. The methodology ensures you're always getting smarter about what works for YOUR specific account, audience, and goals.