@eddiedao/x-buffer-publisher
v1.0.0
Published
Claude Code skill to publish X/Twitter posts to Buffer as drafts or scheduled posts via Buffer GraphQL API
Maintainers
Readme
@eddiedao/x-buffer-publisher
Claude Code skill to publish X/Twitter posts to Buffer as drafts or scheduled posts via Buffer GraphQL API.
Install
claude mcp add-skill @eddiedao/x-buffer-publisherOr manually copy the SKILL.md and scripts/ folder into your .claude/skills/x-buffer-publisher/ directory.
Setup
Add to your .env file:
BUFFER_ACCESS_TOKEN=your_buffer_token
BUFFER_CHANNEL_ID=your_channel_id # optional, auto-detects X/Twitter channelUsage
Once installed, use the skill in Claude Code:
- Draft a post:
publish "Your post content" as draft to Buffer - Queue a post:
queue "Your post content" to Buffer - Schedule a post:
schedule "Your post content" at 2026-03-18T09:00:00Z on Buffer - List channels:
list my Buffer channels - View queue:
show my Buffer queue
Requirements
- Python 3.8+
- Buffer account with connected X/Twitter channel
BUFFER_ACCESS_TOKENin.env
