use-tools

use-tools is a command for coding agents from nirholas/three.ws. It costs 31 tokens per session (1,674 once invoked), scanned A, original, Apache-2.0.

A command that prints runnable code examples for calling tools from the three.ws MCP server. MCP lets an AI client or application connect to external tools.

In plain words
What is it for?
Use it to get example calls for listed services such as 3D generation, avatar creation, token snapshots, sentiment checks, or key generation.
Why use it?
It removes the need to work out each tool's input format, price, and output handling from scratch.

Command

Part of the three-ws-developer plugin — 3 commands shipped together

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/nirholas/three.ws/use-tools
Clone the repo
git clone --depth 1 https://github.com/nirholas/three.ws

Or install three-ws-developer, the plugin that ships this one along with the rest of its 3 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 use-tools

README.md
[![agentmods](https://agentmods.dev/badge/commands/nirholas/three.ws/use-tools.svg)](https://agentmods.dev/commands/nirholas/three.ws/use-tools)
Your own site
<a href="https://agentmods.dev/commands/nirholas/three.ws/use-tools"><img src="https://agentmods.dev/badge/commands/nirholas/three.ws/use-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,674 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.00031 $0.01674
Opus 5 $0.00015 $0.00837
Sonnet 5 $0.00006 $0.00335
Haiku 4.5 $0.00003 $0.00167

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

Security

Grade A, and why

use-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 yesterday.

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.

marketplace/plugins/three-ws-developer/commands/use-tools.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are producing a working code example for a specific three.ws MCP tool. $ARGUMENTS is the tool name the user wants to use. If blank, show a menu of all tools.

Tool catalog

Tool Price Input Output
forge_free Free { prompt: string, tier?: 'draft'|'standard'|'high' } Textured GLB glbUrl + viewer preview — free NVIDIA NIM (TRELLIS) text→3D, no payment
mesh_forge $0.25 { prompt?: string, image_url?: string } Textured GLB glbUrl, viewer preview, directedPrompt, timing
rig_mesh $0.20 { glb_url: string } riggedGlbUrl + pose-studio link
text_to_avatar $0.15 { prompt?: string, image_urls?: string[] } Avatar GLB URL, model version, prediction id
get_pose_seed $0.001 { prompt: string } Pose map with Euler rotations (radians) + previewUrl
pump_snapshot $0.005 { mint: string } USD price, 24h volume, holders, metadata, bundle signals
sentiment_pulse $0.003 { mint: string, snippets?: string[] } Overall + per-source sentiment with examples
vanity_grinder $0.05 { prefix: string, suffix?: string } Solana keypair whose address starts with prefix
aixbt_intel $0.01 { category?: string, chain?: string } aixbt narrative-intelligence items
aixbt_projects $0.01 { names?: string[], chain?: string } Momentum-ranked projects with market metrics
agent_reputation $0.01 { agentId: string, chainId?: number } Reputation score, stake, recent ReputationRegistry events
agent_delegate_action $0.01 { agentId: string, message: string } The delegated agent's response
ens_sns_resolve $0.0005 { name: string } Resolved ENS (.eth) / SNS (.sol) address
agenc_list_tasks $0.001 { creator: string, cluster?: string } A wallet's on-chain AgenC tasks
agenc_get_task $0.001 { taskPda?: string, creator?: string, taskId?: string } Task state + lifecycle timeline
agenc_get_agent $0.001 { agentPda?: string, agentId?: string } An AgenC agent's on-chain registration

Read the full file on GitHub · 107 lines

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. yesterday First seen · 107 lines · 31 tokens per session scan A e7c635a27f33

Subscribe to this mod's changes

use-tools is a command published in the GitHub repository nirholas/three.ws (110 stars, last pushed today), licensed Apache-2.0. It adds 31 tokens to every session and 1,674 once invoked, about $0.0002 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-03.