OpenClaw v2026.2.20: Stripe Billing Skill & Supabase MCP Integration

Release Date: February 20, 2026

New enterprise-grade Stripe skill added, with support for customer management, invoice generation, and subscription management. The Supabase skill has been fully upgraded to support the MCP protocol for safer and more reliable database read/write operations.

Main Updates

Enterprise Stripe Skill

Full Stripe payment integration skill added:

  • Customer management: create, query, and update customer info
  • Products & prices: flexible product line management
  • Invoice generation: automated invoice creation and delivery
  • Subscription management: billing cycles, upgrades and downgrades
  • Refund processing: full and partial refunds
  • Balance queries: real-time account balance

Install command:

openclaw skills install stripe

Supabase MCP Protocol Support

The Supabase skill has been fully upgraded to support the MCP (Model Context Protocol):

  • Query operations: natural language to SQL
  • Write safety: UPDATE/DELETE must include WHERE conditions
  • Type generation: automatic TypeScript type definition generation
  • Migration management: database version control

Telegram Channel Stability Fix

Fixed several stability issues with Telegram channel message delivery, especially message loss under high-concurrency scenarios.

How to Upgrade

npm update -g openclaw@latest