← 返回 Skills 市场
aidfsoft

soft-agent-module

作者 aidfsoft · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dk-soft-agent-module
功能描述
Agent模块(acore-agent)开发指南。涵盖Agent全生命周期管理(创建/编辑/发布/删除)、 Dify平台集成、DeerFlow平台集成(后端预创建线程+前端跳转独立页面模式)、模板方法+工厂模式的多平台扩展架构、 权限管理、标签管理、资源映射等完整知识。 当用户提到Agent、agent、智能体、...
使用说明 (SKILL.md)

\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
安全使用建议
This skill is an instruction-only developer guide and appears coherent with its stated purpose. Before enabling it, consider: (1) the skill is configured to proactively trigger on many Agent-related terms — if you expect noisy or undesired activations, request narrowing the trigger rules; (2) although the skill itself does not request credentials or install code, review your agent platform's policies about file/repo access and what the agent runtime is allowed to do if it uses these instructions (the skill references repository paths, which could be used as hints to the agent to open those files if the runtime permits); and (3) because it will be invoked by the model, make sure your agent's overall permissions (filesystem, network, other skills) are scoped appropriately.
功能分析
Type: OpenClaw Skill Name: dk-soft-agent-module Version: 1.0.0 The skill bundle consists of metadata and a development guide (SKILL.md) for an internal 'acore-agent' module. It provides architectural context, platform integration details (Dify, DeerFlow), and file paths for a Java-based application. No executable code, suspicious commands, or malicious instructions were found.
能力评估
Purpose & Capability
The name/description (Agent module development guide) matches the SKILL.md content: lifecycle management, platform gateways, patterns, and explicit repo paths. Nothing requested (no env vars, no binaries, no installs) is out of proportion to a documentation/guide skill.
Instruction Scope
SKILL.md is a developer guideline and does not instruct the agent to read secrets, invoke external endpoints, or run tools. It does, however, instruct the skill to proactively trigger whenever many Agent-related terms are mentioned (broad trigger surface). This is not inherently malicious but may cause noisy or frequent activations.
Install Mechanism
No install spec and no code files—instruction-only—so nothing will be written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths; there is no disproportionate credential request relative to the described developer-guide purpose.
Persistence & Privilege
always is false and the skill uses the platform defaults (user-invocable, model invocation allowed). Autonomous invocation is normal for skills; nothing in this skill requests permanent/global privileges or modifies other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dk-soft-agent-module
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dk-soft-agent-module 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
soft-agent-module 1.0.0 initial release: - Provides a comprehensive development guide for the Agent module (acore-agent), covering the entire agent lifecycle: creation, editing, publishing, and deletion. - Describes integration approaches for both Dify and DeerFlow platforms, including backend and frontend strategies. - Explains the extensible architecture using template and factory patterns for multi-platform support. - Documents features such as permission and tag management, resource mapping, and multi-tenant isolation. - Lists backend file structure, key SQL, and documentation references for fast onboarding.
元数据
Slug dk-soft-agent-module
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

soft-agent-module 是什么?

Agent模块(acore-agent)开发指南。涵盖Agent全生命周期管理(创建/编辑/发布/删除)、 Dify平台集成、DeerFlow平台集成(后端预创建线程+前端跳转独立页面模式)、模板方法+工厂模式的多平台扩展架构、 权限管理、标签管理、资源映射等完整知识。 当用户提到Agent、agent、智能体、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 soft-agent-module?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dk-soft-agent-module」即可一键安装,无需额外配置。

soft-agent-module 是免费的吗?

是的,soft-agent-module 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

soft-agent-module 支持哪些平台?

soft-agent-module 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 soft-agent-module?

由 aidfsoft(@aidfsoft)开发并维护,当前版本 v1.0.0。

💬 留言讨论