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 agentmods add skills/kevinaimonster/skill-hub/linux-helpernpx skills add kevinaimonster/skill-hub --skill linux-helpergit clone --depth 1 https://github.com/kevinaimonster/skill-hubWrote 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/kevinaimonster/skill-hub/linux-helper)<a href="https://agentmods.dev/skills/kevinaimonster/skill-hub/linux-helper"><img src="https://agentmods.dev/badge/skills/kevinaimonster/skill-hub/linux-helper.svg" alt="Measured on agentmods" 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.00176 | $0.02634 |
| Opus 5 | $0.00088 | $0.01317 |
| Sonnet 5 | $0.00035 | $0.00527 |
| Haiku 4.5 | $0.00018 | $0.00263 |
Grade F, and why
linux-helper scanned grade F with 5 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 5d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
```bash 你的命令 ``` ### 参数解释 - `参数1`:解释 - `参数2`:解释 ### 示例输出 ``` 预期的命令输出(如适用) ``` ### 注意事项 - [安全提醒] - [版本差异] ``` ### Shell 脚本输出 ``` ## 脚本 ```bash #!/bin/bash # 脚本说明:[用途] # 用法:bash script.sh [参数] # 关键逻辑注释 你的脚本代码 ``` ### Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| 添加sudo权限 | `usermod -aG sudo username` | Ubuntu | Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
| `wget \| bash` | 执行未审查的远程脚本 | 先下载审查,再执行 | Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
1. **安全第一**:危险命令必须警告(rm -rf、chmod 777、dd 等),给出安全替代 Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `wget \| bash` | 执行未审查的远程脚本 | 先下载审查,再执行 | The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 5d ago First seen · 256 lines · 176 tokens per session scan F 4a46481c20c5
linux-helper is a skill published in the GitHub repository kevinaimonster/skill-hub (3 stars, last pushed 5mo ago), with no licence file. It adds 176 tokens to every session and 2,634 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it F with 5 findings (hidden instructions, asks for root, downloads and executes remote code). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
bailian-train-deploy
用百炼 CLI (bl) 走完"数据→微调训练→导出→部署→调用"的完整闭环,或跳过训练直接部署基座模型。支持文本模型(SFT/DPO/CPT)、音频 TTS 模型(CosyVoice)、图像生成模型(Wan2.7)和视频生成模型(Wan i2v/kf2v)微调。涵盖数据集校验/上传、创建微调任务、等待训练、导出最佳 checkpoint、创建推理部署、等待就绪、给出调用示例。当用户提到在百炼 / DashScope / 阿里云模型工作室上"训练模型""微调""fine-tune""finetune""部署模型""模型上线""把微调模型跑起来/调用""训练一个推理模型""继续预训练""LoRA/SFT/DPO…
vox-video-director
Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end with Aliyun Bailian CLI + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…
cre-asset-management
CRE Asset Management analysis suite — 9 specialist skills for post-acquisition multifamily operations including annual budgeting, monthly variance analysis, rent collection, renewal decisions, lease-up tracking, capex execution, NOI improvement, hold/sell/refi scenario analysis, and quarterly asset review memos.
web-meta-framework-sveltekit
SvelteKit full-stack framework - file-based routing, load functions, form actions, server hooks, SSR/SSG, API routes, streaming, progressive enhancement.
cre-document-ingestion
CRE Document Ingestion suite — 4 specialist skills for classifying and extracting structured data from deal documents including rent rolls, T-12 financials, and offering memoranda.
ai-provider-mistral-sdk
Official Mistral AI TypeScript SDK patterns — client setup, chat completions, streaming, function calling, structured outputs, embeddings, vision, Codestral FIM, and production best practices.