Claude Social Skills banner
isaacrowntree isaacrowntree

Claude Social Skills

Communication community

Description

Claude Code plugins for social media posting, eBay listings, and email management

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-social-skills

Claude Code plugin marketplace for social media, email, and e-commerce.

No MCP servers. Just scripts + skills that teach Claude how to use them.

Plugins

Plugin Description
social-post Post to Twitter/X, Reddit, Facebook, and Instagram
ebay-listing List items for sale on eBay
himalaya-email Read, send, and manage email using the Himalaya CLI

Install

In Claude Code:

/plugin marketplace add isaacrowntree/claude-social-skills
/plugin install social-post@social-skills
/plugin install ebay-listing@social-skills
/plugin install himalaya-email@social-skills

social-post

Dependencies

pip install requests requests-oauthlib

Credentials

Export environment variables for the platforms you want to use:

# Twitter/X
export TWITTER_API_KEY=...
export TWITTER_API_SECRET=...
export TWITTER_ACCESS_TOKEN=...
export TWITTER_ACCESS_TOKEN_SECRET=...

# Reddit
export REDDIT_CLIENT_ID=...
export REDDIT_CLIENT_SECRET=...
export REDDIT_USERNAME=...
export REDDIT_PASSWORD=...

# Facebook
export FB_PAGE_ID=...
export FB_ACCESS_TOKEN=...

# Instagram
export IG_USER_ID=...
export IG_ACCESS_TOKEN=...
Platform Where to get credentials Account type
Twitter/X Developer Portal Any (free tier: ~50 posts/month)
Reddit App Preferences — create "script" type Any (2FA must be disabled)
Facebook Graph API Explorer Page (not personal)
Instagram Same as Facebook, linked IG account Business/Creator only

Usage

> Post this to Reddit r/programming: "Check out this tool..."
> Share on Twitter and Reddit: "Big announcement..."

Direct script usage

# Twitter
python3 scripts/tweet.py "Hello world"

# Reddit
p