buffer
Installation
SKILL.md
Buffer Skill
Interact with Buffer via its GraphQL API (https://api.buffer.com).
Prerequisites
Set this env var before using this skill:
export BUFFER_API_KEY="your_api_key" # from Buffer account settings
All requests use Authorization: Bearer $BUFFER_API_KEY.
Script
All operations go through scripts/buffer.sh. Run from the repo root: