quilombo
v0.3.7Find, record, and reorganize physical inventory with Quilombo.
By Martin Gaitan3 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 25, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add quilombo@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/mgaitan/quilomboClone 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├── plugin.json├── skills/manage-quilombo-inventory/SKILL.md└── .mcp.json
Included Skills1
Find, record, move, and reorganize physical objects with the Quilombo MCP inventory. Use for questions about where an item is, recording workshop/library/storage observations, applying bulk inventory changes, describing nested or relative locations, or proposing and executing a physical reorganization. Also use after a client has interpreted a photo or video; store only the resulting facts and a provenance reference, never the media itself.
MCP servers1
- url
- https://quilombo.life/mcp
Plugin manifests2
{
"name": "quilombo",
"version": "0.3.7",
"description": "Find, record, and reorganize physical inventory with Quilombo.",
"author": {
"name": "Martin Gaitan",
"email": "[email protected]",
"url": "https://github.com/mgaitan"
},
"homepage": "https://quilombo.life/connect/",
"repository": "https://github.com/mgaitan/quilombo",
"keywords": [
"inventory",
"mcp",
"workshop",
"library"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Quilombo",
"shortDescription": "Find and organize physical inventory",
"longDescription": "Keep track of objects in workshops, libraries, and storage. Search recorded locations, capture observations, audit stale facts, and plan confirmed moves.",
"developerName": "Martin Gaitan",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://quilombo.life",
"privacyPolicyURL": "https://quilombo.life/privacy/",
"termsOfServiceURL": "https://quilombo.life/terms/",
"defaultPrompt": [
"Where did I store my soldering iron?",
"Help me inventory one shelf without guessing quantities.",
"Plan how to reorganize my workshop and ask before moving anything."
],
"brandColor": "#167D68",
"composerIcon": "./inventory/static/inventory/quilombo-mark.png",
"logo": "./inventory/static/inventory/quilombo-mark.png"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "quilombo",
"version": "0.3.7",
"description": "Find, record, and reorganize physical inventory with a workspace-scoped MCP server.",
"author": {
"name": "Martin Gaitan",
"email": "[email protected]",
"url": "https://github.com/mgaitan"
},
"homepage": "https://quilombo.life",
"repository": "https://github.com/mgaitan/quilombo",
"keywords": [
"inventory",
"mcp",
"agent-skill",
"workshop",
"library"
]
}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.
[quilombo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quilombo)