Source Intelligence
Sweep 28 Aug 2026 · 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

50 pages for command.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

Commands Claude Code CLI · title commands Command line settings Claude Documentation · title claude-science/command-line-settings Commands Claude Tag understands Claude Documentation · title claude-tag/users/commands Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …te to the latest tool versions. Remove any code using the `undo_edit` command. <CodeGroup exclude="shell"> ```python Python # Before tools = [{"type": "text_editor_20250124", "name"… optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …nd again whenever you change models, is a free win. The audit is one command. The [Claude API skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/claude-api-skill) that ships wit… pricing Claude Developer Platform · in the page about-claude/pricing …| 244 tokens | Additional tokens are consumed by: * Command outputs (stdout/stderr) * Error messages * Large file contents See [tool use pricing](https://platform.claude.com/docs/en… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …sh python scripts/migrate.py --verify --backup ``` Do not modify the command or add additional flags. ```` **Analogy:** Think of Claude as a robot exploring a path: * **Narrow bridge with cliffs on… claude-api-skill Claude Developer Platform · in the page agents-and-tools/agent-skills/claude-api-skill …cratch, available through the `/claude-api managed-agents-onboard` subcommand * **Language-specific Managed Agents docs:** Creating persistent agents, starting sessions, streaming events, and handling… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …ential stores, never appear in Skill content. 6. **Identify tools and commands the Skill instructs Claude to invoke.** List all bash commands, file operations, and tool references. Consider the combin… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …a code execution environment where Claude has filesystem access, bash commands, and code execution capabilities. Skills exist as directories on a virtual machine, and Claude interacts with them using… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …token for testing purposes. 1. Run the inspector with the following command. You need Node.js installed on your machine. ```bash npx @modelcontextprotocol/inspector ``` 2. In the sidebar… Edit docker-compose.yaml: increment the integer in the setup service's Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-compose …734c0f695582b4df38f013 entrypoint: ["/setup"] command: - init - --api-url=https://api.anthropic.com - --output=dir:/data… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …- name: hello-mcp image: python:3.13-slim command: ["sh", "-c", "pip install --quiet mcp && python /app/hello_server.py"] volumeMounts: - { name: src,… quickstart Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/quickstart …3e974349ead3286d178da61d291961182ec3fe9c505e1dd02c8ac31b0 command: tunnel --no-autoupdate run --url http://localhost:8080 environment: - TUNNEL_TOKEN… reference Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/reference …as the `setup` binary. Run it with `docker compose run --rm setup <subcommand>` (Compose) or rely on the chart's hooks and CronJobs (Helm). ### `setup init` Attaches to an existing tunnel (or create… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …{ "name": "run_bash", "description": "Run a bash command", "input_schema": { "type": "object", "properties": {"command": {"type": "string"}},… bash-tool Claude Developer Platform · in the page agents-and-tools/tool-use/bash-tool …ts-and-tools/tool-use/bash-tool description: Let Claude request shell commands that your application runs in a persistent bash session and returns as tool results. --- <Note> For how zero data rete… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …data, create visualizations, perform complex calculations, run system commands, create and edit files, and process uploaded files directly within the API conversation. The code execution tool allows C… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …rms of service. </Warning> In some circumstances, Claude will follow commands found in content even when they conflict with your instructions. For example, instructions on webpages or contained in im… how-tool-use-works Claude Developer Platform · in the page agents-and-tools/tool-use/how-tool-use-works …ndful of common operations (managing scratchpad memory, running shell commands, editing files, controlling a desktop or a browser), Anthropic publishes the tool schema and your application handles exe… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …oolu_01C4D5E6F7G8H9I0J1K2L3M4", "name": "memory", "input": { "command": "view", "path": "/memories" } } ``` **3. Your application returns the directory contents:** ```json { "type":… overview Claude Developer Platform · in the page agents-and-tools/tool-use/overview …laude.com/docs/en/agents-and-tools/tool-use/bash-tool"> Run shell commands in a persistent session that maintains state. </Card> <Card title="Text editor tool" icon="edit" href="https://platf… parallel-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/parallel-tool-use …# This end-to-end test flow doesn't translate well to a one-off shell command. # See the SDK tabs for the full flow. The underlying HTTP request is a standard # tool use request with multiple tool… Process results programmatically Claude Developer Platform · in the page agents-and-tools/tool-use/programmatic-tool-calling …* They can contain any content, including code snippets or executable commands that may be processed by the execution environment. * **Validate external tool results:** If your tool returns data from… server-tools Claude Developer Platform · in the page agents-and-tools/tool-use/server-tools …se", "id": "toolu_01PjgRJLbXrXEMZwDNYLnBqk", "name": "run_command", "input": { "command": "uname -a" } } ] } ``` To continue the turn, run the client tools and send a user mes… text-editor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/text-editor-tool …and edit files, and handle its view, str_replace, create, and insert commands. --- <Note> For how zero data retention (ZDR) applies to this feature, see [API and data retention](https://platform.c… tool-combinations Claude Developer Platform · in the page agents-and-tools/tool-use/tool-combinations …The text editor reads and modifies files; bash runs tests and build commands. This is the canonical software-development loop: inspect the code, make an edit, run the tests, repeat. Both tools are c… Admin Claude Developer Platform · in the page api/admin …explicitly activated — the model (or the user, via the skill's slash command) invokes it, reading its instructions into context as part of that activation. Skills that are merely installed or listed… Analytics Claude Developer Platform · in the page api/admin/analytics …explicitly activated — the model (or the user, via the skill's slash command) invokes it, reading its instructions into context as part of that activation. Skills that are merely installed or listed… Plugins Claude Developer Platform · in the page api/admin/analytics/plugins …d-party Claude Code plugins (redacted at the source) and Cowork slash commands that carry only a hashed id. - `product: optional string or null` Product that produced this row's activity:… Get Plugin Usage Claude Developer Platform · in the page api/admin/analytics/plugins/list …d-party Claude Code plugins (redacted at the source) and Cowork slash commands that carry only a hashed id. - `product: optional string or null` Product that produced this row's activity:… Skills Claude Developer Platform · in the page api/admin/analytics/skills …explicitly activated — the model (or the user, via the skill's slash command) invokes it, reading its instructions into context as part of that activation. Skills that are merely installed or listed… Get Skill Usage Claude Developer Platform · in the page api/admin/analytics/skills/list …explicitly activated — the model (or the user, via the skill's slash command) invokes it, reading its instructions into context as part of that activation. Skills that are merely installed or listed… Agents Claude Developer Platform · in the page api/beta/agents …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user'\''s task end to end.", "tools": [ { "t… Archive Agent Claude Developer Platform · in the page api/beta/agents/archive …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [ {… Create Agent Claude Developer Platform · in the page api/beta/agents/create …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user'\''s task end to end.", "tools": [ { "t… List Agents Claude Developer Platform · in the page api/beta/agents/list …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Get Agent Claude Developer Platform · in the page api/beta/agents/retrieve …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [ {… Update Agent Claude Developer Platform · in the page api/beta/agents/update …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user'\''s task end to end.", "version": 1 }' ``` ### Response… Versions Claude Developer Platform · in the page api/beta/agents/versions …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… List Agent Versions Claude Developer Platform · in the page api/beta/agents/versions/list …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Sessions Claude Developer Platform · in the page api/beta/sessions …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Archive Session Claude Developer Platform · in the page api/beta/sessions/archive …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Create Session Claude Developer Platform · in the page api/beta/sessions/create …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… List Sessions Claude Developer Platform · in the page api/beta/sessions/list …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs":… Get Session Claude Developer Platform · in the page api/beta/sessions/retrieve …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Update Session Claude Developer Platform · in the page api/beta/sessions/update …: "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.", "tools": [ { "configs": [… Compliance API Claude Developer Platform · in the page api/compliance …settings were updated or deleted on Anthropic servers. - `"claude_command_created"` Command was created. - `"claude_command_deleted"` Command was deleted. - `"claude_command_replac… Activities Claude Developer Platform · in the page api/compliance/activities …settings were updated or deleted on Anthropic servers. - `"claude_command_created"` Command was created. - `"claude_command_deleted"` Command was deleted. - `"claude_command_replac… Query compliance activities Claude Developer Platform · in the page api/compliance/activities/list …settings were updated or deleted on Anthropic servers. - `"claude_command_created"` Command was created. - `"claude_command_deleted"` Command was deleted. - `"claude_command_replac…