haru-todo

Add a todo to a specified Haru Todo list via SSH database updates.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/sukeun1997/claude-config --skill haru-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haru-todo
Source: https://github.com/sukeun1997/claude-config/tree/main/skills/haru-todo
Command: npx skills add https://github.com/sukeun1997/claude-config --skill haru-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you add new tasks to a specific list in the Haru Todo App, eliminating manual data entry and speeding up task capture.

Core Features & Use Cases

  • Add a todo to a selected list in Haru Todo App.
  • Supports common lists such as 개발, 공부, 업무, 프메, and others via list IDs.
  • Enables quick task creation via natural language commands and SSH-based database updates.

Quick Start

Add a new todo by specifying the target list name and your task title.

Frequently Asked Questions about haru-todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate adding tasks to a todo list via database commands?

To automate adding tasks to a todo list via database commands, you can use an automation skill that inserts new todo items directly into a remote database using SSH access and a valid user ID and list ID.

Can I add a todo item to a specific list using natural language commands?

Yes, you can add a todo item to a specific list using natural language commands. The skill triggers actions using Korean phrases to add tasks to predefined lists such as 개발, 공부, 업무, and 프메.

Do I need SSH access to manage todo tasks through SQL database updates?

Yes, you need SSH access to manage todo tasks through SQL database updates. The skill requires SSH connectivity and a valid user ID and list ID to securely insert new items into the database.

What is the best way to speed up task capture for a personal todo app?

The best way to speed up task capture for a personal todo app is to automate the data entry process. This skill eliminates manual input by directly inserting new tasks into your predefined lists via a single command.

Why does my automated todo insertion require a specific list ID?

Automated todo insertion requires a specific list ID to accurately route and categorize the new task within the database. Without a valid list ID and user ID, the SQL insertion cannot target the correct predefined list.