Loading...
Loading...
Collect and organize user-generated content. Use when: gathering customer testimonials; collecting product photos; organizing social mentions; building UGC campaigns; managing brand mentions
npx skill4agent add guia-matthieu/clawfu-skills ugc-collectorCollect and organize user-generated content for marketing campaigns and social proof.
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
pip install click requests beautifulsoup4python scripts/main.py search "#brandname" --platform instagram
python scripts/main.py mentions @brand --platform twitter
python scripts/main.py organize ./ugc/ --by-typecategory: social
dependencies: [click, requests, beautifulsoup4]
difficulty: intermediate