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.
git clone --depth 1 https://github.com/takeshy/obsidian-llm-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/commands/takeshy/obsidian-llm-hub/translate)<a href="https://agentmods.dev/commands/takeshy/obsidian-llm-hub/translate"><img src="https://agentmods.dev/badge/commands/takeshy/obsidian-llm-hub/translate/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/commands/takeshy/obsidian-llm-hub/translate"><img src="https://agentmods.dev/badge/commands/takeshy/obsidian-llm-hub/translate.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.00524 |
| Opus 5 | $0.00000 | $0.00262 |
| Sonnet 5 | $0.00000 | $0.00105 |
| Haiku 4.5 | $0.00000 | $0.00052 |
Grade A, and why
translate 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 10d 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.
This is a copy
100% identical to translate — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Translate Documentation Files
Translate the following documentation files to all supported languages:
Target Languages
- de (German)
- es (Spanish)
- fr (French)
- it (Italian)
- ja (Japanese)
- ko (Korean)
- pt (Portuguese)
- zh (Chinese Simplified)
Files to Translate
1. README.md
- Source:
README.md - Targets:
README_de.md,README_es.md,README_fr.md,README_it.md,README_ja.md,README_ko.md,README_pt.md,README_zh.md
2. WORKFLOW_NODES.md
- Source:
WORKFLOW_NODES.md - Targets:
WORKFLOW_NODES_de.md,WORKFLOW_NODES_es.md,WORKFLOW_NODES_fr.md,WORKFLOW_NODES_it.md,WORKFLOW_NODES_ja.md,WORKFLOW_NODES_ko.md,WORKFLOW_NODES_pt.md,WORKFLOW_NODES_zh.md
3. i18n/en.ts
- Source:
src/i18n/en.ts - Targets:
src/i18n/de.ts,src/i18n/es.ts,src/i18n/fr.ts,src/i18n/it.ts,src/i18n/ja.ts,src/i18n/ko.ts,src/i18n/pt.ts,src/i18n/zh.ts
Translation Instructions
- Read the source file and compare with existing translations
- Identify changes - Find sections that are new or modified
- Translate incrementally - Only translate changed/new content, preserve existing translations
- Maintain formatting - Keep markdown structure, code blocks, links, and image references intact
- Technical terms - Keep technical terms like "Obsidian", "Canvas", "YAML", "API", node type names (
command,if,while, etc.) in English - Code examples - Do not translate code, variable names, or file paths inside code blocks
Workflow
For each target language:
- Read the source English file
- Read the existing translation (if exists)
- Compare and identify what needs to be translated
- Translate only the new/changed sections
- Write the updated translation file
Start with one language at a time. Ask which language to translate first, or translate all if specified.
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.
- 10d ago First seen · 48 lines · 0 tokens per session scan A 3f72047bf741
translate is a command published in the GitHub repository takeshy/obsidian-llm-hub (32 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 524 tokens. A static security scan graded it A with 0 findings. It is 100% identical to translate, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
health
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.
forget
Delete a memory permanently. Asks for confirmation first.
graph
Show memories related to a given one — knowledge-graph traversal up to 3 hops.
agents
List registered agents and their last heartbeat. Useful for multi-agent setups.
get
Fetch one memory by UUID or short prefix.
implement
Have Gemini (via agy) implement a task by editing files directly.