Personal Assistant

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to generate simple local daily briefings, with no evidence of credential use, network access, or hidden behavior; optional daily scheduling is disclosed.

This looks like a straightforward local productivity helper. Before installing, review the small Python script, choose output file paths carefully, and only enable the OpenClaw cron example if you actually want daily automated briefings.

Findings (2)

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.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the assistant may generate a briefing every morning until the schedule is removed.

Why it was flagged

The skill documents an optional scheduled OpenClaw invocation, which would make the assistant run daily if the user chooses to configure it.

Skill content
openclaw cron add \
  --schedule "0 7 * * *" \
  --tz "America/New_York" \
  --message "Generate my daily briefing"
Recommendation

Use the cron setup only if you want recurring automation, and make sure you know how to review or remove scheduled OpenClaw jobs.

What this means

Users have less external provenance information for confirming the origin of the skill or future updates.

Why it was flagged

The registry metadata does not provide a verified source or homepage, which slightly reduces provenance clarity even though the included code is simple and present.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the included files before installing and prefer installing or updating from a trusted, verifiable source.