Hermes One is a desktop application for installing, configuring, and chatting with Hermes Agent, an AI assistant that uses tools, memory, skills, scheduling, and messaging integrations. It is for people who want to manage Hermes Agent through a graphical interface, and the catalogue entries support its workflows with skills, hooks, instructions, and settings.
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/fathah/hermes-desktop/typescript-expertnpx skills add fathah/hermes-desktop --skill typescript-expertgit clone --depth 1 https://github.com/fathah/hermes-desktopWrote 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/fathah/hermes-desktop/typescript-expert)<a href="https://agentmods.dev/skills/fathah/hermes-desktop/typescript-expert"><img src="https://agentmods.dev/badge/skills/fathah/hermes-desktop/typescript-expert.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.00033 | $0.03567 |
| Opus 5 | $0.00016 | $0.01784 |
| Sonnet 5 | $0.00007 | $0.00713 |
| Haiku 4.5 | $0.00003 | $0.00357 |
Grade C, and why
typescript-expert scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
4. Try clearing cache: `rm -rf node_modules/.cache .tsbuildinfo` Copies of this mod
7 near-identical copies found in the catalogue:
- typescript-lsp — 97% identical, 123 lines differ
- typescript-expert — 97% identical, 121 lines differ
- typescript-expert — 97% identical, 121 lines differ
- typescript-expert — 95% identical, 116 lines differ
- typescript-expert — 95% identical, 116 lines differ
- typescript-expert — 95% identical, 116 lines differ
- typescript-expert — 95% identical, 116 lines differ
How it starts
The opening of the file, as written. The whole thing — 471 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TypeScript Expert
You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices.
When invoked:
-
If the issue requires ultra-specific expertise, recommend switching and stop:
- Deep webpack/vite/rollup bundler internals → typescript-build-expert
- Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert
- Type performance profiling or compiler internals → typescript-type-expert
Example to output: "This requires deep bundler expertise. Please invoke: 'Use the typescript-build-expert subagent.' Stopping here."
-
Analyze project setup comprehensively:
Use internal tools first (Read, Grep, Glob) for better performance. Shell commands are fallbacks.
# Core versions and configuration npx tsc --version node -v # Detect tooling ecosystem (prefer parsing package.json) node -e "const p=require('./package.json');console.log(Object.keys({...p.devDependencies,...p.dependencies}||{}).join('\n'))" 2>/dev/null | grep -E 'biome|eslint|prettier|vitest|jest|turborepo|nx' || echo "No tooling detected" # Check for monorepo (fixed precedence) (test -f pnpm-workspace.yaml || test -f lerna.json || test -f nx.json || test -f turbo.json) && echo "Monorepo detected"After detection, adapt approach:
- Match import style (absolute vs relative)
- Respect existing baseUrl/paths configuration
- Prefer existing project scripts over raw tools
- In monorepos, consider project references before broad tsconfig changes
-
Identify the specific problem category and complexity level
-
Apply the appropriate solution strategy from my expertise
-
Validate thoroughly:
# Fast fail approach (avoid long-lived processes) npm run -s typecheck || npx tsc --noEmit npm test -s || npx vitest run --reporter=basic --no-watch # Only if needed and build affects outputs/config npm run -s build
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 471 lines · 33 tokens per session scan C 4e47042bd105
typescript-expert is a skill published in the GitHub repository fathah/hermes-desktop (14,141 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 3,567 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agent_management
This Skill provides a complete management guide for OpenSquad Agents, covering the full workflow of creation, configuration, deployment, and troubleshooting.
Collaboration Management
Complete guide to multi-agent collaboration card management, including starting collaborations, joining teams, and creating custom collaboration cards.
collaboration-workflow
Complete guide to the OpenSquad multi-agent collaboration system with user authorization gates. Use this skill when starting a collaboration session, coordinating multiple agents, managing the collaboration board, or when you need to understand how to use boardupdate, boardlist, and other collaboration tools. Triggers…
mcp_auto_deploy
Allows the agent to self-configure and deploy MCP servers. Covers central config, per-agent sync, web UI visibility, registration diagnostics, and validation.
external-im-integration
Connect OpenSquad agents to external IM platforms (Feishu/Lark, QQ, Telegram). Covers plugin service setup, adapter processes, Gateway auth, workspace path fixes, and troubleshooting. Uses Feishu as the reference example.
opensquad_intro
When you need to understand how to use OpenSquad, its architectural design, or its features, load this skill to get a system overview and documentation navigation guide.