with one click
agent-setup
Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
| name | agent-setup |
| description | Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。 |
| summary | 先查询在线 agent,再按能力映射和依赖链推荐 init-agent --add |
| tools | ExecuteCode |
| agents | exec_code |
| keywords | 安装agent,setup agent,install agent,配置agent,configure agent,添加agent,enable agent,init-agent,quickstart |
ExecuteCode 查询在线 agent:
curl -s http://localhost:10086/api/gateway/agents
init-agent --add <agent-name>;如果缺多个 agent,就一次性给出完整组合。ExecuteCodeinit-agent --quickstart| Agent | 能力 | 层级 | 前置依赖 |
|---|---|---|---|
| gateway | 消息路由、WebSocket、HTTP 反向代理 | 核心 | - |
| blog-agent | Web 后端、数据存储、Redis | 核心 | gateway |
| llm-agent | AI 对话、工具调用、任务分解、多模型 | 智能 | gateway, blog-agent |
| execute-code-agent | Python/Shell 代码执行沙箱 | 生产力 | gateway, llm-agent |
| mcp-agent | MCP 外部工具桥接 | 生产力 | gateway, llm-agent |
| cron-agent | 定时任务调度 | 生产力 | gateway, llm-agent |
| deploy-agent | SSH 自动化部署 | 专业 | gateway, blog-agent |
| wechat-agent | 企业微信集成 | 专业 | gateway, llm-agent |
| acp-agent | Claude 代码分析 | 专业 | gateway, llm-agent |
| log-agent | 日志聚合分析 | 专业 | gateway |
| env-agent | 远程环境检测 | 专业 | gateway, blog-agent |
| deploy-bridge-server | 远程部署接收端 | 专业 | deploy-agent |
cron-agent 不在线,再确认 llm-agent 是否在线,最后引导 init-agent --add cron-agentdeploy-agent;如果未在线,再提示安装 deploy-agent,并说明它依赖 gateway 和 blog-agent