用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill buffer-social命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | buffer-social |
| description | Buffer Social Media |
Use this skill to create and manage Buffer content from OpenClaw or terminal commands.
cd skills/buffer
npm install
cp .env.example .env
# set BUFFER_API_KEY
node ./buffer.js profiles
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
buffer profilesList all connected profiles.
buffer post <text>Create content.
Options:
--profile <id>: single target profile--profiles <ids>: comma-separated profile IDs--all: all connected profiles--time <datetime>: ISO 8601 scheduled time--queue: add to queue--image <path>: attach local image path (validated; upload flow limited by current API docs)--draft: save as idea/draft instead of postbuffer queueView scheduled/queued posts.
Options:
--profile <id>: filter by profile--limit <n>: max resultsbuffer ideasList saved ideas.
Options:
--limit <n>: max results# Post to one profile
node ./buffer.js post "Just shipped 🚀" --profile <id>
# Schedule for tomorrow
node ./buffer.js post "Tomorrow update" --profile <id> --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 <id> --draft
BUFFER_API_KEY, regenerate key if needed.2026-03-03T14:00:00Z.Just shipped a new feature! 🚀 to profile <id>”Weekly recap is live”<id>: Campaign angle #3”