Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 02:52
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | todo |
| description | Manage todos using todoman and vdirsyncer. Use for listing, creating, completing, and editing CalDAV VTODO items. |
Todos are stored in Stalwart CalDAV collections synced locally with vdirsyncer
and managed with todoman. Follow AGENTS.md for list selection and personal
todo policy; this skill only covers mechanics.
Available lists are personal, academic, research, and dev.
Config and data locations:
/var/lib/opencrow/.config/vdirsyncer/config/var/lib/opencrow/.config/todoman/config.py/var/lib/opencrow/.local/share/calendarsAlways run vdirsyncer sync before reading todos and after creating,
completing, or editing todos.
Examples:
# Refresh local data before reading
vdirsyncer sync
# List open todos
todo list
# Create a todo
todo new --list academic --due 2026-04-01 "Submit form"
vdirsyncer sync
# Complete a todo by id
todo done 42
vdirsyncer sync