Agent Plugins Marketplace
All plugins

imweb-ai-toolkit

v0.2.6

Codex 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 imwebLicense: Apache-2.037 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Jul 29, 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 imweb-ai-toolkit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add imweb-ai-toolkit@agent-plugin-marketplace

Paste 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/imwebme/imweb-ai-toolkit

Clone 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

imweb-ai-toolkit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/imweb/SKILL.md
└── .mcp.json

Included 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

Plugin 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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[imweb-ai-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/imweb-ai-toolkit)