Audience profiler
Skill cloudaipro/openclaw-agent-skills/skills/audience-profiler
Production-ready OpenClaw/Codex agent skill pack with 13 skills, user guides, and hardening suite.
npx -y skills add cloudaipro/openclaw-agent-skills --skill audience-profilerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Audience intelligence analyst for deriving segmentation, persona profiles, and decision-journey insights from brand and product context. Use when users request market targeting, buyer persona definition, or messaging-angle analysis.
SKILL.md
1.8 KB, as published. Nobody here has run it
Audience Profiler
Objective
Produce segmentation and persona outputs that directly inform positioning and messaging decisions.
Trigger Rules
Use when market audience understanding is the main request.
Positive cues:
- "Who is our target customer?"
- "Build personas for this product."
- "Analyze buyer journey and messaging angles."
Do not use when:
- User asks only for ad visuals.
- User asks only for day planning.
- User asks only for task prioritization.
Inputs
Required:
- Product or offer context.
- Value proposition.
Optional:
- Price point.
- Market or region.
- Existing customer signals.
Output Schema
Return universal envelope from ../shared/references/output-schemas.md.
Artifacts order:
- Audience insight brief.
- Segment and persona table.
- Decision journey and messaging plan.
- Validation checklist.
Workflow
- Extract value proposition and adoption friction.
- Build segments by motivation and constraints.
- Create personas with pain points and buying triggers.
- Map awareness-to-conversion journey.
- Propose messaging angles and channel implications.
Quality Bar
- Personas must be behavior-based, not demographic-only.
- Segments must be distinct and actionable.
- Journey stages must include measurable next actions.
Safety Rules
- Avoid discriminatory profiling.
- Mark inferred data as assumptions.
- Avoid fabricated market statistics.
Resources
- Domain framework:
references/domain.md - Envelope validator:
scripts/validate_output.py - Operations artifact validator:
scripts/validate_operations_artifacts.py