agentsclimarketplace

Engage

Skill ninnettesudanese653/claude-plugins/plugins/socials/skills/engage

Find relevant posts and engage with thoughtful repliesFrom its SKILL.md

Install
npx -y skills add ninnettesudanese653/claude-plugins --skill engage

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 1 stars1 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.
  • runs commandsInstructs the agent to run 8 commands, including `socials_check_access` and 7 more.
  • fetches URLsInstructs the agent to fetch 3 URLs, including https://x.com/home and 2 more.

SKILL.md

1.9 KB, 463 tokens by cl100k_base, as published. Nobody here has run it

Engage with Posts

Find relevant conversations and craft valuable replies to grow your presence.

Workflow

  1. Check connection

    socials_check_access
    
  2. 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?)
  3. 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" })
    
  4. Qualify posts Look for:

    • Recent posts (< 24 hours)
    • Relevant to user's expertise
    • Not already saturated with replies
    • Genuine opportunity to add value
  5. Get full context

    socials_get_post_context({ post_url: "..." })
    
  6. 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
  7. 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.