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 commands/mytech-today-now/augment-extensions/module-inspectiongit clone --depth 1 https://github.com/mytech-today-now/augment-extensionsWrote 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/mytech-today-now/augment-extensions/module-inspection)<a href="https://agentmods.dev/commands/mytech-today-now/augment-extensions/module-inspection"><img src="https://agentmods.dev/badge/commands/mytech-today-now/augment-extensions/module-inspection.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 | $0.00000 | $0.01747 |
| Opus 5 | $0.00000 | $0.00873 |
| Sonnet 5 | $0.00000 | $0.00349 |
| Haiku 4.5 | $0.00000 | $0.00175 |
Grade A, and why
module-inspection 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Module Inspection Commands
Overview
The Augment CLI provides comprehensive module inspection commands to explore module structure, content, and files. These commands support multiple output formats, advanced filtering, and VS Code integration.
Command Reference
augx show module <module-name> [file-path] [options]
Inspect module structure, content, and files.
Arguments
<module-name>(required) - Name of the module to inspect (e.g.,php-standards,coding-standards/typescript)[file-path](optional) - Path to specific file within module (e.g.,rules/psr-standards.md)
Options
| Option | Type | Default | Description |
|---|---|---|---|
--json |
boolean | false | Output as JSON |
--content |
boolean | false | Display aggregated content from all module files |
--format <format> |
string | text | Output format: json, markdown, text |
--depth <number> |
number | 1 | Recursion depth for submodules (max 5) |
--filter <pattern> |
string | - | Filter files by glob pattern (e.g., *.md) |
--search <term> |
string | - | Search within module content |
--page <number> |
number | - | Page number for paginated output |
--page-size <number> |
number | 10 | Number of items per page |
--secure |
boolean | false | Redact sensitive data (API keys, passwords, tokens) |
--no-cache |
boolean | false | Bypass cache and force fresh read |
--open |
boolean | false | Open file in VS Code editor |
--preview |
boolean | false | Open file in VS Code preview pane |
Usage Examples
Basic Module Overview
Display module metadata and file listing:
augx show module php-standards
Output:
📦 coding-standards/php-standards
Version: 1.0.0
Type: coding-standards
Description: PHP coding standards with PSR compliance
Files (15):
rules/
├── psr-standards.md (12.5 KB)
├── naming-conventions.md (8.3 KB)
└── ...
examples/
└── web-application-example.php (15.2 KB)
Total Size: 156.8 KB
Character Count: ~45,000
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.
- 4d ago First seen · 289 lines · 0 tokens per session scan A d49cd3b27738
module-inspection is a command published in the GitHub repository mytech-today-now/augment-extensions (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,747 tokens. 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-31.
Other commands, from other repositories
test
Run tests and ensure code quality for the Figma Console MCP server.
flow-archive
Run the canonical flow/archive Flow lifecycle.
flow-refresh
Run the canonical flow/refresh Flow lifecycle.
flow-task
Run the canonical flow/task Flow lifecycle.
context-new
Create a new GitHub repository with AllBeads pre-configured.
ui-audit
Comprehensive UI audit for accessibility, consistency, and usability.