Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hyqibot/token-free-openclaw --skill open_desktop_shortcutsgit clone --depth 1 https://github.com/hyqibot/token-free-openclawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hyqibot/token-free-openclaw/open_desktop_shortcuts)<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/open_desktop_shortcuts"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/open_desktop_shortcuts/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/open_desktop_shortcuts"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/open_desktop_shortcuts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00088 | $0.01466 |
| Opus 5 | $0.00044 | $0.00733 |
| Sonnet 5 | $0.00018 | $0.00293 |
| Haiku 4.5 | $0.00009 | $0.00147 |
Grade A, and why
open_desktop_shortcuts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Open Desktop Shortcuts (Windows)
How to invoke in CoPaw (read this first)
- The YAML field
name: open_desktop_shortcutsis the skill folder id for discovery — not a callable tool exposed to the model asopen_desktop_shortcuts(...). - There is no function like
open_desktop_shortcutswith parameters such asshortcut: "微信". Calling that name causesFunctionNotFoundError. - To actually run the steps below, use the built-in tool
execute_shell_commandwith acommandstring containing the PowerShell one-liner (set$MATCHinside that string for a single shortcut). Do not invent another tool name. - Example shape:
execute_shell_command→command: paste the one-liner from Open one shortcut (by name), with$MATCH="微信"or$MATCH="WeChat"depending on the real file BaseName on disk.
Use PowerShell (these snippets are not cmd.exe one-liners). If your shell is cmd, run via powershell -NoProfile -Command "...", or write a .ps1 and run powershell -NoProfile -ExecutionPolicy Bypass -File script.ps1 (see CoPaw Windows shell rules).
Scope
Scripts below search these roots (missing folders are skipped):
| Location | Path source |
|---|---|
| Current user Desktop | [Environment]::GetFolderPath('Desktop') |
| All users / Public Desktop | [Environment]::GetFolderPath('CommonDesktopDirectory') |
| Current user Start Menu → Programs | [Environment]::GetFolderPath('Programs') |
| All users Start Menu Programs | [Environment]::GetFolderPath('CommonPrograms') |
- Recursive under each root (so subfolders under Start Menu are included).
- Files:
*.lnkand*.url(internet shortcuts). For.url, the script usesStart-Processon the file so the system opens the URL like double‑click. - Not covered: Taskbar pins / tiles with no
.lnkin these trees, UWP-only entries, or items outside the four roots above. - Single target only: This skill does not describe “open every shortcut at once”. Each run launches at most one matching file (first hit); do not use it to mass-launch all shortcuts.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 66 lines · 88 tokens per session scan A a764c7eb5920
open_desktop_shortcuts is a skill published in the GitHub repository hyqibot/token-free-openclaw (123 stars, last pushed 20d ago), licensed Apache-2.0. It adds 88 tokens to every session and 1,466 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
add-resend
Add Resend (email) channel integration via Chat SDK.
add-macos-statusbar
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.