LaunchKit · 2026
Back to Skills

pancake-skills

Tương tác với Pancake Platform API để quản lý pages, conversations, messages, customers, statistics, tags, posts.

3
1.5k downloads
by @suminhthanh

Setup & Installation

openclaw skills install @suminhthanh/pancake-skills

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install pancake-skills

What This Skill Does

Interfaces with the Pancake Platform API (pages.fm), a multi-channel sales management tool. Covers pages, conversations, messages, customers, statistics, tags, posts, users, and media uploads. Write operations require explicit opt-in via an environment variable.

Built-in write protection via CONFIRM_WRITE=YES prevents accidental modifications, and separate User and Page tokens keep personal and page-level access correctly scoped.

When to use it

  • Assigning staff to incoming customer conversations
  • Sending inbox replies or private replies to post comments
  • Pulling ad and engagement statistics for a date range
  • Tagging conversations to categorize customer inquiries
  • Updating customer records with notes and personal details

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: reply to conversation conv_abc123 on page 123456789 with 'Xin chào!' and tag it as VIP

AGENT
  1. 1Fetch conversation list to confirm the conversation ID exists
  2. 2Send an inbox reply with the message to the conversation
  3. 3Retrieve available tags to find the VIP tag ID
  4. 4Apply the VIP tag to the conversation
OUTPUT

Message delivered to conversation and VIP tag applied

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

USER_ACCESS_TOKEN environment variable (obtained from Pancake Account → Personal Settings, valid 90 days)PAGE_ACCESS_TOKEN environment variable (obtained from Pancake Settings → Tools)Pancake Platform account at pages.fm