Social media, e-commerce, and communication plugins for Claude Code
npx claudepluginhub isaacrowntree/claude-social-skillsPost to Twitter/X, Reddit, Facebook, and Instagram from Claude Code
List items for sale on eBay from Claude Code
Read, send, and manage email from Claude Code using the Himalaya CLI
Claude Code plugin marketplace for social media, email, and e-commerce.
No MCP servers. Just scripts + skills that teach Claude how to use them.
| 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 |
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
pip install requests requests-oauthlib
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) |
| App Preferences — create "script" type | Any (2FA must be disabled) | |
| Graph API Explorer | Page (not personal) | |
| Same as Facebook, linked IG account | Business/Creator only |
> Post this to Reddit r/programming: "Check out this tool..."
> Share on Twitter and Reddit: "Big announcement..."
# Twitter
python3 scripts/tweet.py "Hello world"
# Reddit
python3 scripts/reddit_post.py post programming "My title" --text "Post body"
python3 scripts/reddit_post.py comment t3_abc123 "Nice post!"
# Facebook
python3 scripts/fb_post.py "Page update" --link "https://example.com"
# Instagram (image must be a public URL)
python3 scripts/ig_post.py image "https://example.com/photo.jpg" --caption "Caption"
python3 scripts/ig_post.py reel "https://example.com/video.mp4" --caption "Reel caption"
List items for sale on eBay. Supports fixed-price and auction listings with local image upload, product photo cleanup, and multiple marketplaces.
pip install requests Pillow
export EBAY_AUTH_TOKEN=<your-token>
That's it. The token lasts ~18 months and the script uses eBay's Trading API (XML) with it.
Why Auth'n'Auth? The OAuth 2.0 alternative requires a browser-based redirect flow that's finicky on localhost. Auth'n'Auth is simpler for personal use — one token, no callback server. The script supports both methods and auto-detects based on which env vars are set.
> List my GoPro on eBay for $299, condition is like new
> Create a draft eBay listing for this camera with these photos
> Clean up my product photos in this folder
# Create a listing
python3 scripts/ebay_list.py list \
--title "GoPro Hero 12 Black" \
--description "Brand new, sealed in box." \
--price 299.99 \
--condition NEW \
--image "https://example.com/photo.jpg" \
--marketplace US \
--currency USD
# Photo cleanup (auto white balance, contrast, sharpening)
python3 scripts/photo_cleanup.py <directory|file>
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations