buffer
Installation
SKILL.md
Buffer Social Media Scheduling
Setup
Requires a BUFFER_API_TOKEN environment variable. Generate one at:
https://publish.buffer.com/settings/api
Verify the token is set before making any API calls:
if [ -z "$BUFFER_API_TOKEN" ]; then
echo "Error: BUFFER_API_TOKEN is not set. Get your token at https://publish.buffer.com/settings/api"
exit 1
fi