agentsclimarketplace

Feed

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

View your social media feed on X, LinkedIn, or RedditFrom its SKILL.md

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

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

2 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.
  • fetches URLsInstructs the agent to fetch 4 URLs, including https://x.com/home and 3 more.

SKILL.md

1.5 KB, 396 tokens by cl100k_base, as published. Nobody here has run it

View Feed

Get the latest posts from your social media feed.

Workflow

  1. Check connection

    socials_check_access
    
  2. Determine platform Ask if not provided: X, LinkedIn, or Reddit? (YouTube is not supported by socials_get_feed—use socials_open_tab with https://www.youtube.com/ or a channel/subscriptions URL, and socials_scroll if needed; see using-socials.)

  3. Open the feed

    X:

    socials_open_tab({ url: "https://x.com/home" })
    

    LinkedIn:

    socials_open_tab({ url: "https://linkedin.com/feed" })
    

    Reddit:

    socials_open_tab({ url: "https://reddit.com" })
    

    Or a specific subreddit:

    socials_open_tab({ url: "https://reddit.com/r/[subreddit]" })
    
  4. Get feed content

    socials_get_feed({ platform: "[platform]" })
    
  5. Present posts Show a summary of recent posts with:

    • Author
    • Content preview
    • Engagement stats
    • Post URL
  6. Offer actions For each post:

    • View full content
    • Get thread context
    • Reply/engage
    • Like/repost

Scrolling for more

To load more posts:

socials_scroll({ direction: "down" })
socials_get_feed({ platform: "[platform]" })

Arguments

Specify the platform after the command.

Examples:

  • /socials:feed x
  • /socials:feed linkedin
  • /socials:feed r/startups

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.