OpenStartMenuInk
Automatically scans Windows start menu shortcuts and opens applications by name with fuzzy matching on user command.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 24 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
OpenStartMenuInk - 开始菜单快捷方式管理器
🚀 自动搜索并保存 Windows 开始菜单中的所有快捷方式,根据用户指令快速打开应用
🎯 功能说明
1. 自动扫描快捷方式
- 自动搜索当前用户目录下的开始菜单快捷方式
- 自动搜索公共程序目录的快捷方式
- 包含子文件夹中的所有快捷方式
2. 快速打开应用
- 用户只需说出应用名称,系统会自动搜索并打开
- 支持模糊匹配(如输入"飞智"即可打开"飞智空间站")
3. 动态刷新
- 如果未找到应用或列表为空,自动重新扫描
- 无需手动更新,系统会智能处理
📋 使用示例
打开应用
打开飞智空间站
打开微信
打开飞书
打开 QQ
打开 Steam
初始化扫描(如需要)
检查并开始菜单管理
🛠️ 安装与启用
通过爪爪安装
安装技能:OpenStartMenuInk
手动安装
- 将技能文件夹复制到
%LOCALAPPDATA%\OneClaw\resources\skills\目录 - 运行
openclaw skill sync同步技能
📁 数据存储
快捷方式列表将保存在临时文件中,无需手动管理。
⚙️ 技术细节
- 语言: PowerShell 7+
- 依赖: Windows 系统 API
- 权限: 需要扫描文件系统的权限
- 安全: 仅读取开始菜单快捷方式,不修改系统设置
📝 注意事项
- 首次使用可能需要几秒钟扫描时间
- 应用名称支持模糊匹配
- 如遇权限问题,请确保 OpenClaw 有适当权限
🐛 故障排除
如果应用无法打开:
- 确保该应用已正确安装在开始菜单
- 运行"检查并开始菜单管理"重新扫描
如果没有看到想要的应用:
- 右键点击目标应用的安装文件夹
- 选择"发送到" -> "桌面快捷方式"
- 右键快捷方式 -> "属性" -> "快速访问" 勾选
🔗 相关链接
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
