安全扫描
OpenClaw
安全
high confidenceThe 技能 is an instruction-only developer 图形界面de for an 'acore-代理' 模块 and its declared scope, triggers, and file-path references are consistent with that purpose; it 请求s no 安装s, 凭证s, or unusual privileges.
评估建议
This 技能 is an instruction-only developer 图形界面de and 应用ears coherent with its 状态d purpose. Before enabling it, consider: (1) the 技能 is 配置d to proactively trigger on many 代理-related terms — if you expect noisy or undesired activations, 请求 narrowing the trigger rules; (2) although the 技能 itself does not 请求 凭证s or 安装 code, review your 代理 平台's policies about file/repo 访问 and what the 代理 运行time is allowed to do if it uses these instructions (the 技能 references 仓库 paths, which could be used as hints to ...详细分析 ▾
✓ 用途与能力
The name/description (代理 模块 development 图形界面de) matches the 技能.md content: lifecycle management, 平台 gateways, patterns, and explicit repo paths. Nothing 请求ed (no env vars, no binaries, no 安装s) is out of proportion to a documentation/图形界面de 技能.
ℹ 指令范围
技能.md is a developer 图形界面deline and does not instruct the 代理 to read secrets, invoke external 端点s, or 运行 工具s. It does, however, instruct the 技能 to proactively trigger whenever many 代理-related terms are mentioned (broad trigger surface). This is not inherently malicious but may cause noisy or frequent activations.
✓ 安装机制
No 安装 spec and no code files—instruction-only—so nothing will be written to disk or fetched at 安装 time.
✓ 凭证需求
The 技能 declares no required 环境 variables, 凭证s, or config paths; there is no disproportionate 凭证 请求 relative to the described developer-图形界面de purpose.
✓ 持久化与权限
always is false and the 技能 uses the 平台 defaults (user-invocable, 模型 invocation allowed). Autonomous invocation is normal for 技能s; nothing in this 技能 请求s permanent/global privileges or modifies other 技能s.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install dk-soft-agent-module
镜像加速npx clawhub@latest install dk-soft-agent-module --registry https://cn.longxiaskill.com镜像同步中
技能文档
代理模块(acore-代理)开发指南
本 技能 的目标:接到 代理 新需求时,直接基于已有代码模式开发,无需重新读代码。
模块概述
代理 模块是 AI 中台的智能体管理核心模块,随主应用聚合启动,不独立部署。
核心能力:
代理 全生命周期管理(创建/导入DSL/编辑/发布/取消发布/删除) 多平台集成(Dify 为主,DeerFlow 为新增,支持扩展 N8N/自定义平台) DeerFlow 平台集成(后端预创建线程+前端跳转独立页面模式) 模板方法 + 工厂模式的可扩展平台 Gateway 架构 权限管理(OWNER/COLLABORATOR/USER 三级角色) 标签/分类管理、资源映射 分页/滚动分页查询、多租户隔离 对外提供 命令行工具ent 接口(代理查询服务)供 AIChat 等模块调用 AI 聊天 @代理 兼容 DeerFlow(代理MessageStrategy 按 平台Type 路由) 代码路径 后端:acore-代理/src/mAIn/java/com/giikin/acore/代理/ SQL建表:acore-代理/sql/01_创建_table_代理.sql M应用er XML:acore-代理/src/mAIn/java/com/giikin/acore/代理/infrastructure/persistence/m应用er/代理M应用er.xml 文档:acore-代理/doc/(接口文档、工作流程、Dify API文档、实现方案) README:acore-代理/README.md