Skip to content

Comments

Add skill: ricardofrantz/bun-do-api#79

Closed
ricardofrantz wants to merge 1 commit intoopenclaw:mainfrom
ricardofrantz:add-bun-do-api
Closed

Add skill: ricardofrantz/bun-do-api#79
ricardofrantz wants to merge 1 commit intoopenclaw:mainfrom
ricardofrantz:add-bun-do-api

Conversation

@ricardofrantz
Copy link

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

  • Priorities P0–P3, types (task/deadline/reminder/payment), recurring tasks
  • Subtask checklists, project progress logging
  • Payment tracking with multi-currency support
  • Natural language mapping table so agents understand "remind me to call dentist tomorrow"
  • Proactive patterns: morning briefings, weekly reviews, payment forecasts

Links

Install

bun-do install-skill --openclaw
# copies to ~/.openclaw/workspace/skills/bun-do-api/SKILL.md

Copilot AI review requested due to automatic review settings February 18, 2026 15:58
@openclaw-barnacle
Copy link

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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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": ""
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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]"

Suggested change
"commit": ""
"commit": "https://github.com/openclaw/skills/commit/0123456789abcdef0123456789abcdef01234567"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant