4todo

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for managing 4todo, but it requires a bearer token and can change your task data.

Install only if you want the agent to manage your 4todo account. Provide the API token through OpenClaw environment or a secret store, not in chat. Double-check workspace and task names before changes, especially for recurring tasks or bulk-style requests.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone or any agent run with this token can access the permitted 4todo API actions, including listing and changing tasks.

Why it was flagged

The skill requires a bearer token that grants access to the user's 4todo account. This is expected for the integration, but it is sensitive authority.

Skill content
`FOURTODO_API_TOKEN`: your 4todo API token (Bearer token) ... Every request must include `Authorization: Bearer <token>`.
Recommendation

Use the narrowest token 4todo supports, inject it through a secret store or environment variable, avoid pasting it into chat, and revoke it if the skill is no longer needed.

What this means

A mistaken workspace or task choice could create, complete, move, or alter recurring task behavior in the user's 4todo account.

Why it was flagged

The skill is intended to issue API mutations that create, complete, reorder, or manage recurring todos. This is purpose-aligned, but it can change user data.

Skill content
Perform the requested mutation (create / complete / reorder / recurring)
Recommendation

Review task and workspace names before approving changes, and ask for confirmation before broad, ambiguous, or recurring-task updates.

What this means

Users may not realize from the registry metadata alone that the skill needs curl and a 4todo API token.

Why it was flagged

The registry metadata does not declare the curl runtime dependency or the API-token credential that SKILL.md requires. The SKILL.md does disclose them, so this is a metadata completeness issue rather than hidden behavior.

Skill content
Required binaries (all must exist): none ... Required env vars: none ... Primary credential: none
Recommendation

Declare curl and FOURTODO_API_TOKEN in the registry metadata so users see the requirements before installation.