soft-agent-module

v1.0.0

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

0· 30·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aidfsoft/dk-soft-agent-module.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "soft-agent-module" (aidfsoft/dk-soft-agent-module) from ClawHub.
Skill page: https://clawhub.ai/aidfsoft/dk-soft-agent-module
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dk-soft-agent-module

ClawHub CLI

Package manager switcher

npx clawhub@latest install dk-soft-agent-module
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk973g093tz92ras2y066w8732n85q4yg
30downloads
0stars
1versions
Updated 7h ago
v1.0.0
MIT-0

Agent模块(acore-agent)开发指南

本 skill 的目标:接到 Agent 新需求时,直接基于已有代码模式开发,无需重新读代码。

模块概述

Agent 模块是 AI 中台的智能体管理核心模块,随主应用聚合启动,不独立部署。

核心能力:

  • Agent 全生命周期管理(创建/导入DSL/编辑/发布/取消发布/删除)
  • 多平台集成(Dify 为主,DeerFlow 为新增,支持扩展 N8N/自定义平台)
  • DeerFlow 平台集成(后端预创建线程+前端跳转独立页面模式)
  • 模板方法 + 工厂模式的可扩展平台 Gateway 架构
  • 权限管理(OWNER/COLLABORATOR/USER 三级角色)
  • 标签/分类管理、资源映射
  • 分页/滚动分页查询、多租户隔离
  • 对外提供 client 接口(AgentQueryService)供 AIChat 等模块调用
  • AI 聊天 @Agent 兼容 DeerFlow(AgentMessageStrategy 按 platformType 路由)

代码路径

  • 后端:acore-agent/src/main/java/com/giikin/acore/agent/
  • SQL建表:acore-agent/sql/01_create_table_agent.sql
  • Mapper XML:acore-agent/src/main/java/com/giikin/acore/agent/infrastructure/persistence/mapper/AgentMapper.xml
  • 文档:acore-agent/doc/(接口文档、工作流程、Dify API文档、实现方案)
  • README:acore-agent/README.md

Comments

Loading comments...