Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

my-mind Manager

v1.0.0

my-mind 灵感文章创作管理技能。用于管理灵感、文章和创作素材。 触发语包括:帮我管理my-mind、创建灵感、整理文章、发布文章、创作素材管理、初始化目录结构、my-mind 可识别关键词:my-mind、灵感管理、文章创作、素材管理、笔记管理、目录初始化

0· 411·0 current·0 all-time
byAmatuer0x1@amateur0x1
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise note/asset/article management and the SKILL.md contains step-by-step guidance to create directories, create and move markdown files, and organize assets — all consistent with the stated purpose. Minor note: the instructions refer to '提交代码' (commit code) during initialization, which implies use of git, but no git binary is explicitly declared; this is plausible (git is commonly available) and not disproportionate.
Instruction Scope
The instructions are focused on filesystem operations within a my-mind workspace (create directories, write markdown files, move/rename assets, prompt user confirmations). They do not instruct reading unrelated system files, exfiltrating data, or calling external endpoints. The skill asks agents to confirm before moving assets and before publishing. There is no vague 'gather whatever context you need' language.
Install Mechanism
No install spec and no code files are included (instruction-only). This is low risk: nothing will be downloaded or written by an installer. The README suggests cloning the repo into local skills directories, which is typical and not inherently risky.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That matches the local file-management functionality. The README mentions integrations (Obsidian, Notion) only as compatible tools, but no API keys or integrations are required by the skill itself.
Persistence & Privilege
always is false and the skill is user-invocable. It requests no persistent privileges, does not modify other skills' configs, and does not require system-wide changes. Its actions are confined to user workspace paths described in the README/SKILL.md.
Assessment
This skill appears coherent and low-risk: it will create and move files under whatever workspace/directory you let it control. Before enabling or running it: (1) run it in a dedicated or backed-up directory to avoid accidental moves/deletes; (2) confirm whether the agent will run git operations (local commit vs. push to remote) — the SKILL.md mentions '提交代码' but does not show push commands; avoid granting network push rights if you don't want remote writes; (3) keep autonomous invocation disabled if you prefer manual control over file operations; (4) review any generated README or scripts the first time the skill runs; and (5) if you plan to integrate with remote services (Notion, Obsidian sync), add explicit, minimal credentials only when you understand what operations are performed. Overall no credentials, installs, or external endpoints are required by the skill as provided.

Like a lobster shell, security has layers — review code before you run it.

latestvk972vfss8ktk74s6gv7f6srgt981wc2h
411downloads
0stars
1versions
Updated 10h ago
v1.0.0
MIT-0

my-mind Manager Skill

帮助管理灵感、文章和创作素材的 AI 技能。

功能概述

1. 初始化目录结构

自动创建标准的 my-mind 目录结构:

my-mind/
├── ideas/              # 灵感库
│   ├── fleeting/       # 瞬时灵感
│   ├── structured/     # 整理后的灵感
│   └── projects/       # 项目构想
├── articles/           # 文章库
│   ├── drafts/         # 草稿
│   ├── published/     # 已发布
│   └── ideas/         # 文章构想
├── assets/             # 创作素材
│   ├── images/
│   ├── audios/
│   ├── videos/
│   └── attachments/
├── inbox/              # 收集箱
│   ├── temp/
│   └── to-process/
└── archive/           # 归档

2. 灵感管理

  • 记录灵感:快速记录碎片想法
  • 整理灵感:将瞬时灵感整理成结构化内容
  • 归档灵感:将完成的项目构想归档

3. 文章创作

  • 创建草稿:基于灵感创建新文章
  • 编辑文章:帮助续写、修改文章
  • 发布文章:标记为已完成/已发布

4. 素材管理

  • 整理和归类素材
  • 移动素材到正确位置
  • 清理临时文件

使用流程

方式一:初始化新仓库

当用户说"初始化 my-mind"或"创建目录结构"时:

  1. 创建目录结构
  2. 生成 README.md 使用指南
  3. 提交代码

方式二:记录灵感

当用户说"记录灵感"、"有个想法"时:

  1. 询问灵感内容
  2. 按日期创建文件到 ideas/fleeting/
  3. 询问是否需要整理

方式三:写作文章

当用户说"写文章"、"创作"时:

  1. 询问文章主题和方向
  2. 创建草稿到 articles/drafts/
  3. 逐步完善内容

方式四:发布文章

当用户说"发布文章"、"完成文章"时:

  1. 确认文章已完成
  2. 移动到 articles/published/
  3. 按日期重命名

命名规范

灵感

  • 瞬时灵感:YYYY-MM-DD-简短描述.md
  • 整理后:YYYY-MM-DD-主题.md
  • 项目:项目名-阶段.md

文章

  • 草稿:文章名-draft.md
  • 定稿:YYYY-MM-DD-文章名.md

重要规则

  1. 所有文件使用 Markdown 格式
  2. 灵感文件优先放入 fleeting/,再根据需要整理到 structured/
  3. 文章发布前确认用户意图
  4. 素材移动前确认目标路径
  5. 定期提醒用户清理 inbox/to-process/

配套工具

  • Obsidian
  • Notion
  • 任意 Markdown 编辑器

Comments

Loading comments...