Default Tools banner
OpenHands OpenHands

Default Tools

Development community

Description

--- # This is a repo microagent that is always activated # to include necessary default tools implemented with MCP name: default-tools type: repo version: 1.0.0 agent: CodeActAgent mcp_tools: stdio_servers: - name: "fetch" command: "uvx" args: ["mcp-server-fetch"] # We leave the body empty because MCP tools will automatically add the # tool description for LLMs in tool calls, so there's no need to add extra descriptions. ---

Installation

Installs to ~/.claude/skills/openhands-openhands-default-tools/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-default-tools && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/default-tools.md -o ~/.claude/skills/openhands-openhands-default-tools/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository