Install
$ agentstack add skill-ninnettesudanese653-claude-plugins-persona-guide ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Persona Guide
Help users understand and choose the right persona for their social media content.
What is a persona?
A persona defines the voice, tone, and style of generated content. It shapes:
- Word choice and sentence structure
- Level of formality vs casualness
- Use of humor, sarcasm, or directness
- How opinions are expressed
- Overall personality that comes through
List available personas
Use socials_list_personas to show what's available. This returns both:
- System personas: Pre-built voices (e.g., professional, casual, witty)
- Custom personas: User-created voices tailored to their brand
Choosing the right persona
Guide the user based on their goals:
For professional/business content
- LinkedIn posts → Professional, thoughtful, industry-expert voice
- B2B engagement → Credible, helpful, not salesy
For casual/personal brand
- X/Twitter → Can be more opinionated, witty, authentic
- Personal takes → Match their natural speaking style
For specific niches
- Tech/startup → Direct, data-driven, maybe slightly contrarian
- Creative fields → More expressive, story-driven
- Finance/legal → Conservative, precise, trustworthy
Platform considerations
- X: Punchy, bold, hot takes work well. 280 char limit rewards conciseness.
- LinkedIn: More measured, professional. Longer-form accepted.
- Reddit: Authentic, helpful, no-BS. Redditors detect fakeness instantly.
Using personas with tools
When calling socials_generate_reply:
- Pass
persona_idto use a specific persona - Combine with
moodfor additional tone adjustment (e.g., "witty", "supportive", "critical")
Example:
socials_generate_reply({
platform: "x",
post_content: "...",
post_author: "@someone",
persona_id: "professional",
mood: "thoughtful"
})
When to NOT use a persona
Sometimes users want:
- Their own authentic voice (you write it, not AI)
- A one-off tone that doesn't match any persona
- To experiment with a new style
In these cases, skip socials_generate_reply and draft the content yourself based on their description.
Custom personas
If none of the system personas fit, the user can create custom personas in the Socials extension settings. Custom personas can define:
- Name and description
- Voice characteristics
- Specific phrases or patterns to use/avoid
- Target length preferences
Point them to the extension's Options/Settings page to create custom personas.
Persona + Platform matrix
| Persona Type | Best for X | Best for LinkedIn | Best for Reddit | |--------------|-----------|-------------------|-----------------| | Bold/Opinionated | Yes | Careful | Depends on sub | | Professional | Sometimes | Yes | r/business types | | Casual/Friendly | Yes | Limited | Most subs | | Expert/Technical | Niche topics | Yes | Technical subs | | Humorous | Yes | Rarely | Many subs |
Quick tips
- Consistency matters: Pick a persona and stick with it for brand recognition
- Platform-adapt: Same persona can flex slightly per platform
- Authenticity wins: The best persona is close to who they actually are
- Test and iterate: Try different personas, see what resonates with their audience
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ninnettesudanese653
- Source: ninnettesudanese653/claude-plugins
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.