AgentStack
SKILL verified MIT Self-run

Feed

skill-ninnettesudanese653-claude-plugins-feed · by ninnettesudanese653

View your social media feed on X, LinkedIn, or Reddit

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-ninnettesudanese653-claude-plugins-feed

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Feed? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

View Feed

Get the latest posts from your social media feed.

Workflow

  1. Check connection

`` socials_check_access ``

  1. 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.)

  1. 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]" }) ``

  1. Get feed content

`` socials_get_feed({ platform: "[platform]" }) ``

  1. Present posts

Show a summary of recent posts with:

  • Author
  • Content preview
  • Engagement stats
  • Post URL
  1. 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.