Install
$ agentstack add skill-razaib-khan-forgeweave-tool-selector ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Tool Selector
Purpose
Analyze a task and determine the optimal set of tools, MCP actions, APIs, and system capabilities needed to complete it. Prevents using the wrong tool for the job and ensures all required capabilities are available before execution starts.
When to Use
- Starting a complex task that may need multiple tools
- The user asks "what tool should I use for X?"
- A skill or agent needs to determine its tooling requirements
- Before invoking the workflow-orchestrator to plan execution
When Not to Use
- The tool is obvious from the task description
- Only one tool type is relevant (e.g., always "read" for documentation)
- The task is already executing and tools are already selected
Inputs
| Input | Type | Required | Description | |---|---|---|---| | task_description | string | Yes | What needs to be done | | available_tools | array | Yes | Tools, MCP actions, and capabilities available | | constraints | string | No | Any restrictions on tool usage |
Expected Outputs
| Output | Description | |---|---| | Required tools | Ordered list of tools needed | | Tool configuration | Parameters, permissions, or setup needed per tool | | Missing tools | Any required capabilities not available |
Exact Workflow Steps
- Analyze the task to determine what operations are needed (read, write, search, execute, etc.)
- Map each operation to the appropriate available tool
- Verify each selected tool has the required permissions
- Identify any gaps where no available tool covers a needed operation
- Return the tool list with ordering suggestions
Required Checks
- [ ] Every required operation has a corresponding tool
- [ ] Selected tools have necessary permissions
- [ ] No tool is selected for operations it cannot perform
Failure Modes
| Failure Condition | Response | |---|---| | No tool available for a needed operation | Report gap and suggest creating a new tool | | Tool permissions insufficient | Report what permissions need to be added | | Task is too vague to analyze | Ask clarifying questions |
References
| Reference | Path | |---|---| | Available Tools (full registry) | ./skills/tool-selector/references/available-tools.md | | Workflow Orchestrator skill | ../workflow-orchestrator/SKILL.md |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Razaib-khan
- Source: Razaib-khan/ForgeWeave
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.