/install agents-plugin-marketplace
Agentic Plugin Marketplace (OpenClaw)
84 production-ready agentic workflow building blocks: 84 plugins, 192 agents, 156 skills, 102 commands — built for Claude Code and consumed natively by OpenAI Codex CLI, Cursor, OpenCode, Gemini CLI, and GitHub Copilot.
Source: C:\Users\Harry\Downloads\agents\
Original: https://github.com/wshobson/agents
License: MIT
本技能基於 GitHub 上的 wshobson/agents 修改與封裝。
Overview
A marketplace of agentic plugins with a single source-of-truth (plugins/ directory) mapped to multiple agent harnesses:
| Harness | Status |
|---|---|
| Claude Code | Native plugin support |
| OpenAI Codex CLI | Supported |
| Cursor | Supported |
| OpenCode | Supported |
| Gemini CLI | Supported |
| GitHub Copilot | Supported |
Structure
agents/
├── plugins/ # Plugin definitions (source of truth)
│ ├── python-development/
│ ├── web-framework/
│ ├── database/
│ └── ... (84 plugins)
├── docs/ # Documentation and harness guides
├── tools/ # Utility tools
├── AGENTS.md # Agent definitions
└── Makefile # Build and install commands
Usage in OpenClaw
When the user needs agentic workflow building blocks:
- Browse
plugins/for available plugins - Each plugin contains agent definitions, skill references, and commands
- Reference
docs/for cross-harness usage patterns
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agents-plugin-marketplace - 安装完成后,直接呼叫该 Skill 的名称或使用
/agents-plugin-marketplace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agents Plugin Marketplace 是什么?
84 production-ready agentic plugins, 192 agents, 156 skills & 102 commands for Claude Code, Codex CLI, Cursor, OpenCode & Gemini CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Agents Plugin Marketplace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agents-plugin-marketplace」即可一键安装,无需额外配置。
Agents Plugin Marketplace 是免费的吗?
是的,Agents Plugin Marketplace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agents Plugin Marketplace 支持哪些平台?
Agents Plugin Marketplace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agents Plugin Marketplace?
由 Harryhihi(@harryhihi)开发并维护,当前版本 v1.0.0。