A local-first REST API for managing tasks, recurring payments, and project progress logs with full JSON persistence.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bun-do-api
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 bun-do-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The bun-do-api serves as a robust local backend for task and project management, keeping all your data strictly on your machine. It provides a RESTful interface to create, update, and track tasks ranging from simple to-dos to complex recurring payments and project milestones. By integrating this into your set of Openclaw Skills, you can empower AI agents to handle your schedule, remind you of deadlines, and log progress without ever sending sensitive data to the cloud.
Built for speed and privacy, this skill utilizes a simple JSON-based storage system located in your home directory. Whether you are managing a software development backlog or tracking monthly utility bills, the bun-do-api provides the programmatic hooks necessary for a seamless, automated productivity workflow.
To integrate this into your Openclaw Skills environment, first install the bun-do package globally and start the service:
bun install -g bun-do
bun-do start
By default, the API runs on http://localhost:8000 and stores data in ~/.bun-do/. You can customize the storage location by setting the BUNDO_DATA_DIR environment variable.
The skill utilizes a structured schema to organize tasks and project logs. Data is categorized by priority levels and functional types.
| Attribute | Description | Values |
|---|---|---|
| Priority | Task urgency levels | P0 (Critical), P1 (High), P2 (Normal), P3 (Backlog) |
| Type | Classification of entry | task, deadline, reminder, payment |
| Recurrence | Automated repetition | weekly, monthly, yearly |
| Currency | Payment tracking | CHF, USD, EUR, BRL |
Projects are tracked separately with dedicated log entries for chronological progress monitoring.
Loading
A bridge for AI agents to query, search, and retrieve live Microsoft technical documentation and official code samples.

An automated diagramming tool that converts text descriptions into hand-drawn Excalidraw visuals for Obsidian and web platforms.

A specialized tool for programmatically generating high-quality terminal screenshots, animated GIFs, and videos using simple script files.

A containerized headless browser tool using Podman and Playwright to scrape text and HTML from JavaScript-heavy websites.

A specialized skill for synchronizing Garmin Connect activity history and training schedules into a structured JSON database.

A local-to-cloud bridge for processing Speech-to-Text with Whisper and Text-to-Speech via AWS Polly.








































