Agent skill · Content & Marketing

x-collect

Collect and research materials for X (Twitter) content creation using multi-round web search strategy. Use when user wants to gather trending topics, research subjects for X posts, or mentions "collect materials", "research topic", "find content for X", "x-collect". Performs 4-round deep research mimicking human research workflow.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill x-collect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/x-collect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X Collect Collect trending topics and research materials for X content creation using a systematic 4-round web search strategy. ## Prerequisites - WebSearch tool available - Internet connection ## Workflow ### Input User provides: - **Topic** (required): The subject to research (e.g., "AI Agent最新进展", "Claude 4 发布") - **Language** (optional): Output language, defaults to Chinese (zh-CN) ### 4-Round Search Strategy Simulate human research thinking process with progressive depth: **Round 1: Official Sources (权威信息)** ``` Search: "{topic} 官方文档" Search: "{topic} GitHub" Search: "{topic} official announcement" ``` Goal: Get authoritative first-hand information **Round 2: Technical Analysis (技术解析)** ``` Search: "{topic} 详细介绍" Search: "{topic} 教程 tutorial" Search: "{topic} how it works" ``` Goal: Understand technical details and mechanisms **Round 3: Comparison & Reviews (对比评测)** ``` Search: "{topic} vs {competitor}" Search: "{topic} 评测 review" Search: "{topic} pros cons" ``` Goal: Get different perspectives and comparisons **Round 4: Supplementary Verification (补充验证)** ``` # Analyze gaps from previous rounds missing_info = analyze_gaps(previous_results) Search: "{missing_info}" Search: "

What's inside
Steps it walks through
  1. Prerequisites
  2. Workflow
  3. Input
  4. 4-Round Search Strategy
  5. Output Format
  6. Execution Steps
  7. Example
  8. Integration
  9. Tips
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the x-collect skill do?

Collect and research materials for X (Twitter) content creation using multi-round web search strategy. Use when user wants to gather trending topics, research subjects for X posts, or mentions "collect materials", "research topic", "find content for X", "x-collect". Performs 4-round deep research mimicking human research workflow.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill x-collect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going