boxlite-agent-tooling
v0.1.9Shared BoxLite coding-agent skills, auditors, hooks, and repository tooling.
By BoxLiteLicense: Apache-2.03 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 5, 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 boxlite-agent-tooling for Codex and Claude Code
codex plugin marketplace add boxlite-ai/agent-tooling
codex plugin marketplace upgrade boxlite-agent-tooling
codex plugin add boxlite-agent-tooling@boxlite-agent-toolingPaste and run these commands in a terminal with Codex. They add and refresh the boxlite-agent-tooling catalog, then install this plugin.
Compatibility: the page URL and API slug “boxlite-agent-tooling” remain stable.
- Codex:
boxlite-agent-tooling@agent-plugin-marketplace→boxlite-agent-tooling@boxlite-agent-tooling
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/boxlite-ai/agent-toolingClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/boxlite-agent-tooling/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "boxlite-agent-tooling",
"version": "0.1.9",
"description": "Shared BoxLite coding-agent skills, auditors, hooks, and repository tooling.",
"author": {
"name": "BoxLite"
},
"homepage": "https://github.com/boxlite-ai/agent-tooling",
"repository": "https://github.com/boxlite-ai/agent-tooling",
"license": "Apache-2.0",
"keywords": [
"agent-tooling",
"boxlite",
"codex",
"claude",
"copilot"
],
"skills": "./skills/",
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "BoxLite Agent Tooling",
"shortDescription": "Shared agent workflows and repository gates.",
"longDescription": "Installs BoxLite skills, auditors, lifecycle hooks, Git gates, and PR watchers from one versioned source.",
"developerName": "BoxLite",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Use the repository agent profile for this task.",
"Run the required verification and audit gates."
]
}
}{
"name": "boxlite-agent-tooling",
"version": "0.1.9",
"description": "Shared BoxLite coding-agent skills, auditors, hooks, and repository tooling.",
"author": {
"name": "BoxLite"
},
"homepage": "https://github.com/boxlite-ai/agent-tooling",
"repository": "https://github.com/boxlite-ai/agent-tooling",
"license": "Apache-2.0",
"keywords": [
"agent-tooling",
"boxlite",
"codex",
"claude",
"copilot"
]
}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.
[boxlite-agent-tooling on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boxlite-agent-tooling)