An autonomous store operations manager that monitors SaaS health, manages failed payments, and handles churn winbacks for Creem.io merchants.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install creem-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
A specialized security diagnostic tool to identify and mitigate the 2026 axios supply-chain attack on local development environments.

A comprehensive long-term memory framework for AI agents featuring Markdown-based storage, semantic search, and structured feedback loops.

A structured tool for persisting work logs in a local SQLite database to generate precise daily and weekly progress summaries.

A sophisticated file-based memory architecture for AI agents that combines semantic search with categorized persistent storage for long-term context retention.

Harness Research is an automated intelligence engine that tracks, analyzes, and maps the latest AI agent research papers directly to your system's improvement goals.

A self-evolution engine that consumes research logs and performs system self-checks to optimize AI agent architectures automatically.








































