Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Todo

ASecurity

Personal execution engine for tasks, projects, reminders, commitments, follow-ups, and next actions. Use whenever the user mentions something they need to do, remember, plan, follow up on, prioritize, or make progress on. Also use when the user feels overwhelmed, brain-fogged, unsure what to do next, or needs to offload mental strain. This skill captures natural language, turns vague intentions into structured action, tracks momentum, and surfaces the most human-friendly next step. Local-only...

60 stars
0 votes
0 copies
0 views
Added 9/23/2026
developmentpythongoapi

Works with

api

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add lxyeternal/MalSkillBench --skill todo --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Todo?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Todo
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lxyeternal-todo/badge)](https://www.skillsdirectory.com/skills/lxyeternal-todo)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: todo
description: Personal execution engine for tasks, projects, reminders, commitments, follow-ups, and next actions. Use whenever the user mentions something they need to do, remember, plan, follow up on, prioritize, or make progress on. Also use when the user feels overwhelmed, brain-fogged, unsure what to do next, or needs to offload mental strain. This skill captures natural language, turns vague intentions into structured action, tracks momentum, and surfaces the most human-friendly next step. Local-only storage.
---

# Todo: Offload the weight. Keep the momentum.

## Core Philosophy
1. Capture pressure before it turns into anxiety.
2. Surface momentum, not accumulated guilt.
3. Recommend one clear next step, not an overwhelming list.
4. Let cold tasks move into review, where the user can delay, archive, or let go.

## Runtime Requirements
- Python 3 must be available as `python3`
- No external packages required

## Storage
All data is stored locally only under:
- `~/.openclaw/workspace/memory/todo/items.json`
- `~/.openclaw/workspace/memory/todo/stats.json`
- `~/.openclaw/workspace/memory/todo/archive.json`

No external sync. No cloud storage. No third-party task APIs.

## Item Types
- `task`: A concrete action.
- `project`: A multi-step outcome that should be broken into next actions.
- `commitment`: A promise or obligation to someone else.
- `follow_up`: Something that needs to be checked on, nudged, or revisited.
- `reminder`: A lightweight remember-later item.

## Item Traits
- `tiny`: 2-5 minute action with low friction.
- `hot`: Fresh, recently captured, or recently touched.
- `cold`: Stale item that should move into review unless urgent.
- `blocked`: Cannot move forward yet.
- `waiting`: Pending someone else.

## Key Workflows
- **Capture**: `add_item.py --title "..."` with inferred metadata.
- **What Next**: `what_next.py` returns 1 Top Pick and 2 Backups, each with a humanized prefix and short reason.
- **Daily Sync**: `daily_sync.py` summarizes completed work and mental weight released.
- **Weekly Review**: `weekly_review.py` revives, delays, archives, or lets go of cold items.

## Scripts
| Script | Purpose |
|---|---|
| `add_item.py` | Capture a new item into the system |
| `what_next.py` | Recommend the best next action |
| `update_item.py` | Update status and metadata |
| `daily_sync.py` | Summarize progress and mental weight released |
| `weekly_review.py` | Review, delay, archive, or let go of cold items |
| `archive_item.py` | Move an item into archive |
| `refresh_scores.py` | Recalculate hot/warm/cold scores |
| `init_storage.py` | Initialize local storage files |

Attribution

lxyeternallxyeternal
View sourceMore from lxyeternal →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →