Piano

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: piano Version: 1.0.0 The skill bundle is benign. It primarily provides instructions for an AI agent to offer piano practice advice and track user progress by creating and managing markdown files within a dedicated `~/piano/` directory. All file system interactions are explicitly stated in `SKILL.md` and `progress.md`, confined to the user's home directory, and serve the stated purpose of progress tracking. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent's security, or obfuscation.

Findings (0)

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

The skill may create a folder and files under your home directory for piano practice tracking.

Why it was flagged

The skill directs the agent to create a local workspace. This is a local file-system change, but it is scoped to a piano practice folder and matches the stated progress-tracking purpose.

Skill content
Create `~/piano/` as workspace on first interaction
Recommendation

Install only if you are comfortable with a local ~/piano/ folder; review or delete the folder if you no longer want the records.

What this means

Your practice history, goals, and recurring technique issues may be saved locally and reused in later piano-related conversations.

Why it was flagged

The skill stores persistent practice context and uses it for later recommendations. This is expected for progress tracking, but retained notes can influence future advice.

Skill content
Log to `~/piano/`: pieces in progress, completed repertoire, recurring issues
Recommendation

Keep the logs limited to information you are comfortable storing, and periodically review the files for accuracy.