Creem Agent for Openclaw

An autonomous store operations manager that monitors SaaS health, manages failed payments, and handles churn winbacks for Creem.io merchants.

vayospot
v1.0.0
Mar 31, 2026
0
618
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install creem-agent

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install creem-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Creem Agent?

Creem Agent, often referred to as Alfred, is a specialized AI worker built for the Openclaw Skills ecosystem. It acts as a full-time operations manager for solo SaaS founders using Creem.io as their Merchant of Record. By integrating directly with the Creem CLI and API, the agent provides a bridge between raw financial data and actionable business logic.

This skill is designed to sit at the heart of your SaaS stack, autonomously monitoring store heartbeat, calculating MRR, and responding to natural language queries about your business health. It eliminates the manual overhead of checking dashboards by proactively flagging issues and suggesting remediation steps for subscription lifecycle events.

Creem Agent Use Cases

  • Automatically generating daily revenue digests and MRR reports.
  • Proactive monitoring of store heartbeat and change detection to ensure high uptime.
  • Automated churn recovery by generating winback discount codes and draft emails when subscriptions are canceled.
  • Handling failed payments by instantly retrieving customer billing portal links to resolve past-due invoices.
  • Natural language querying of transaction history and subscriber lists.

How Creem Agent Works

  1. The agent authenticates with the Creem API using a secure environment key via the CLI toolset.
  2. It executes periodic heartbeat checks using a Python-based monitoring script to detect status changes in the store.
  3. Upon detecting a specific event, such as a canceled subscription, it triggers conditional workflows like creating discounts via CURL commands.
  4. For financial reporting, the agent pulls JSON data from the CLI, parses cents into dollar amounts, and summarizes metrics for the user.
  5. If errors occur or documentation is needed, the agent fallback mechanism retrieves the latest technical specifications directly from the Creem documentation endpoints.

Creem Agent Setup

To deploy this skill within your Openclaw Skills environment, ensure you have the necessary binaries and environment variables configured:

# Install the required Creem CLI
npm install -g @creem/cli

# Set your API Key
export CREEM_API_KEY="your_api_key_here"

# Authenticate the agent
creem login --api-key $CREEM_API_KEY

Creem Agent Data Schema & Taxonomy

The Creem Agent organizes and processes data according to the following taxonomy:

Data Type Source Formatting
Subscription Data creem subscriptions JSON-parsed objects converted from cents to $X.XX
Transaction History creem transactions Last 20 transactions summarized by revenue impact
Heartbeat Logs heartbeat.py Change detection delta between the current and previous state
Recovery Links creem customers billing Direct customer-facing Stripe/Creem billing portal URLs

Creem Agent Advanced Features

  • Multi-agent compatibility for automated reporting within Openclaw Skills workflows.
  • Custom winback automation that generates unique 20% discount codes for specific product IDs.
  • Silent mode functionality where the agent remains quiet (HEARTBEAT_OK) unless intervention is required.
  • Direct API fallback via CURL for advanced discount management not yet supported by standard CLI commands.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*