Clawwork Learning Checkin
Analysis
No malicious behavior is evident; the skill runs a local check-in helper, stores limited local personalization data, and discloses that it may ask to install a required dependency.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
This skill requires the **learning-checkin** skill to be installed... If approved, install from: https://clawhub.ai/daizongyu/learning-checkin
The skill depends on a separate skill and may prompt the user to install it, so the dependency becomes part of the trusted behavior.
python <skill_path>/clawwork_checkin.py checkin
The skill is implemented through local Python CLI commands that the agent is instructed to run for check-ins and profile updates.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
All data is stored locally in a `data` subfolder next to the skill: profile.json - User profile (nickname, language); greetings.json - Message history
The skill persists user profile and recent greeting history, then reuses that context to personalize future messages.
