/install dk-soft-agent-module
\r \r
Agent模块(acore-agent)开发指南\r
\r 本 skill 的目标:接到 Agent 新需求时,直接基于已有代码模式开发,无需重新读代码。\r \r
模块概述\r
\r Agent 模块是 AI 中台的智能体管理核心模块,随主应用聚合启动,不独立部署。\r \r 核心能力:\r
- Agent 全生命周期管理(创建/导入DSL/编辑/发布/取消发布/删除)\r
- 多平台集成(Dify 为主,DeerFlow 为新增,支持扩展 N8N/自定义平台)\r
- DeerFlow 平台集成(后端预创建线程+前端跳转独立页面模式)\r
- 模板方法 + 工厂模式的可扩展平台 Gateway 架构\r
- 权限管理(OWNER/COLLABORATOR/USER 三级角色)\r
- 标签/分类管理、资源映射\r
- 分页/滚动分页查询、多租户隔离\r
- 对外提供 client 接口(AgentQueryService)供 AIChat 等模块调用\r
- AI 聊天 @Agent 兼容 DeerFlow(AgentMessageStrategy 按 platformType 路由)\r \r
代码路径\r
\r
- 后端:
acore-agent/src/main/java/com/giikin/acore/agent/\r - SQL建表:
acore-agent/sql/01_create_table_agent.sql\r - Mapper XML:
acore-agent/src/main/java/com/giikin/acore/agent/infrastructure/persistence/mapper/AgentMapper.xml\r - 文档:
acore-agent/doc/(接口文档、工作流程、Dify API文档、实现方案)\r - README:
acore-agent/README.md\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dk-soft-agent-module - After installation, invoke the skill by name or use
/dk-soft-agent-module - Provide required inputs per the skill's parameter spec and get structured output
What is soft-agent-module?
Agent模块(acore-agent)开发指南。涵盖Agent全生命周期管理(创建/编辑/发布/删除)、 Dify平台集成、DeerFlow平台集成(后端预创建线程+前端跳转独立页面模式)、模板方法+工厂模式的多平台扩展架构、 权限管理、标签管理、资源映射等完整知识。 当用户提到Agent、agent、智能体、... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install soft-agent-module?
Run "/install dk-soft-agent-module" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is soft-agent-module free?
Yes, soft-agent-module is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does soft-agent-module support?
soft-agent-module is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created soft-agent-module?
It is built and maintained by aidfsoft (@aidfsoft); the current version is v1.0.0.