Add skill: ricardofrantz/bun-do-api#79
Conversation
|
Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead. |
There was a problem hiding this comment.
Pull request overview
This PR adds a new skill for the bun-do task management API to the OpenClaw skills repository. The bun-do skill enables AI agents to manage local tasks, subtasks, projects, and payments through a REST API running on localhost. It's designed as a local-first todo backend with zero runtime dependencies.
Changes:
- Added new skill metadata file with version 1.3.0
- Added comprehensive skill documentation covering API reference, usage patterns, and integration examples
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| skills/ricardofrantz/bun-do-api/_meta.json | Metadata file defining the skill owner, slug, display name, and version information |
| skills/ricardofrantz/bun-do-api/SKILL.md | Complete skill documentation including API reference, natural language mapping, curl examples, and usage rules |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "latest": { | ||
| "version": "1.3.0", | ||
| "publishedAt": 1739888400000, | ||
| "commit": "" |
There was a problem hiding this comment.
The commit field is empty. Based on the pattern observed in other skills in this repository, the commit field should contain a URL pointing to the specific GitHub commit that introduced this skill version. For example, it should follow the format: "[commit-hash]"
| "commit": "" | |
| "commit": "https://github.com/openclaw/skills/commit/0123456789abcdef0123456789abcdef01234567" |
New skill: bun-do-api
bun-do is a local-first todo app built on Bun — one TypeScript file, one HTML file, zero runtime dependencies. Designed as a task backend for OpenClaw and other AI agents.
What it does
Exposes a REST API for managing tasks, subtasks, projects, and payments. Agents can add tasks, mark them done, track recurring payments, and log project progress — all persisted to local JSON files.
Key features
Links
bun install -g bun-dobun-do-mcpInstall
bun-do install-skill --openclaw # copies to ~/.openclaw/workspace/skills/bun-do-api/SKILL.md