🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

ai-todo-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-todo-cli

CLI tool for AI agents to interact with ai-todo

latest
Source
npmnpm
Version
0.4.3
Version published
Maintainers
1
Created
Source

ai-todo-cli

CLI tool for AI agents to interact with ai-todo.

All commands are dynamically discovered from the server. All output is JSON.

Install

npm install -g ai-todo-cli

Login

ai-todo login

For headless environments:

ai-todo login --token <jwt>

Usage

ai-todo tasks:list
ai-todo tasks:list --filter today
ai-todo tasks:create --title "Review PR" --priority 1
ai-todo tasks:complete --id <task-id>
ai-todo tasks:delete --id <task-id>
ai-todo tasks:add-log --id <task-id> --content "Done with phase 1"
ai-todo spaces:list

Run ai-todo --help to see all available commands (fetched from server).

Release

This package is published to npm via GitHub Actions when a tag like v0.1.3 is pushed.

npm version patch
git push origin main --follow-tags

The workflow will verify that the Git tag matches package.json before publishing.

For AI Agents

This CLI is designed for AI agent integration. Key features:

  • All output is structured JSON
  • Exit codes: 0 = success, 1 = error, 2 = auth required
  • Commands are dynamically loaded from /api/manifest
  • No interactive prompts — all input via flags

License

MIT

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts