Feed
Skill ninnettesudanese653/claude-plugins/plugins/socials/skills/feed
Manage and extend Claude Code with plugins for social, browser, and Hive workflows.
npx -y skills add ninnettesudanese653/claude-plugins --skill feedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
What its author says it does
Copied from the file, not written here
View your social media feed on X, LinkedIn, or Reddit
SKILL.md
1.5 KB, as published. Nobody here has run it
View Feed
Get the latest posts from your social media feed.
Workflow
-
Check connection
socials_check_access -
Determine platform Ask if not provided: X, LinkedIn, or Reddit? (YouTube is not supported by
socials_get_feed—usesocials_open_tabwithhttps://www.youtube.com/or a channel/subscriptions URL, andsocials_scrollif needed; seeusing-socials.) -
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]" }) -
Get feed content
socials_get_feed({ platform: "[platform]" }) -
Present posts Show a summary of recent posts with:
- Author
- Content preview
- Engagement stats
- Post URL
-
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