← Back to Skills Marketplace
Todoist v1 API Reference
by
Chris Gradone
· GitHub ↗
· v1.0.0
568
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todoist-v1
Description
Manage Todoist tasks — list, create, complete, update, and organize tasks and projects.
Usage Guidance
This skill appears to be a straightforward Todoist API reference, but before installing: 1) note the SKILL.md expects a TODOIST_TOKEN environment variable while the registry metadata doesn't list any required credentials—ask the publisher to fix that mismatch or confirm how the token should be supplied; 2) only provide a minimal-scope Todoist API token (create a dedicated integration token or a throwaway/test account token), never paste your full-account password or master token; 3) be aware the skill will make outbound HTTPS calls to api.todoist.com using your token, so only install if you trust the skill source; 4) if you want tighter control, test calls manually with curl first, or run the skill in a sandboxed environment and revoke or rotate the token after testing. If the publisher cannot explain the missing credential declaration, treat the skill cautiously.
Capability Analysis
Type: OpenClaw Skill
Name: todoist-v1
Version: 1.0.0
The skill bundle is benign. It provides instructions and examples for interacting with the Todoist API using standard `curl` commands. Authentication relies on a `TODOIST_TOKEN` environment variable, which is a common and secure practice. There are no signs of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided `_meta.json` or `SKILL.md` files. All operations are aligned with the stated purpose of managing Todoist tasks and projects.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md instructions (cURL examples against https://api.todoist.com/api/v1/). The operations listed are consistent with a Todoist API helper. However, the registry metadata declares no primary credential while the instructions explicitly require TODOIST_TOKEN, which is a mismatch.
Instruction Scope
SKILL.md is instruction-only and limits actions to HTTP calls (curl) to api.todoist.com and formatting JSON locally. It instructs the agent to read an environment variable TODOIST_TOKEN and to set it in shell/OpenClaw config. It does not instruct reading unrelated files or other environment variables, nor sending data to endpoints outside Todoist.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. No downloads, packages, or binary installs are requested.
Credentials
SKILL.md requires a personal API token in TODOIST_TOKEN, which is appropriate for this purpose, but the skill's declared requirements list no env vars or primary credential. That registry omission is an incoherence: the skill will expect a secret at runtime but doesn't advertise it. The token is sensitive (personal API token) so the discrepancy merits attention.
Persistence & Privilege
always:false and default agent invocation rules apply. The skill does not request persistent installation or elevated privileges, nor does it modify other skills or system-wide configs in the instructions (it only suggests setting an env var in shell/OpenClaw config).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install todoist-v1 - After installation, invoke the skill by name or use
/todoist-v1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Todoist API v1 curl reference with common operations for tasks, projects, sections, and labels.
Metadata
Frequently Asked Questions
What is Todoist v1 API Reference?
Manage Todoist tasks — list, create, complete, update, and organize tasks and projects. It is an AI Agent Skill for Claude Code / OpenClaw, with 568 downloads so far.
How do I install Todoist v1 API Reference?
Run "/install todoist-v1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Todoist v1 API Reference free?
Yes, Todoist v1 API Reference is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Todoist v1 API Reference support?
Todoist v1 API Reference is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Todoist v1 API Reference?
It is built and maintained by Chris Gradone (@fluidiguana); the current version is v1.0.0.
More Skills