Work Todo

Manage personal to-do lists with add, view, complete, and delete tasks.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill work-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Work Todo
Source: https://github.com/liumeixin/hermes-skills/tree/main/work-todo
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill work-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for managing personal or professional to-do lists, allowing users to add, view, complete, and delete tasks with ease while ensuring privacy and organization.

Core Features & Use Cases

  • Task Management: Add, view, complete, and delete tasks with privacy and organization.
  • User Isolation: Each user has a separate task list, ensuring privacy.
  • Data Storage: Tasks are stored in a secure JSON file, ensuring data integrity.
  • Use Case: Whether you're managing your daily work tasks or personal to-do list, this Skill can help you stay organized and on top of your responsibilities.

Quick Start

To add a new task, use the command: add_task <task_name> <task_description>.

Frequently Asked Questions about Work Todo

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

FAQPage Schema
How do I manage a personal to-do list with user isolation and secure data storage?

You can manage a personal to-do list by adding, viewing, completing, and deleting tasks. User isolation ensures each user has a separate task list, while secure JSON file storage maintains data integrity and privacy.

What is the best way to add a new task to my work to-do list?

The best way to add a new task to your work to-do list is using the add_task command followed by the task name and description. This stores your task securely in a JSON file for personal productivity management.

Can I use this task management Skill for both personal and professional daily tasks?

Yes, you can use this task management Skill for both personal and professional daily tasks. It handles task organization for any context, allowing you to stay on top of responsibilities across different areas.

Does this to-do list Skill require specific dependencies or environments to function?

No, this to-do list Skill does not require any external dependencies. It operates using basic JSON file operations and string manipulation to manage your tasks with secure data storage.

How does user isolation work for personal productivity task management?

User isolation works by providing each user with a completely separate task list. This ensures privacy in personal productivity task management, preventing other users from viewing or accessing your stored to-do items.

What are the limitations of using JSON file operations for to-do list data storage?

Using JSON file operations for to-do list data storage relies on basic string manipulation without external database dependencies. It ensures data integrity for personal task management but may lack advanced querying capabilities.