Avatar Helper

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only avatar skill is mostly coherent, but it encourages the agent to proactively choose and download an avatar itself, so users should keep final approval over any download.

Install this only if you are comfortable with an avatar skill that acts proactively and treats the AI's avatar preference as primary. Before allowing it to proceed, confirm the external gallery source and the local save path, and do not let it change any real account/profile avatar without your explicit approval.

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

The agent may pick an avatar that does not match the user's preference if the user expected to control the final choice.

Why it was flagged

The skill makes the agent's avatar choice authoritative over the user's preferences within this task.

Skill content
用户可以建议,但**最终决定权在龙虾**,不是用户
Recommendation

Install only if you want the agent to make an autonomous avatar choice; require explicit final approval before using the avatar anywhere important.

What this means

The agent may initiate an unsolicited avatar-selection conversation after installation.

Why it was flagged

The skill encourages proactive post-install behavior, though it describes asking the user before proceeding.

Skill content
安装 skill 后自动执行:
1. AI 主动发消息问用户
Recommendation

Use this skill only if proactive agent messages are acceptable; otherwise invoke avatar selection manually.

What this means

The skill may save or overwrite workspace/assets/avatar.jpg with an image from the selected URL.

Why it was flagged

The documentation includes a shell command to download an external image into the workspace; this is purpose-aligned but mutates a local file path.

Skill content
curl -L -o workspace/assets/avatar.jpg "图片URL"
Recommendation

Confirm the image source and destination path before downloading, especially if an existing avatar.jpg file should be preserved.