mcpbeat

Hashtag Analyzer

guia-matthieu/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

2k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
145
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill hashtag-analyzer

What comes with it

4 770 bytes besides the instruction
scripts/main.py
scripts/requirements.txt

The instruction itself

8 sections, as written by the author

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

How to use it

Copy the folder

Take guia-matthieu/hashtag-analyzer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference pip. Without those the skill loads but fails at the first command.