Use this skill when the user wants to turn ideas, notes, articles, reports, or technical material into compelling X posts or threads. Covers single posts and...
编程
X Growth Operator / X 增长运营助手
试用Plan and execute mission-driven X growth operations / 任务驱动的 X 增长运营规划与执行。Use when the user wants to monitor KOL posts, detect emerging discussions, turn brief...
它能做什么
Plan and execute mission-driven X growth operations / 任务驱动的 X 增长运营规划与执行。Use when the user wants to monitor KOL posts, detect emerging discussions, turn brief...
技能文档
X Growth Operator / X 增长运营助手
Use this skill when the user wants a review-first workflow for X operations rather than a generic writing assistant.
Purpose
Turn a user brief into an X growth mission, infer what the account should watch, find relevant opportunities, draft actions, and execute approved posts with an audit trail.
Security & Runtime Declaration
- This skill can perform real authenticated X actions only in
x-apimode and only after explicit approval. - Required environment variables for real X execution:
X_API_KEYX_API_SECRETX_ACCESS_TOKENX_ACCESS_TOKEN_SECRET
- Optional environment variable:
DESEARCH_API_KEY(needed only for live Desearch search/import)
- Install step required before real execution:
cd scripts && npm install
- Network targets used by this skill:
https://api.twitter.comhttps://api.x.com
- Local persistence paths:
data/scripts/.env
Trigger Conditions
Use this skill when the user asks to:
- operate or grow an X account
- monitor KOLs, keywords, or emerging discussions
- react to breaking events on X
- draft replies, quote posts, or original posts for X
- create or update a mission from a brand brief or uploaded document
- test an autonomous-but-reviewed X growth workflow in OpenClaw
Workflow
Run these steps in order unless the user explicitly asks for one step only.
- Build or refresh the mission:
python3 scripts/ingest_goal.py \
--doc examples/brand_brief.md \
--mission data/mission.json
You may also pass --prompt instead of --doc.
The brief can be structured with explicit sections or written as freeform natural language. The parser should infer goals, audience, topics, constraints, CTA, and risk tolerance from either format.
- Gather opportunities:
python3 scripts/watch_x.py \
--mission data/mission.json \
--input examples/opportunities.json \
--output data/opportunities_scored.json
Import live opportunities with Desearch:
python3 scripts/import_desearch.py \
x "your query here" \
--count 10 \
--output data/opportunities_from_desearch.json
Or run live search all the way to an action plan:
python3 scripts/live_search_and_plan.py \
--mission data/mission.json \
--count 10
If --query is omitted, derive the search query from mission topics, keywords, and audience.
If the operator is manually surfing X and taking notes, convert those notes first:
python3 scripts/import_surf_notes.py \
--notes examples/surf_notes.md \
--output data/opportunities_from_notes.json
- Draft a recommended action:
python3 scripts/propose_action.py \
--mission data/mission.json \
--opportunities data/opportunities_scored.json \
--opportunity-id YOUR_OPPORTUNITY_ID \
--output data/action.json
- Execute only after explicit user approval:
python3 scripts/execute_action.py \
--mission data/mission.json \
--action data/action.json \
--log data/execution_log.jsonl
For reply and quote_post, execution should run the preflight gate first. It inspects the target tweet's reply settings and blocks likely permission failures before posting.
For real X execution, first install Node dependencies and configure X OAuth credentials, then run:
python3 scripts/check_env.py --mode execution
python3 scripts/execute_action.py \
--mission data/mission.json \
--action data/action.json \
--log data/execution_log.jsonl \
--approved \
--mode x-api
- Build a ranked action plan from the current opportunity set:
python3 scripts/plan_actions.py \
--mission data/mission.json \
--opportunities data/opportunities_scored.json \
--output data/action_plan.json
- Learn from feedback and refresh memory:
python3 scripts/review_feedback.py \
--mission data/mission.json \
--feedback examples/feedback.json \
--memory data/memory.json \
--output data/feedback_report.json
- Run the whole cycle in one command when testing:
python3 scripts/run_cycle.py \
--doc examples/brand_brief.md \
--opportunities examples/opportunities.json \
--feedback examples/feedback.json
Rules
- Default to review mode. Do not execute posts or replies until the user clearly approves the final action.
- For
replyandquote_post, honor the interaction preflight result unless the user explicitly chooses to bypass it. - If the user provides a document, parse it into mission fields first instead of drafting content immediately.
- Treat the mission as the source of truth for content direction. Do not assume the account is about OpenClaw, agents, or developer tools unless the user brief says so.
- If no live X source is available, operate on imported JSON opportunities and keep the workflow moving.
- Prefer replies and quote posts over net-new posts when the opportunity is time-sensitive.
- Downrank or reroute interaction ideas when thread structure or reply settings suggest a likely permission failure.
- Reject actions that conflict with mission constraints, banned topics, or risk thresholds.
- When confidence is low, recommend
observeinstead of forcing an action. - Persist what worked. Use
data/memory.jsonto carry forward successful angles, source accounts, and action types. - Treat
autoexecution as future work. This skill is review-first. - Real X execution requires
X_API_KEY,X_API_SECRET,X_ACCESS_TOKEN, andX_ACCESS_TOKEN_SECRET.
Resources
examples/brand_brief.md: sample source document for mission ingestionexamples/freeform_brief.md: sample freeform brief for mission ingestionexamples/opportunities.json: sample X opportunities for local testingexamples/feedback.json: sample outcome data for memory updatesexamples/surf_notes.md: sample manual browser-surf notesexamples/desearch_query.txt: sample live search queryreferences/mission-schema.md: field meanings and scoring rulesscripts/.env.example: example execution environment file
Outputs
data/mission.json: structured mission for later turnsdata/opportunities_scored.json: ranked opportunities with reasonsdata/action_plan.json: ranked next actions for the current cycledata/action.json: one reviewed action proposaldata/execution_log.jsonl: append-only execution historydata/memory.json: persistent learned patterns and historical outcomes
相关技能
把移动端产品信号整合为可落地的待办草案,覆盖分析、计费、崩溃与商店数据。
Export Grok conversations from X (x.com) via browser-network capture and convert them into Obsidian-ready Markdown files. Use when a user wants to back up Grok chat history, preserve User vs Grok turns, and generate Markdown notes with YAML frontmatter (URL, created) from captured JSON.
诊断漏斗中受约束的环节,挑选可复利的增长回路,并量化渠道与实验组合的规模。
Generate, schedule, and publish posts across 15 platforms — X, LinkedIn, Instagram, Threads, Facebook, YouTube, TikTok, Pinterest, Bluesky, Mastodon, Discord, Telegram, Tumblr, Google Business, and Slack — in your voice using AI. Manage preferences and track billing.
通过 OpenTweet REST API 在 X 上发推、排程、发布线程与长文,并附带 AI 生成的图片与视频。