← 返回 Skills 市场
flychicks

OpenStartMenuInk

作者 Flychicks · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
240
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openstartmenuink
功能描述
Automatically scans Windows start menu shortcuts and opens applications by name with fuzzy matching on user command.
安全使用建议
This skill's goal (scanning Start Menu shortcuts and opening apps) is plausible and only needs filesystem access, but the package is incomplete: the schema references a main PowerShell script (main.ps1) and a persistent cache path that are not included. Before installing or enabling it, ask the author for the missing script and review its contents. Confirm whether the cache is truly temporary or written to AppData, and ensure you are comfortable with a skill that will read your user and public Start Menu directories and create local cache files. If you do not receive the referenced script, treat the skill as incomplete — allowing an agent to generate and execute ad-hoc PowerShell to perform these actions increases risk.
功能分析
Type: OpenClaw Skill Name: openstartmenuink Version: 1.0.0 The skill bundle describes a standard utility for indexing and launching Windows Start Menu shortcuts. The documentation in SKILL.md and the configuration in SKILL.schema.json are consistent with the stated purpose, requesting appropriate filesystem permissions for standard Windows program paths. No evidence of malicious intent, data exfiltration, or prompt injection was found in the provided files.
能力评估
Purpose & Capability
The declared purpose (scanning Start Menu shortcuts and opening apps) matches the requested filesystem permission and Windows-only platform. However the schema lists a 'main.ps1' and a dependency on PowerShell 7+, yet no code files are included, so the skill as packaged cannot perform its declared function without the agent or user supplying/creating scripts.
Instruction Scope
SKILL.md describes scanning per-user and public Start Menu directories and saving a temporary list. It does not include concrete, shipped commands or scripts; because no main script is provided the agent would need to generate or execute ad-hoc PowerShell to implement scanning/opening, increasing risk of arbitrary filesystem commands. The instructions do not request or transmit data to external endpoints, and they limit actions to Start Menu locations, which is appropriate — but the lack of an included implementation grants broad discretion to the agent.
Install Mechanism
There is no install spec and no code files to write to disk, which is low-risk. The skill is instruction-only, so nothing will be downloaded or installed by default. However the schema's 'main' reference implies an expected script that is missing.
Credentials
No environment variables or external credentials are requested (good). The schema includes a cacheFile path inside the user's AppData, which is consistent with storing a local cache, but SKILL.md describes storage as 'temporary' while the schema specifies a persistent cache path — this mismatch should be clarified. The filesystem permission is required for the documented purpose and is proportionate.
Persistence & Privilege
The skill is not marked 'always', and requires only filesystem access. The schema indicates it may write a cache file in the user's AppData, which is reasonable for caching shortcuts. Still, the packaging omits the code that would perform writes, so it's unclear what will actually be written and when; that uncertainty raises a minor persistence concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openstartmenuink
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openstartmenuink 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenStartMenuInk 1.0.0 初始版本发布 - 自动扫描并保存 Windows 开始菜单下的所有快捷方式,包含子目录 - 支持通过语音或文本快速模糊匹配并打开开始菜单应用 - 未找到应用时可自动重新扫描,无需手动管理 - 快捷方式列表保存于临时文件,自动刷新 - 支持通过爪爪或手动安装与初始化
元数据
Slug openstartmenuink
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

OpenStartMenuInk 是什么?

Automatically scans Windows start menu shortcuts and opens applications by name with fuzzy matching on user command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。

如何安装 OpenStartMenuInk?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openstartmenuink」即可一键安装,无需额外配置。

OpenStartMenuInk 是免费的吗?

是的,OpenStartMenuInk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenStartMenuInk 支持哪些平台?

OpenStartMenuInk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenStartMenuInk?

由 Flychicks(@flychicks)开发并维护,当前版本 v1.0.0。

💬 留言讨论