toolfactory
v0.3.1Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.
By GoatInAHatLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 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 toolfactory for Codex and Claude Code
codex plugin marketplace add GoatInAHat/toolfactory
codex plugin marketplace upgrade toolfactory
codex plugin add toolfactory@toolfactoryPaste and run these commands in a terminal with Codex. They add and refresh the toolfactory catalog, then install this plugin.
Compatibility: the page URL and API slug “toolfactory” remain stable.
- Codex:
toolfactory@agent-plugin-marketplace→toolfactory@toolfactory
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/GoatInAHat/toolfactoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/toolfactory/SKILL.md└── .mcp.json
Included Skills1
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.
MCP servers1
- command
- npx
- args
- -y [email protected] mcp
Plugin manifests3
{
"name": "toolfactory",
"version": "0.3.1",
"description": "Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.",
"author": {
"name": "GoatInAHat"
},
"homepage": "https://github.com/GoatInAHat/toolfactory",
"repository": "https://github.com/GoatInAHat/toolfactory",
"license": "MIT",
"keywords": [
"agent",
"mcp",
"skills",
"agent-plugins",
"openclaw",
"hermes",
"claude-code",
"codex",
"cursor"
],
"skills": "./skills/",
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"[email protected]",
"mcp"
]
}
},
"interface": {
"displayName": "Toolfactory",
"shortDescription": "Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / ",
"longDescription": "Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.",
"developerName": "GoatInAHat",
"category": "Productivity",
"capabilities": []
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "toolfactory",
"version": "0.3.1",
"description": "Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.",
"author": {
"name": "GoatInAHat"
},
"homepage": "https://github.com/GoatInAHat/toolfactory",
"repository": "https://github.com/GoatInAHat/toolfactory",
"license": "MIT",
"keywords": [
"agent",
"mcp",
"skills",
"agent-plugins",
"openclaw",
"hermes",
"claude-code",
"codex",
"cursor"
],
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"[email protected]",
"mcp"
]
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "toolfactory",
"version": "0.3.1",
"description": "Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex / Cursor bundles, OpenClaw and Hermes plugins, CLIs, and packages, with the tests and releases to match.",
"author": {
"name": "GoatInAHat"
},
"homepage": "https://github.com/GoatInAHat/toolfactory",
"repository": "https://github.com/GoatInAHat/toolfactory",
"license": "MIT",
"keywords": [
"agent",
"mcp",
"skills",
"agent-plugins",
"openclaw",
"hermes",
"claude-code",
"codex",
"cursor"
]
}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.
[toolfactory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/toolfactory)