UGC collector

01What is it?
Collect and organize user-generated content for marketing campaigns and social proof. Its edge is a particular angle on UGC collector, giving the agent tighter constraints than a plain UGC collector request.
02Inputs
Context the agent needs: your goals, audience, constraints, and any source material the skill asks for.
03Output
A ready-to-use result: the analysis, copy, or recommendations the agent produces.
Install-only

Install as a package

Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.

Terminal
$ npx skills add guia-matthieu/clawfu-skills --skill ugc-collector

Skill instructions

The instruction file for this skill. The skill also includes other files you need to install to use it.

SKILL.md

UGC Collector

Collect and organize user-generated content for marketing campaigns and social proof.

What Claude Does vs What You Decide

Claude DoesYou Decide
Structures analysis frameworksMetric definitions
Identifies patterns in dataBusiness interpretation
Creates visualization templatesDashboard design
Suggests optimization areasAction priorities
Calculates statistical measuresDecision thresholds

Dependencies

pip install click requests beautifulsoup4

Commands

python scripts/main.py search "#brandname" --platform instagram
python scripts/main.py mentions @brand --platform twitter
python scripts/main.py organize ./ugc/ --by-type

Skill Boundaries

What This Skill Does Well

  • Structuring data analysis
  • Identifying patterns and trends
  • Creating visualization frameworks
  • Calculating statistical measures

What This Skill Cannot Do

  • Access your actual data
  • Replace statistical expertise
  • Make business decisions
  • Guarantee prediction accuracy

Skill Metadata

  • Mode: centaur
category: social
dependencies: [click, requests, beautifulsoup4]
difficulty: intermediate

How do I install UGC collector in Cursor, Claude Code, or Codex?

Run npx skills add guia-matthieu/clawfu-skills --skill ugc-collector in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only UGC collector, not every skill in the repository.

Where does UGC collector come from and what license is it under?

UGC collector comes from the guia-matthieu/clawfu-skills repository on GitHub. That repository has 128 GitHub stars. The skill is published under the MIT license.

Prefer plain text? Read the UGC collector guide as markdown.