Clawfu-skills hashtag-analyzer
Analyze hashtag performance and discover trending tags. Use when: researching hashtags for posts; finding related hashtags; analyzing hashtag reach; planning hashtag strategy; competitor hashtag research
install
source · Clone the upstream repo
git clone https://github.com/guia-matthieu/clawfu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/guia-matthieu/clawfu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/social/hashtag-analyzer" ~/.claude/skills/guia-matthieu-clawfu-skills-hashtag-analyzer && rm -rf "$T"
manifest:
skills/social/hashtag-analyzer/SKILL.mdsource content
Hashtag Analyzer
Analyze and discover effective hashtags for social media marketing campaigns.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Strategic priorities |
| Synthesizes market data | Competitive positioning |
| Identifies opportunities | Resource allocation |
| Creates strategic options | Final strategy selection |
| Suggests implementation approaches | Execution decisions |
Dependencies
pip install click requests
Commands
python scripts/main.py analyze "#marketing" --platform instagram python scripts/main.py related "#startup" --count 20 python scripts/main.py strategy "@competitor" --platform twitter
Skill Boundaries
What This Skill Does Well
- Structuring strategic analysis
- Identifying market opportunities
- Creating strategic frameworks
- Synthesizing competitive data
What This Skill Cannot Do
- Replace market research
- Guarantee strategic success
- Know proprietary competitor info
- Make executive decisions
Skill Metadata
- Mode: centaur
category: social dependencies: [click, requests] difficulty: beginner