Buffer Social Media
/install buffer-social
Buffer Skill for OpenClaw
Use this skill to create and manage Buffer content from OpenClaw or terminal commands.
Quick Start
- Install dependencies:
cd skills/buffer npm install - Configure API key:
cp .env.example .env # set BUFFER_API_KEY - Run a command:
node ./buffer.js profiles
Authentication Setup
Set in .env:
BUFFER_API_KEY=your_buffer_api_key
BUFFER_API_URL=https://api.buffer.com/graphql
Get key: https://publish.buffer.com/settings/api
Command Reference
buffer profiles
List all connected profiles.
buffer post \x3Ctext>
Create content.
Options:
--profile \x3Cid>: single target profile--profiles \x3Cids>: comma-separated profile IDs--all: all connected profiles--time \x3Cdatetime>: ISO 8601 scheduled time--queue: add to queue--image \x3Cpath>: attach local image path (validated; upload flow limited by current API docs)--draft: save as idea/draft instead of post
buffer queue
View scheduled/queued posts.
Options:
--profile \x3Cid>: filter by profile--limit \x3Cn>: max results
buffer ideas
List saved ideas.
Options:
--limit \x3Cn>: max results
Common Use Cases
# Post to one profile
node ./buffer.js post "Just shipped 🚀" --profile \x3Cid>
# Schedule for tomorrow
node ./buffer.js post "Tomorrow update" --profile \x3Cid> --time "2026-03-03T14:00:00Z"
# Multi-channel post
node ./buffer.js post "New blog live" --profiles id1,id2
# Save draft
node ./buffer.js post "Draft concept" --profile \x3Cid> --draft
Troubleshooting
- Auth errors (401/403): check
BUFFER_API_KEY, regenerate key if needed. - Rate limits (429): wait ~60s and retry.
- Invalid date: use ISO format like
2026-03-03T14:00:00Z. - Image path error: verify file exists and path is correct.
OpenClaw Integration Examples
- “Post to Buffer:
Just shipped a new feature! 🚀to profile\x3Cid>” - “Queue this in Buffer for all profiles:
Weekly recap is live” - “Save this as Buffer draft for profile
\x3Cid>:Campaign angle #3”
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install buffer-social - After installation, invoke the skill by name or use
/buffer-social - Provide required inputs per the skill's parameter spec and get structured output
What is Buffer Social Media?
Create, schedule, queue, and manage social media posts and drafts across Buffer-connected profiles using terminal commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 349 downloads so far.
How do I install Buffer Social Media?
Run "/install buffer-social" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Buffer Social Media free?
Yes, Buffer Social Media is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Buffer Social Media support?
Buffer Social Media is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Buffer Social Media?
It is built and maintained by Ahmad Abugosh (@ahmadabugosh); the current version is v1.0.0.