cmd/llm-agent/workspace/skills/agent-setup/SKILL.md
Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。
npx skillsauth add guccang/go_blog agent-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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-agentdata-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.