---
title: "tool-map"
description: "Cross-platform inventory of CLI tools, scripts, and MCP servers installed on the user's machine. Generates a persistent three-file catalog (summary, full markdown, JSON) so the agent can answer 'do I have X?', 'where is "
canonical: https://agentpluginsdirectory.com/plugins/tool-map
last-updated: 2026-09-09
---

# tool-map
Cross-platform inventory of CLI tools, scripts, and MCP servers installed on the user's machine. Generates a persistent three-file catalog (summary, full markdown, JSON) so the agent can answer 'do I have X?', 'where is Y?', 'how do I run Z?' without re-scanning the filesystem every session.
- Slug: tool-map
- Publisher: antianqi
- Repository: https://github.com/MiniMax-AI/MiniMax-Code-Plugins
- Manifest: plugins/antianqi/tool-map/plugin.json
- Version: 0.2.0
- License: Apache-2.0
- Category (editorial): other
- Skills: 1 (tool-map)
- MCP servers: 0
- Stars: 9
- Repository created: 2026-08-17
- Repository last pushed: 2026-09-09
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/tool-map
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What tool-map does, in the publisher's words

> A cross-platform inventory of CLI tools, scripts, and MCP servers installed on the user's machine. Generates a persistent three-file catalog (lightweight summary, full markdown, machine JSON) so the agent can answer "do I have X?", "where is Y?", "how do I run Z?" without re-scanning the filesystem every session.

After installing the Plugin, the agent will activate the tool-map Skill on any question about installed tools. On the first session, ask the agent to read the summary, or trigger a refresh:

The first invocation generates ${PLUGIN_DATA}/tools.summary.md, ${PLUGIN_DATA}/tools.md, and ${PLUGIN_DATA}/tools.json (one node process, typically under 2 seconds). Subsequent turns read the summary without re-scanning.

- skills/tool-map/SKILL.md: tells the agent to consult the cached summary on session start, refresh only when needed, and how to invoke the scanner.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MiniMax-AI/MiniMax-Code-Plugins/HEAD/plugins/antianqi/tool-map/README.md

## Skills

- tool-map: Cross-platform inventory of CLI tools, scripts, and MCP servers installed on the user's machine. Use when the user asks what is installed, where a tool lives, or how to run something, read the cached summary first instead of re-walking the filesystem. Refresh the catalog with the bundled scan.mjs o…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
