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 alex-alecu/garden-desk --skill terminal-commandsgit clone --depth 1 https://github.com/alex-alecu/garden-deskWrote 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/alex-alecu/garden-desk/terminal-commands)<a href="https://agentmods.dev/skills/alex-alecu/garden-desk/terminal-commands"><img src="https://agentmods.dev/badge/skills/alex-alecu/garden-desk/terminal-commands/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/alex-alecu/garden-desk/terminal-commands"><img src="https://agentmods.dev/badge/skills/alex-alecu/garden-desk/terminal-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00000 | $0.00247 |
| Opus 5 | $0.00000 | $0.00123 |
| Sonnet 5 | $0.00000 | $0.00049 |
| Haiku 4.5 | $0.00000 | $0.00025 |
Grade A, and why
terminal-commands 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.
What it actually says
When To Use
Use bash for a direct, one-step command: moving or renaming a file, checking an exit code, running an installed program. Prefer Python or Node for parsing, control flow, or anything with more than one step of logic.
Find The Files
list already returns the recursive tree under a guest path; use it instead of a shell listing.
Recipe
find /source -iname "*.csv"
Use exact paths you have already seen; an empty result means no match.
Verify
Check the exit code and the actual output text before you treat a command as successful.
Gotchas
grepand shell text search do not reach inside XLSX, DOCX, or PDF; they are compressed containers. Read them with a Python program instead./sourceholds the selected folder;/workspaceholds your generated work.- For output too long to show inline, the tool result names the saved file's path; read that with
readorgrep.
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 · 31 lines · 0 tokens per session scan A 2de802fe320b
terminal-commands is a skill published in the GitHub repository alex-alecu/garden-desk (6 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 247 tokens. 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-31.
Other skills, from other repositories
tiktok-video
A workflow for making vertical short videos for TikTok or Douyin from a written request. It creates a storyboard, voiceover, word-timed karaoke captions, background music, and a 1080×1920 MP4 video.
tc-doctor
Diagnose and fix tinycode environment issues — Ollama install, model health, tool-call capability, directories, agents, skills, connectivity, and container health.
mcp-setup
Configure MCP servers via a guided menu — curated bundles (Context7, Exa, Filesystem, GitHub) or a custom stdio/HTTP server — using tinycode mcp add, with scope control, verification, and troubleshooting guidance.
ai-portable-setup
Erstellt einen portablen KI-Arbeitsbereich auf einem USB-Stick oder beliebigen Laufwerk. RAG-Pipeline mit lokalen LLM-Modellen (Ollama), Vektordatenbank (ChromaDB) und vorkonfigurierten Prompts.
trace
Evidence-driven causal tracing with competing hypotheses, ranked evidence, and discriminating probes.
ai-slop-cleaner
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode.