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/code-yeongyu/oh-my-openagent/lspnpx skills add code-yeongyu/oh-my-openagent --skill lspgit clone --depth 1 https://github.com/code-yeongyu/oh-my-openagentWrote 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/code-yeongyu/oh-my-openagent/lsp)<a href="https://agentmods.dev/skills/code-yeongyu/oh-my-openagent/lsp"><img src="https://agentmods.dev/badge/skills/code-yeongyu/oh-my-openagent/lsp.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.00027 | $0.00309 |
| Opus 5 | $0.00014 | $0.00154 |
| Sonnet 5 | $0.00005 | $0.00062 |
| Haiku 4.5 | $0.00003 | $0.00031 |
Grade A, and why
lsp 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 6d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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.
- 6d ago First seen · 36 lines · 27 tokens per session scan A 3fab0f09a4df
lsp is a skill published in the GitHub repository code-yeongyu/oh-my-openagent (68,736 stars, last pushed today), with no licence file. It adds 27 tokens to every session and 309 once invoked, about $0.0001 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
watch
Watch a rendered video (whole file or specific ranges) at a chosen fidelity and emit a timestamp-keyed observation report. Observation only — no edits, no verdicts.
running-bug-review-board
Runs real-user QA, manual test plans, UX bug hunts, build sign-off, bug filing, and bug triage for web or iOS/iPadOS apps. Use when asked "QA this", "is this ready to ship?", or similar. Produces P0/P1/P2 bug reports, YES/NO phase sign-off, tracker sync guidance, and an HTML QA dashboard; keeps Interactive BRB triage…
devlab-tech-debt-ops
技术债全生命周期运维:审计分析→建议报告→确认后重构(微观+宏观)→回归验证。覆盖从“发现债务”到“安全消除”的闭环。Triggers on "重构", "技术债", "技术债审计", "audit", "god class 太大", "拆分模块", "refactor", "tech debt", "代码太乱要重构", "tech debt audit".
diag-mysql-deadlock
MySQL 死锁全链诊断。捕获 InnoDB 死锁状态,解析锁链(谁持有什么、谁等待什么), 分类死锁模式(AB-BA / Gap Lock / FK cascade / Auto-Inc),查找当前锁等待和长事务, 输出结构化报告并给出修复建议。支持 MySQL 5.7+ performanceschema 与 5.6 兼容回退。.
diag-mysql-slow-query
MySQL 慢查询全链诊断。开启/分析 slow query log,定位 Top-N 慢 SQL, 用 EXPLAIN 检查执行计划,识别缺失索引、全表扫描、大结果集、锁等待, 输出结构化报告与优化建议。支持 MySQL 5.7+ 与 8.0 performanceschema。.
sdlc-bug-report
Workflow for analyzing bug reports, tracing root causes, and generating structured bug-fix implementation plans with rollback strategies.