Skip to content

EricStrohmaier/agenttodo-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“‹ AgentTodo Skill

skills.sh License: MIT

A skills.sh skill that gives AI agents the ability to manage tasks via the AgentTodo REST API โ€” a shared execution layer for humans and AI agents.

What is AgentTodo?

AgentTodo is a shared todo list and task board designed for both humans and AI agents. It provides a REST API with API key authentication, letting you create, track, and coordinate tasks across multiple agents and workflows.

๐ŸŒ App & Docs: agenttodo.vercel.app

Install

npx skills add EricStrohmaier/agenttodo-skill

Works With

Quick Start

  1. Get an API key from agenttodo.vercel.app dashboard
  2. Install the skill: npx skills add EricStrohmaier/agenttodo-skill
  3. Configure your API key in your agent's environment
  4. Start using it โ€” ask your agent to "create a task" or "show my todos"

API Overview

Endpoint Method Description
/api/tasks POST Create a task
/api/tasks GET List tasks (with filters)
/api/tasks/:id PATCH Update a task
/api/tasks/:id/start POST Start a task
/api/tasks/:id/complete POST Complete a task
/api/tasks/:id/block POST Block a task
/api/tasks/:id/log POST Add a log entry

See skills/agenttodo/SKILL.md for full API reference with examples.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors