all-tools

all-tools is a command for coding agents from davepoon/buildwithclaude. It costs 5 tokens per session (237 once invoked), scanned A, original, MIT.

A command that lists the development tools available in the current coding-agent session, including each tool's function signature and purpose.

In plain words
What is it for?
Use it to inspect the session's tool inventory and plan work that depends on particular development tools.
Why use it?
It gives developers a quick reference when they do not know which tools are available or how to call them.

Command

Part of the all-commands plugin — 23 commands shipped together

About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,415 stars · on GitHub

Install

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.

agentmods
npx agentmods add commands/davepoon/buildwithclaude/all-tools
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Or install all-commands, the plugin that ships this one along with the rest of its 23 commands.

Wrote 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.

agentmods badge for all-tools

README.md
[![agentmods](https://agentmods.dev/badge/commands/davepoon/buildwithclaude/all-tools.svg)](https://agentmods.dev/commands/davepoon/buildwithclaude/all-tools)
Your own site
<a href="https://agentmods.dev/commands/davepoon/buildwithclaude/all-tools"><img src="https://agentmods.dev/badge/commands/davepoon/buildwithclaude/all-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 237 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00005 $0.00237
Opus 5 $0.00003 $0.00118
Sonnet 5 $0.00001 $0.00047
Haiku 4.5 $0.00001 $0.00024

Measured today against content hash 50c224ce4f3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

all-tools 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 today.

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.

plugins/all-commands/commands/all-tools.md · 36 lines

What it actually says

Display All Available Development Tools

Display all available development tools

Command originally created by IndyDevDan (YouTube: https://www.youtube.com/@indydevdan) / DislerH (GitHub: https://github.com/disler)

Instructions

Display all available tools from your system prompt in the following format:

  1. List each tool with its TypeScript function signature
  2. Include the purpose of each tool as a suffix
  3. Use double line breaks between tools for readability
  4. Format as bullet points for clear organization

The output should help developers understand:

  • What tools are available in the current Claude Code session
  • The exact function signatures for reference
  • The primary purpose of each tool

Example format:

• functionName(parameters: Type): ReturnType - Purpose of the tool

• anotherFunction(params: ParamType): ResultType - What this tool does

This command is useful for:

  • Quick reference of available capabilities
  • Understanding tool signatures
  • Planning which tools to use for specific tasks
Changes

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.

  1. today First seen · 36 lines · 5 tokens per session scan A 50c224ce4f3d

Subscribe to this mod's changes

all-tools is a command published in the GitHub repository davepoon/buildwithclaude (3,415 stars, last pushed today), licensed MIT. It adds 5 tokens to every session and 237 once invoked, about $0.0000 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-09-05.