← All plugins
imweb-ai-toolkit
v0.2.6Codex plugin metadata that helps LLMs and agents invoke the Rust-based imweb CLI consistently. Short localized aliases route to the same imweb entrypoint.
CodexClaude Code1 skill1 MCP serverstdio
by imwebApache-2.037updated 1 week ago
Source
git clone https://github.com/imwebme/imweb-ai-toolkitClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
imweb-ai-toolkit/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/imweb/SKILL.md└── .mcp.json
Skills1
imwebskills/imweb/SKILL.md
Use imweb CLI safely for site, product, order, member, payment, promotion, community, and script tasks. Match aliases 아임웹도구, 아임웹툴, imweb tool, imweb toolkit.
MCP servers1
imweb-clistdio
- command
- node
- args
- -e Promise.all([import('node:path'),import('node:url')]).then(([path,url])=>import(url.pathToFileURL(path.join(process.env.CLAUDE_PLUGIN_ROOT||process.cwd(),'bin','imweb-mcp.mjs')).href))
- env.NO_COLOR
- 1
Manifests2
.codex-plugin/plugin.json
{
"name": "imweb-ai-toolkit",
"version": "0.2.6",
"description": "Codex plugin metadata that helps LLMs and agents invoke the Rust-based imweb CLI consistently. Short localized aliases route to the same imweb entrypoint.",
"author": {
"name": "imweb",
"url": "https://github.com/imwebme"
},
"homepage": "https://github.com/imwebme/imweb-ai-toolkit",
"repository": "https://github.com/imwebme/imweb-ai-toolkit.git",
"license": "Apache-2.0",
"keywords": [
"imweb",
"imweb-cli",
"imweb-tool",
"imweb-tools",
"아임웹도구",
"아임웹툴",
"codex-plugin",
"agent-toolkit",
"llm",
"structured-output"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "imweb tool",
"shortDescription": "Codex metadata for safely using the public `imweb` skill with the Rust CLI for Imweb OpenAPI tasks.",
"longDescription": "The imweb tool is a plugin-first helper layer for predictable LLM and agent use of the existing Rust-based imweb CLI. Short localized aliases such as imweb tool or imweb toolkit route to the same `imweb` entrypoint. The Codex surface uses the root plugin metadata, public `imweb` skill, install scripts, and structured-output contract together.",
"developerName": "imweb",
"category": "developer-tools",
"capabilities": [
"imweb-cli invocation guidance",
"structured output metadata",
"safe execution contract metadata"
],
"websiteURL": "https://github.com/imwebme/imweb-ai-toolkit",
"defaultPrompt": [
"First inspect the public `imweb` skill and imweb-cli --help, then summarize the needed domain procedure.",
"For automation tasks, prefer an --output json invocation plan.",
"Before execution, use only documented contracts and do not assume unavailable features."
]
}
}.claude-plugin/plugin.json
{
"name": "imweb-ai-toolkit",
"description": "Claude surface metadata that connects the public `imweb` skill and imweb CLI for Claude Code and Claude Desktop Cowork. Short localized aliases are supported.",
"version": "0.2.6",
"author": {
"name": "imweb",
"url": "https://github.com/imwebme"
},
"homepage": "https://github.com/imwebme/imweb-ai-toolkit",
"repository": "https://github.com/imwebme/imweb-ai-toolkit.git",
"license": "Apache-2.0",
"keywords": [
"imweb",
"imweb-cli",
"claude",
"claude-code",
"claude-desktop",
"claude-cowork",
"imweb-tool",
"imweb-tools",
"아임웹도구",
"아임웹툴",
"agent-toolkit"
],
"skills": "./skills/",
"commands": "./commands/",
"mcpServers": "./.mcp.json"
}