智能工作流插件 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
智能工作流插件 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能工作流插件 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/antonbabenko/agent-plugins cd agent-plugins # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 agent-plugins --help # 基本运行 agent-plugins [options] <input> # 详细使用说明请查阅文档 # https://github.com/antonbabenko/agent-plugins
# agent-plugins 配置说明 # 查看配置选项 agent-plugins --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENT_PLUGINS_CONFIG="/path/to/config.yml"
/deliberation:setup - configure Codex/Gemini/Grok/OpenRouter MCP servers + rules/deliberation:uninstall - remove MCP config, rules, and aliases/deliberation:grok-files - list or prune Grok-uploaded files (storage cleanup)Use consensus when the plan must be right - the external models vote and Claude adjudicates to agreement, ideal for high-stakes planning and design. Use the ask-* commands for a quicker single or parallel opinion when you just want a fast second take.
/setup can also install short aliases (/ask-gpt, /ask-gemini, /ask-grok, /ask-openrouter, /ask-all, /consensus, /grok-files); opt-in, never overwrites an existing command.
Source and detail: github.com/antonbabenko/deliberation.
https://github.com/antonbabenko/terraform-skill
Executable discipline for AI coding agents (Claude Code, Cursor, Copilot, Gemini CLI, OpenCode, Codex) - skills the agent loads on demand and applies while it works, not prose guides it ignores.
Agent Plugins is a plugin marketplace for Claude Code and OpenAI Codex.
git clone https://github.com/antonbabenko/terraform-skill.git ~/.cursor/skills/terraform-skill
git clone https://github.com/antonbabenko/agent-plugins.git ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.cursor/skills/code-intelligence
Cursor auto-discovers skills from `.agents/skills/` and `.cursor/skills/`.
</details>
<details>
<summary>Copilot</summary>
bash git clone https://github.com/antonbabenko/terraform-skill.git ~/.copilot/skills/terraform-skill git clone https://github.com/antonbabenko/agent-plugins.git ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.copilot/skills/code-intelligence
Copilot auto-discovers skills from `.copilot/skills/`.
</details>
<details>
<summary>OpenCode</summary>
bash git clone https://github.com/antonbabenko/terraform-skill.git ~/.agents/skills/terraform-skill git clone https://github.com/antonbabenko/agent-plugins.git ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.agents/skills/code-intelligence
OpenCode auto-discovers skills from `.agents/skills/`, `.opencode/skills/`, and
`.claude/skills/`.
</details>
<details>
<summary>Codex (OpenAI) - clone fallback</summary>
Prefer the Codex marketplace block above. Plain skills-directory fallback:
bash git clone https://github.com/antonbabenko/terraform-skill.git ~/.agents/skills/terraform-skill git clone https://github.com/antonbabenko/agent-plugins.git ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.agents/skills/code-intelligence
Codex auto-discovers skills from `~/.agents/skills/` and `.agents/skills/`.
Update with `git pull` in each clone.
</details>
<details>
<summary>Antigravity</summary>
bash git clone https://github.com/antonbabenko/terraform-skill.git ~/.antigravity/skills/terraform-skill git clone https://github.com/antonbabenko/agent-plugins.git ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.antigravity/skills/code-intelligence
Update with `git pull` in each clone.
</details>
<details>
<summary>Kiro (Powers)</summary>
These skills are also [Kiro Powers](https://kiro.dev/docs/powers/) (a
`POWER.md` generated from the same `SKILL.md` - shared content, not forked).
In Kiro: **Powers panel → "Add power from GitHub"**, then paste:
text
https://github.com/antonbabenko/agent-plugins/tree/master/plugins/code-intelligence
Kiro activates a power on keyword match (e.g. "terraform", "lsp", "rename").
> Notes. Kiro installs a power from a GitHub repo URL, not from a marketplace
> manifest - the `.kiro/plugins/marketplace.json` in this repo mirrors the
> `.agents`/`.claude-plugin` manifests for pin-sync parity only; Kiro does not
> consume it for install today. Kiro discovering a `POWER.md` under a
> subdirectory (the `code-intelligence` path above) is the documented install
> shape; if your Kiro build only accepts a repo-root `POWER.md`, clone the repo
> and install `code-intelligence` from the local `plugins/code-intelligence`
> path instead.
</details>
<details>
<summary>Manual (Claude Code - symlink a local clone)</summary>
bash git clone https://github.com/antonbabenko/agent-plugins.git mkdir -p ~/.claude/plugins
ln -s "$(pwd)/agent-plugins/plugins/code-intelligence" ~/.claude/plugins/code-intelligence ```
Claude Code autodiscovers skills/<name>/SKILL.md on next launch. Edits to the clone are picked up live. External plugins (e.g. terraform-skill) are not in this repo - install them from their own repo instead. </details>
- Honest by construction. Any tool substitution or skipped step is stated on the first line of the response, so you can trust what the agent reports. - Token-lean. A short SKILL.md routes to reference files that load only when the task needs them. The agent does not carry the whole guide in context. - Portable. One discipline across Claude Code, Cursor, Copilot, Antigravity CLI, OpenCode, and Codex, with no per-host retraining. - Composable and pinned. Generic skills give the base discipline; domain skills extend it. Each plugin is released independently, so upgrading one never moves another.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,智能工作流插件 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | agent-plugins |
| Topics | agent-pluginsworkflowproductivity |
| GitHub | https://github.com/antonbabenko/agent-plugins |
| License | Apache-2.0 |
| 语言 | HTML |
收录时间:2026-05-31 · 更新时间:2026-05-31 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端