Install
$ agentstack add skill-ninnettesudanese653-claude-plugins-engage ✓ 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.
About
Engage with Posts
Find relevant conversations and craft valuable replies to grow your presence.
Workflow
- Check connection
`` socials_check_access ``
- Get targeting info
Ask if not provided:
- Platform: X, LinkedIn, or Reddit?
- Topics/keywords to search for
- Niche or expertise area
- Time available (quick session or deep engagement?)
- Find opportunities
On X: `` socials_open_tab({ url: "https://x.com/home" }) socials_x_search({ query: "[keywords]", type: "Latest" }) socials_get_feed({ platform: "x" }) ``
On LinkedIn: `` socials_open_tab({ url: "https://linkedin.com/feed" }) socials_linkedin_posts_search({ query: "[keywords]" }) socials_get_feed({ platform: "linkedin" }) ``
On Reddit: `` socials_open_tab({ url: "https://reddit.com/r/[subreddit]/new" }) socials_get_feed({ platform: "reddit" }) ``
- Qualify posts
Look for:
- Recent posts (< 24 hours)
- Relevant to user's expertise
- Not already saturated with replies
- Genuine opportunity to add value
- Get full context
`` socials_get_post_context({ post_url: "..." }) ``
- Craft replies
Use socials_generate_reply with appropriate persona, or draft directly.
Good replies:
- Add unique insight or experience
- Answer questions helpfully
- Extend the conversation
Bad replies:
- Generic ("Great post!")
- Pure self-promotion
- Off-topic
- Get approval and post
Always confirm exact text before posting: `` socials_quick_reply({ post_url: "...", reply_text: "..." }) ``
Arguments
If the user provides text after /socials:engage, use it as the topic focus.
Example: /socials:engage with AI startup discussions on X
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.