tool-advisor
v3.5.1Meta-skill that discovers your full tool environment (MCP servers, skills, plugins, CLI) and suggests optimal tool compositions as non-binding options. Amplifies prompts with capability awareness; never replaces model judgment.
By dragon1086License: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tool-advisor for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add tool-advisor@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tool-advisor” remain stable.
- Codex:
tool-advisor@agent-plugin-marketplace→tool-advisor@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dragon1086/claude-skills/.
Plugin files
├── .codex-plugin/plugin.json└── skills/tool-advisor/SKILL.md
Included Skills1
Discovers your full tool environment and amplifies prompts with capability awareness. Suggests optimal tool compositions as non-binding options. Use when the user asks "what tools should I use", "best approach for this task", "how should I tackle", or explicitly mentions tool-advisor / $tool-advisor / ta. Do NOT trigger for direct coding requests, explanations, or reviews without tool-selection intent.
Plugin manifests1
{
"name": "tool-advisor",
"version": "3.5.1",
"description": "Meta-skill that discovers your full tool environment (MCP servers, skills, plugins, CLI) and suggests optimal tool compositions as non-binding options. Amplifies prompts with capability awareness; never replaces model judgment.",
"author": {
"name": "dragon1086",
"url": "https://github.com/dragon1086"
},
"homepage": "https://github.com/dragon1086/claude-skills",
"repository": "https://github.com/dragon1086/claude-skills",
"license": "MIT",
"keywords": [
"openai-codex",
"codex-cli",
"codex-plugin",
"tool-advisor",
"meta-skill",
"tool-selection",
"workflow",
"productivity",
"discovery",
"amplifier"
],
"skills": "./skills/",
"interface": {
"displayName": "Tool Advisor",
"shortDescription": "Discover tools and suggest best workflows",
"longDescription": "Tool Advisor is a read-only meta-skill that scans your active environment — MCP servers, skills, plugins, CLI tools — and produces up to three ranked approach options (Methodical / Fast / Deep) for any task, with a Quick Action table of copy-paste first steps. Iron rules prevent advisor-to-executor drift: it never edits, installs, or executes. Designed as a cross-agent amplifier for Claude Code and Codex power users who want faster, better-informed tool selection without giving up control.",
"developerName": "dragon1086",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/dragon1086/claude-skills",
"privacyPolicyURL": "https://github.com/dragon1086/claude-skills/blob/main/LICENSE",
"termsOfServiceURL": "https://github.com/dragon1086/claude-skills/blob/main/LICENSE",
"defaultPrompt": [
"Use $tool-advisor to analyze this task and suggest the best tool composition.",
"tool-advisor, how should I tackle this refactor?",
"What's the best approach for this migration? Use tool-advisor."
],
"brandColor": "#0F766E"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tool-advisor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tool-advisor)