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 tta-lab/ttal-cli --skill tell-me-moregit clone --depth 1 https://github.com/tta-lab/ttal-cliWrote 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/tta-lab/ttal-cli/tell-me-more)<a href="https://agentmods.dev/skills/tta-lab/ttal-cli/tell-me-more"><img src="https://agentmods.dev/badge/skills/tta-lab/ttal-cli/tell-me-more/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/tta-lab/ttal-cli/tell-me-more"><img src="https://agentmods.dev/badge/skills/tta-lab/ttal-cli/tell-me-more.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.00019 | $0.00305 |
| Opus 5 | $0.00010 | $0.00152 |
| Sonnet 5 | $0.00004 | $0.00061 |
| Haiku 4.5 | $0.00002 | $0.00030 |
Grade A, and why
tell-me-more 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.
What it actually says
Tell Me More
Overview
When the user asks "tell me more about X", they want you to explain something you just said in more depth. This typically happens during PR reviews, triage, or technical discussions when you used a term or concept the user wants to understand better.
This is NOT a research skill. Don't web search or look things up. Explain from your own knowledge and the conversation context.
How to Respond
- Identify what X refers to — it's usually something you just said or referenced
- Explain it clearly — assume the user is technical but unfamiliar with this specific concept
- Connect it to context — relate it back to the current discussion (the PR, the code, the triage)
- Keep it concise — 2-4 paragraphs max, not a lecture
- Use examples — concrete examples from the current codebase or discussion help most
What NOT to Do
- Don't web search or query external sources — use your own knowledge
- Don't give a textbook definition — relate it to what you're working on
- Don't over-explain — if the user wants more, they'll ask again
- Don't lose the thread — after explaining, return to the task at hand
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 · 31 lines · 19 tokens per session scan A 590635a3b33c
tell-me-more is a skill published in the GitHub repository tta-lab/ttal-cli (23 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 305 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
vercel-cli
Deploy, manage, inspect, and troubleshoot Vercel projects from the command line. Use for Vercel deployments, Vercel Toolbar comments, build failures, projects and teams, environment variables, domains and DNS, logs, metrics, Speed Insights, Core Web Vitals, request traces, usage, activity, alerts, firewall rules…
cli-ux
Use for packages/cli changes that affect command UX, prompts, help, output layout, progress, success, warnings, errors, JSON/stdout/stderr contracts, non-interactive/agent behavior, copy, or tests for those surfaces. Do not load for implementation-only refactors with unchanged CLI surface.
military-commander
A strategy method for coordinating complex work by collecting information, setting priorities, assigning resources, and directing several lines of effort.
plugin-develop
A development guide for adding features to Zhin.js plugins, such as chat commands, AI tools, middleware, scheduled tasks, and console pages. Zhin.js is the plugin system it targets.
init
Write the intention of this project in .hod/PROJECT.md. Use when the user asks to set up this project for a coding agent, when .hod/PROJECT.md holds the text that hod init wrote, or when a task needs the command that installs the dependencies, the command that runs the tests or the command that starts the program and…
deps-upgrade
Raise each dependency of this project to a newer version and keep the tests green. Use when the user asks to upgrade the dependencies, to raise one package to a new version, to bump each version in a manifest, or to remove an old version from a lock file.