A streamlined integration for managing Beeminder commitment devices and habit tracking through direct REST API access.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install beeminder
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 beeminder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Beeminder skill for Openclaw Skills enables developers and power users to interact directly with the Beeminder API to maintain their habit-tracking commitments. By bypassing the manual web interface, this skill allows for automated goal monitoring and data submission, ensuring that you stay on your Yellow Brick Road without constant manual overhead. This integration is a vital part of the Openclaw Skills ecosystem, designed for those who use commitment devices to drive personal and professional growth.
Built for efficiency, it provides a direct line to your Beeminder dashboard, allowing you to query goal statuses, check safety buffers, and log progress programmatically. Whether you are tracking coding hours, fitness milestones, or reading targets, this skill provides the technical foundation to build automated accountability loops.
To begin using this skill within Openclaw Skills, you must configure your environment with your Beeminder credentials:
# Set your Beeminder username
export BEEMINDER_USERNAME="your_username"
# Set your personal auth token (retrieve from beeminder.com/api/v1/auth_token.json)
export BEEMINDER_AUTH_TOKEN="your_token_here"
The skill interacts with Beeminder's JSON schema. Key fields utilized include:
| Field | Description |
|---|---|
| slug | The unique identifier for your goal |
| safebuf | Days of safety buffer remaining (0 means due today) |
| baremin | The minimum value needed today to avoid derailing |
| limsum | A human-readable summary of what is due |
| losedate | Unix timestamp representing the moment of derailment |
| gunits | The units used for the goal (e.g., hours, pages) |
Loading
A command-line interface designed to fetch health, sleep, and activity metrics from the Oura Ring V2 API for AI agent consumption.

An automated workflow for deploying iOS applications to TestFlight and the App Store using the App Store Connect CLI.

Enable AI agents to accept Bitcoin Lightning payments, generate invoices, and handle microtransactions via natural language.

A robust command-line interface for Planning Center Services that streamlines church service planning and team scheduling through the Openclaw Skills framework.

A command-line interface for Fireflies.ai that enables AI agents to retrieve meeting transcripts, summaries, and action items programmatically.

An AI-powered maintenance agent that intelligently assesses the risk of system updates before deciding to automate or report.








































