数据分析

Waffo Pancake

试用

Waffo Pancake (waffo.ai). Use this skill for ANY Waffo Pancake request — reading, creating, and updating data. Whenever a task involves Waffo Pancake, use this skill instead of calling the API directly.

它能做什么

Waffo Pancake (waffo.ai). Use this skill for ANY Waffo Pancake request — reading, creating, and updating data. Whenever a task involves Waffo Pancake, use this skill instead of calling the API directly.

技能文档

Waffo Pancake

Operate Waffo Pancake through your OOMOL-connected account. This skill calls the waffo connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Waffo Pancake. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "waffo" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "waffo" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • cancel_subscription — Cancel a pending Waffo subscription immediately or schedule an active subscription to end after its current period. [write]
  • create_checkout_session — Create a Waffo hosted checkout session for a one-time or subscription product. [write]
  • create_one_time_product — Create a one-time purchase product with multi-currency pricing in Waffo. [write]
  • create_refund_ticket — Request a full or partial Waffo refund for a succeeded payment. [write]
  • create_store — Create a Waffo store for the connected merchant account. [write]
  • create_subscription_product — Create a recurring subscription product with multi-currency pricing in Waffo. [write]
  • list_products — List one-time or subscription products in the connected Waffo API key environment.
  • list_stores — List stores available to the connected Waffo merchant account.
  • publish_product — Publish the active test version of a one-time or subscription product to production for the first time. [write]
  • resubmit_refund_ticket — Revise and resubmit a rejected or failed Waffo refund ticket.
  • run_query — Run a read-only query against the Waffo GraphQL API for stores, products, orders, payments, refunds, customers, or analytics.
  • search_orders — Search one-time or subscription orders by store, status, merchant reference, or creation time.
  • search_payments — Find a Waffo payment by ID or search payments by status, merchant order reference, or creation time.
  • search_refund_tickets — Search Waffo refund tickets by status, payment, merchant reference, or creation time.
  • set_product_status — Activate or deactivate a one-time or subscription product in the connected Waffo API key environment. [write]
  • update_product — Update a one-time or subscription product in the connected Waffo API key environment, creating an immutable version when content changes. [write]

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change Waffo Pancake state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Waffo Pancake is not connected, or the connection expired or lacks a scope. Connect once (auth type: custom credential) at:

    https://console.oomol.com/app-connections?provider=waffo
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

相关技能

Wufoo (wufoo.com). Use this skill for ANY Wufoo request — reading, creating, and updating data. Whenever a task involves Wufoo, use this skill instead of calling the API directly.

Wiza (wiza.co). Use this skill for ANY Wiza request — reading, creating, and updating data. Whenever a task involves Wiza, use this skill instead of calling...

8 次安装

Woot (woot.com). Use this skill for ANY Woot request — searching and reading data. Whenever a task involves Woot, use this skill instead of calling the API directly.

Wachete (wachete.com). Use this skill for ANY Wachete request — reading, creating, updating, and deleting data. Whenever a task involves Wachete, use this skill instead of calling the API directly.

Wise (wise.com). Use this skill for ANY Wise request — searching and reading data. Whenever a task involves Wise, use this skill instead of calling the API d...

1 次安装

Favro (favro.com). Use this skill for ANY Favro request — reading, creating, and updating data. Whenever a task involves Favro, use this skill instead of calling the API directly.