Skill Box

ReviewAudited by ClawScan on May 10, 2026.

Overview

This self-reflection skill is coherent, but it asks to inspect logged-in social accounts and chat exports, save sensitive profiles, and contains conflicting privacy promises about raw data.

Only install or use this if you are comfortable letting the agent inspect selected logged-in social pages, chat exports, screenshots, and digital-history files. Use a separate browser profile if possible, approve each data source one by one, avoid full-account scans, and review/delete generated files under `profiles/` because they may contain sensitive excerpts or personality inferences.

Findings (5)

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

If used broadly, the agent may see private posts, likes, follows, collections, and other account data visible in the logged-in browser, even though the skill says it should not modify anything.

Why it was flagged

The skill directs the agent to use the user's logged-in browser session to inspect private account pages and social data across multiple platforms.

Skill content
agent 用 browser(profile="user") 连接用户浏览器 ... 微博:个人主页、发帖记录、关注列表 ... 知乎:回答列表、关注话题、赞同内容 ... 小红书:笔记内容、收藏列表
Recommendation

Use a separate browser profile or narrowly selected pages, confirm each platform before access, and avoid accounts containing data you do not want analyzed.

What this means

Generated profile files could preserve private or embarrassing statements and behavioral inferences after the session ends, and those files may be exposed if the local workspace is shared or backed up.

Why it was flagged

The skill can persist reports containing excerpts from embarrassing historical social content, creating durable local files with sensitive personal context.

Skill content
写入两个文件:`profiles/cringe_{timestamp}.json` ... "excerpt": "摘录(脱敏后)" ... `profiles/cringe_{timestamp}.md` ... 1. [原文摘录]
Recommendation

Default to redacted summaries, ask explicit permission before saving verbatim excerpts, and provide clear deletion/retention controls.

What this means

A user may consent under the impression that only abstract patterns are saved, while reports may include recognizable original posts or chat excerpts.

Why it was flagged

This privacy promise conflicts with other included prompts that require original quotes or excerpts, so users may believe raw text will not be retained when some workflows ask for it.

Skill content
不输出原始数据:profile 只保留行为模式分析,不保留用户的原始文本
Recommendation

Align the prompts with the privacy promise, or clearly tell users when raw excerpts will be included and require separate confirmation.

What this means

The intended file actions are scoped to profiles, but broad tool access means users should watch for any unexpected shell commands or file operations.

Why it was flagged

The skill requests broad local file and shell-capable tools while its documented workflows mainly need reading prompt files and writing/deleting scoped profile files.

Skill content
allowed-tools: Read, Write, Edit, Bash ... 管理命令 ... `删除 profile {slug}` | 确认后删除指定 profile
Recommendation

Keep file operations limited to the skill's profile directory and require confirmation before deletion or any Bash command.

What this means

Those additional skills may have different permissions or behavior that are not covered by this review.

Why it was flagged

The skill suggests optional installation of external skills that are not part of the reviewed artifact set.

Skill content
同事.skill | `clawhub install colleague-skill` ... 前任.skill | `clawhub install ex-skill`
Recommendation

Review any external skill separately before installing it.