agentsclimarketplace

Tool selector

Skill Razaib-khan/ForgeWeave/src/forgeweave/templates/claude/.claude/skills/tool-selector

Behavioral execution framework for AI agents — define deterministic, portable skills & agents across OpenCode, Claude Code, Gemini CLI, and Qwen Code.

Install
npx -y skills add Razaib-khan/ForgeWeave --skill tool-selector

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Determines which tools, APIs, MCP actions, or system capabilities are required for a given task

SKILL.md

2.5 KB, as published. Nobody here has run it

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

InputTypeRequiredDescription
task_descriptionstringYesWhat needs to be done
available_toolsarrayYesTools, MCP actions, and capabilities available
constraintsstringNoAny restrictions on tool usage

Expected Outputs

OutputDescription
Required toolsOrdered list of tools needed
Tool configurationParameters, permissions, or setup needed per tool
Missing toolsAny required capabilities not available

Exact Workflow Steps

  1. Analyze the task to determine what operations are needed (read, write, search, execute, etc.)
  2. Map each operation to the appropriate available tool
  3. Verify each selected tool has the required permissions
  4. Identify any gaps where no available tool covers a needed operation
  5. 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 ConditionResponse
No tool available for a needed operationReport gap and suggest creating a new tool
Tool permissions insufficientReport what permissions need to be added
Task is too vague to analyzeAsk clarifying questions

References

ReferencePath
Available Tools (full registry)./skills/tool-selector/references/available-tools.md
Workflow Orchestrator skill../workflow-orchestrator/SKILL.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.