LaunchKit · 2026
Back to Skills

pine-assistant

Handle customer service, bills, reservations, and more via Pine AI — negotiate, cancel, dispute, book, and resolve.

2
326 downloads
by @bojieli

Setup & Installation

openclaw skills install @bojieli/pine-assistant

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

npx clawhub install pine-assistant

Version History

v1.2.0Feb 21, 2026 - Version note by skill developer:

Declare install spec, credential storage path, and persistence metadata

What This Skill Does

Pine Assistant lets you delegate tasks to Pine AI via the `pine` CLI. Pine handles customer service calls, bill negotiations, subscription cancellations, reservations, and disputes using phone calls, browser automation, emails, and faxes. Each task runs in its own session and can operate asynchronously.

Pine can make actual phone calls and fill out web forms on your behalf, handling tasks that require real human-style interaction rather than just retrieving information.

When to use it

  • Negotiating a cable or internet bill lower
  • Canceling a subscription you forgot to stop
  • Disputing an unauthorized charge on a credit card
  • Booking a restaurant reservation by phone
  • Scheduling a doctor or dentist appointment

Example Workflow

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

INPUT

User asks: Negotiate my Comcast bill from $120/mo down to $80/mo. Account holder: Jane Doe, account #12345, 10-year customer.

AGENT
  1. 1Run `pine sessions list --json` to check for any existing session covering this task
  2. 2Create a new session and send the negotiation request with `pine send '...' --new --no-wait --json`, saving the session ID
  3. 3Poll `pine sessions get SESSION_ID --json` to retrieve Pine's follow-up questions about account details
  4. 4Relay questions to the user, collect answers, and submit them via `pine send`
  5. 5After billing confirmation, run `pine task start SESSION_ID`, then poll for completion and relay the final result
OUTPUT

Pine reports the bill was successfully negotiated from $120/mo to $85/mo, saving $35 per month

Requirements

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

Pine AI account (sign up at https://19pine.ai)Pine AI Pro subscription (required for task execution)