workspace-tools

workspace-tools is a skill for Claude Code from vanzan01/claude-agent-sdk-starter. It costs 24 tokens per session (164 once invoked), scanned A, original, MIT.

Workspace inspection tools that show the files and folders in a local coding project, including a limited directory tree.

In plain words
What is it for?
Use them to list folders, inspect a chosen path to a set depth, identify large folders, and output the results as JSON.
Why use it?
They help you quickly understand an unfamiliar project and find where to work without opening every file.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use them to list folders, inspect a chosen path to a set depth, identify large folders, and output the results as JSON.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vanzan01/claude-agent-sdk-starter/workspace-tools
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.

Any agent
npx skills add vanzan01/claude-agent-sdk-starter --skill workspace-tools
Clone the repo
git clone --depth 1 https://github.com/vanzan01/claude-agent-sdk-starter

Made for: Claude Code.

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 workspace-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanzan01/claude-agent-sdk-starter/workspace-tools.svg)](https://agentmods.dev/skills/vanzan01/claude-agent-sdk-starter/workspace-tools)
Your own site
<a href="https://agentmods.dev/skills/vanzan01/claude-agent-sdk-starter/workspace-tools"><img src="https://agentmods.dev/badge/skills/vanzan01/claude-agent-sdk-starter/workspace-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00024 $0.00164
Opus 5 $0.00012 $0.00082
Sonnet 5 $0.00005 $0.00033
Haiku 4.5 $0.00002 $0.00016

Measured 8d ago against content hash 529b1f488b2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

workspace-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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/list-directory/list-directory.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/workspace-tools/SKILL.md · 19 lines

What it actually says

Tools

list-directory

  • Purpose: Print a depth-limited directory tree as JSON for the current working directory or a target path.
  • Usage:
    • ./scripts/list-directory/list-directory (defaults to current directory, depth 2)
    • ./scripts/list-directory/list-directory --path ./src --depth 3
  • Flags:
    • --path <path>: Directory to scan (default: ., relative paths are resolved from cwd)
    • --depth <number>: How deep to recurse (default: 2)
    • --json: Emit compact JSON instead of pretty output
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 19 lines · 24 tokens per session scan A 529b1f488b2e

Subscribe to this mod's changes

workspace-tools is a skill published in the GitHub repository vanzan01/claude-agent-sdk-starter (9 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 164 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-31.

Related

Other skills, from other repositories

frontmcp-deployment

Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…

agentfront/frontmcp · 210 tokens

pipefy-ai-agents

Use this skill when the user wants to create, read, update, delete, or troubleshoot AI agents (conversational agents with behaviors). Covers 7 MCP tools including pre-flight validation, plus pipe-scoped knowledge bases (list, plain text/document/data lookup CRUD, access probe) attached via dataSourceIds. For…

pipefy/ai-toolkit · 84 tokens

huawei-ecs

Use when creating, configuring, managing, or troubleshooting ECS instances on Huawei Cloud. Covers instance creation (hcloud ECS CreateServers), flavor selection, image management, security groups, EIP binding, disk attachment, auto-scaling (AS), and troubleshooting. Triggers on: ECS, instance, flavor, image, security…

huaweicloud/huaweicloud-devkit · 171 tokens

huawei-rds

Use when creating, configuring, managing, or troubleshooting RDS instances on Huawei Cloud. Covers MySQL, PostgreSQL, SQL Server. Triggers: RDS, MySQL, PostgreSQL, database instance, backup, read replica. NOT for: GaussDB (use huawei-gaussdb), DDS (use huawei-dds-dcs).

huaweicloud/huaweicloud-devkit · 76 tokens

pipefy-automations

Use this skill when the user wants to create, read, update, or delete traditional automations (if/then rules) or AI automations (prompt-driven). Covers 16 MCP tools. For AI agents (conversational), see skills/ai-agents/.

pipefy/ai-toolkit · 60 tokens

huawei-cce

Use when creating or managing CCE Kubernetes clusters. Covers cluster creation, node pools, SWR registry, autoscaling. Triggers: CCE, Kubernetes, K8s, cluster, node pool, container, SWR. NOT for: serverless functions (use huawei-functiongraph), serverless containers (use huawei-cce for CCI redirect).

huaweicloud/huaweicloud-devkit · 78 tokens