← Back to Skills Marketplace
flychicks

OpenStartMenuInk

by Flychicks · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
240
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openstartmenuink
Description
Automatically scans Windows start menu shortcuts and opens applications by name with fuzzy matching on user command.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openstartmenuink
  3. After installation, invoke the skill by name or use /openstartmenuink
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenStartMenuInk 1.0.0 初始版本发布 - 自动扫描并保存 Windows 开始菜单下的所有快捷方式,包含子目录 - 支持通过语音或文本快速模糊匹配并打开开始菜单应用 - 未找到应用时可自动重新扫描,无需手动管理 - 快捷方式列表保存于临时文件,自动刷新 - 支持通过爪爪或手动安装与初始化
Metadata
Slug openstartmenuink
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is OpenStartMenuInk?

Automatically scans Windows start menu shortcuts and opens applications by name with fuzzy matching on user command. It is an AI Agent Skill for Claude Code / OpenClaw, with 240 downloads so far.

How do I install OpenStartMenuInk?

Run "/install openstartmenuink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenStartMenuInk free?

Yes, OpenStartMenuInk is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenStartMenuInk support?

OpenStartMenuInk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenStartMenuInk?

It is built and maintained by Flychicks (@flychicks); the current version is v1.0.0.

💬 Comments