·tooluniverse-custom-tool
</>

tooluniverse-custom-tool

Add custom local tools to ToolUniverse and use them alongside the 1000+ built-in tools. Use this skill when a user wants to: create their own tool for a private or custom API, add a local tool to their workspace, integrate an internal service with ToolUniverse, or use a custom tool via the MCP server or Python API. Covers both the JSON config approach (easiest, no Python needed) and the Python class approach (full control). Also covers how to verify tools loaded correctly and how to call them. Also covers the plugin package approach for reusable, shareable, pip-installable tool sets.

28Installs·3Trend·@mims-harvard

Installation

$npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-custom-tool

How to Install tooluniverse-custom-tool

Quickly install tooluniverse-custom-tool AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-custom-tool
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mims-harvard/tooluniverse.

SKILL.md

View raw

Three ways to add tools — pick the one that fits your needs:

| JSON config | REST API with standard request/response — no coding needed | | Python class (workspace) | Custom logic for local/private use only | | Plugin package | Reusable tools you want to share or install via pip |

Tools in .tooluniverse/tools/ are auto-discovered at startup. No installation needed.

Add custom local tools to ToolUniverse and use them alongside the 1000+ built-in tools. Use this skill when a user wants to: create their own tool for a private or custom API, add a local tool to their workspace, integrate an internal service with ToolUniverse, or use a custom tool via the MCP server or Python API. Covers both the JSON config approach (easiest, no Python needed) and the Python class approach (full control). Also covers how to verify tools loaded correctly and how to call them. Also covers the plugin package approach for reusable, shareable, pip-installable tool sets. Source: mims-harvard/tooluniverse.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-custom-tool
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-11

Browse more skills from mims-harvard/tooluniverse

Quick answers

What is tooluniverse-custom-tool?

Add custom local tools to ToolUniverse and use them alongside the 1000+ built-in tools. Use this skill when a user wants to: create their own tool for a private or custom API, add a local tool to their workspace, integrate an internal service with ToolUniverse, or use a custom tool via the MCP server or Python API. Covers both the JSON config approach (easiest, no Python needed) and the Python class approach (full control). Also covers how to verify tools loaded correctly and how to call them. Also covers the plugin package approach for reusable, shareable, pip-installable tool sets. Source: mims-harvard/tooluniverse.

How do I install tooluniverse-custom-tool?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-custom-tool Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mims-harvard/tooluniverse