← Back to Skills Marketplace
aidfsoft

soft-agent-module

by aidfsoft · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dk-soft-agent-module
Description
Agent模块(acore-agent)开发指南。涵盖Agent全生命周期管理(创建/编辑/发布/删除)、 Dify平台集成、DeerFlow平台集成(后端预创建线程+前端跳转独立页面模式)、模板方法+工厂模式的多平台扩展架构、 权限管理、标签管理、资源映射等完整知识。 当用户提到Agent、agent、智能体、...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dk-soft-agent-module
  3. After installation, invoke the skill by name or use /dk-soft-agent-module
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dk-soft-agent-module
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments