ClawTime

PassAudited by ClawScan on May 1, 2026.

Overview

ClawTime’s instructions are mostly coherent for operating its webchat UI, task panel, and avatars, with a few purpose-aligned behaviors users should notice.

This skill appears coherent for operating ClawTime. Before installing or using it, review the missing INSTALL.md from a trusted source, approve any service restart/log commands, and be careful with persistent task contents and custom avatar JavaScript.

Findings (4)

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

A user may need to rely on external or missing setup instructions before using the service.

Why it was flagged

The skill points to setup and deployment instructions that are not included in the supplied one-file artifact set, so users cannot review those steps here.

Skill content
For first-time setup (clone, configure, deploy), see **[INSTALL.md](./INSTALL.md)**.
Recommendation

Obtain and review INSTALL.md from a trusted ClawTime source before running any clone, configure, or deploy steps.

What this means

If an agent has shell access, it may be guided to inspect ClawTime logs or restart the user-level ClawTime service.

Why it was flagged

The skill documents local service-management and log-inspection commands for ClawTime.

Skill content
systemctl --user status clawtime
journalctl --user -u clawtime -f
systemctl --user restart clawtime
Recommendation

Treat these as operational commands and approve restarts or log access only when they are relevant to the task.

What this means

Custom avatar files are executable JavaScript in the ClawTime UI context, so unsafe or untrusted avatar code could affect the interface.

Why it was flagged

Avatar creation involves writing JavaScript files that ClawTime is expected to load for custom 3D avatars.

Skill content
Create at `~/.clawtime/avatars/<name>.js`: ... `window.initAvatarScene = function() {`
Recommendation

Only create or install avatar JavaScript you trust, and review generated avatar code before using it.

What this means

Stored tasks may persist across sessions and influence future agent behavior, and task contents could include private work details.

Why it was flagged

The skill establishes a persistent local task list that can be reused as authoritative context for future work.

Skill content
ClawTime includes a task panel for tracking work. **Use this as your canonical task list.** ... Tasks stored at `~/.clawtime/tasks.json`
Recommendation

Keep sensitive information out of the task list unless you are comfortable storing it locally, and periodically review or clean stale tasks.