← Back to Skills Marketplace
joshuacrowley

Tiny Talking Todos

by joshuacrowley · GitHub ↗ · v0.1.2
cross-platform ✓ Security Clean
1904
Downloads
1
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install ttt
Description
Manage TinyTalkingTodos lists and items via the ttt CLI
Usage Guidance
This skill appears coherent and only needs the `ttt` CLI. Before installing or using it: 1) verify the npm package and publisher (@ojschwa) and the TinyTalkingTodos site; 2) confirm you trust the `ttt` binary on your PATH (it will make network calls to your account); 3) be careful with `ttt auth export` because it places tokens in the environment—don't export tokens into shells or CI where they can leak; and 4) if you want stronger assurance, inspect the npm package source or prefer installing from a vetted release. If you have sensitive data in todos, consider the privacy implications of giving a CLI network access to that data.
Capability Analysis
Type: OpenClaw Skill Name: ttt Version: 0.1.2 The skill bundle is benign. It primarily consists of documentation (`SKILL.md`) describing the usage of the `ttt` command-line interface for managing todo lists. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. While the `ttt auth export` command is mentioned as a CLI feature that exposes credentials as environment variables, the skill does not instruct the agent to execute this command or subsequently exfiltrate the exposed credentials. The instructions are purely informational for using the `ttt` CLI.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions. The only required binary is `ttt`, which is exactly what the SKILL.md instructs the agent to run. Examples and commands align with a todo-CLI purpose.
Instruction Scope
SKILL.md confines actions to running `ttt` CLI commands (list/create/update/delete/undo/daemon). It does not instruct reading unrelated system files or contacting endpoints beyond the service the CLI integrates with. Commands that touch auth and daemon behavior are expected for a CLI client.
Install Mechanism
The skill is instruction-only (no automatic install), but SKILL.md recommends installing `@ojschwa/ttt-cli` from npm. That is a plausible, proportional install route for a CLI; users should verify the npm package and publisher before installing. Absence of an automated install spec means no code will be written by the skill itself.
Credentials
The skill declares no required env vars. SKILL.md mentions `ttt auth export` which exports CLI credentials as environment variables for scripts—this is reasonable for automation, but users should be aware those tokens may appear in the environment and take care not to expose them. The skill does not request unrelated credentials.
Persistence & Privilege
No `always: true`. default invocation settings allow autonomous invocation (platform default) but the skill does not request persistent system-level privileges or modify other skills/configs. Its daemon behavior pertains to the CLI's own process, not the agent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ttt
  3. After installation, invoke the skill by name or use /ttt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
No changes detected in this release. - Version 0.1.2 contains no file changes compared to the previous release.
v0.1.1
- Added npm global installation instructions (`npm install -g @ojschwa/ttt-cli`) to the documentation. - Changed example due dates from 2025 to 2026. - Minor updates throughout for installation clarity and example consistency.
v0.1.0
- Initial release of the ttt skill for managing TinyTalkingTodos via the ttt CLI - Comprehensive documentation for CLI usage, including installation, authentication, and list/todo management - Supports batch operations, undo functionality, and interactive daemon for performance - Provides compact and JSON output options for listing data - Includes detailed example workflows and best practices for efficient usage
Metadata
Slug ttt
Version 0.1.2
License
All-time Installs 3
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is Tiny Talking Todos?

Manage TinyTalkingTodos lists and items via the ttt CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 1904 downloads so far.

How do I install Tiny Talking Todos?

Run "/install ttt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tiny Talking Todos free?

Yes, Tiny Talking Todos is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tiny Talking Todos support?

Tiny Talking Todos is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tiny Talking Todos?

It is built and maintained by joshuacrowley (@joshuacrowley); the current version is v0.1.2.

💬 Comments