Create Todo

🌐Community
by onehorizonai · vlatest · Repository

Generate prioritized to-do lists from meeting notes, emails, or unstructured text for improved task management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-todo npx -- -y @trustedskills/create-todo
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-todo": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-todo"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The create-todo skill allows AI agents to generate and manage a simple todo list. It can add new tasks, mark existing tasks as complete, and display the current state of the todo list. This provides a basic task management capability for your agent.

When to use it

  • Personal Assistant: Have an agent create and track daily tasks like "Buy groceries" or "Schedule doctor appointment."
  • Project Management: Use the skill to manage small, simple project steps within a larger workflow.
  • Simple Reminders: Quickly add reminders for yourself through your AI agent.
  • Learning Tool: Teach an agent basic list manipulation and task management concepts.

Key capabilities

  • Add new tasks to the todo list.
  • Mark existing tasks as complete.
  • Display the current state of the todo list.

Example prompts

  • "Add 'Pay bills' to my todo list."
  • "What’s on my todo list?"
  • "Mark 'Walk the dog' as done."

Tips & gotchas

The skill operates with a very simple, text-based todo list format. More complex task management features (due dates, priorities) are not supported.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
onehorizonai
Installs
9

🌐 Community

Passed automated security scans.