← 返回
开发者工具 Key 中文

Buffer Social Media

Create, schedule, queue, and manage social media posts and drafts across Buffer-connected profiles using terminal commands.
使用终端命令在关联 Buffer 的个人资料中创建、安排、排队以及管理社交媒体帖子和草稿。
ahmadabugosh
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 647
下载
💾 9
安装
1
版本
#latest

概述

Buffer Skill for OpenClaw

Use this skill to create and manage Buffer content from OpenClaw or terminal commands.

Quick Start

  1. Install dependencies:

```bash

cd skills/buffer

npm install

```

  1. Configure API key:

```bash

cp .env.example .env

# set BUFFER_API_KEY

```

  1. Run a command:

```bash

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

Create content.

Options:

  • --profile : single target profile
  • --profiles : comma-separated profile IDs
  • --all: all connected profiles
  • --time : ISO 8601 scheduled time
  • --queue: add to queue
  • --image : 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 : filter by profile
  • --limit : max results

buffer ideas

List saved ideas.

Options:

  • --limit : max results

Common Use Cases

# 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

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
  • “Queue this in Buffer for all profiles: Weekly recap is live
  • “Save this as Buffer draft for profile : Campaign angle #3

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,793
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,843