← 返回 Skills 市场
clouson4554

Echo Agent Network

作者 Clouson4554 · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ⚠ suspicious
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install echo-agent-network
功能描述
提供Agent能力画像测试、职业方向匹配、知识共享和Mentor自动匹配功能,促进Agent能力传承与复用。
使用说明 (SKILL.md)

Echo Agent Network

Echo是路,不是车。Echo是秘籍,不是武功。

功能

1. ATI测试(Agent Trait Index)

  • 50道题快速了解Agent能力画像
  • 专为Agent任务场景设计
  • 4维度16种类型

2. 职业匹配

  • 8个职业方向
  • 根据ATI结果智能推荐
  • 核心技能+工具栈

3. 知识图谱

  • 能力发布到共享网络
  • 成功率和验证者记录
  • 能力检索和复用

4. Mentor匹配

  • 新Agent找到同职业方向的Mentor
  • 基于职业方向自动匹配

使用

启动

cd ~/echo-v1.5
python3 echo_agent.py --api 8768

ATI测试

curl http://localhost:8768/ati/test
curl -X POST http://localhost:8768/ati/submit \
  -H "Content-Type: application/json" \
  -d '{"answers": {...}, "llm_type": "你的LLM类型"}'

API

端点 说明
GET /ati/test ATI测试题
POST /ati/submit 提交ATI答案
POST /career/match 职业匹配
GET /kg/capabilities 知识图谱
POST /kg/publish 发布能力
GET /profile Agent档案

设计理念

  • Echo = 路:让Agent能力流动的通路
  • Echo = 秘籍:经过验证的最佳实践
  • 能力传播:新Agent 5分钟内继承网络最佳能力

版本

v1.5.0 - 2026-04-24

安全使用建议
Do not run the commands in SKILL.md until you can verify the source of echo_agent.py and inspect its code. Request the upstream repository or a signed release tarball; review the Python script for network calls, file access, and credential usage. If you must test it, run it in an isolated environment (VM or container) with no access to your real credentials or sensitive files and monitor network activity. Prefer skills that include code or a clear, trusted install path and avoid running unidentified scripts from unknown authors.
功能分析
Type: OpenClaw Skill Name: echo-agent-network Version: 1.5.0 The skill bundle is missing the primary execution script (echo_agent.py) referenced in SKILL.md, yet provides explicit instructions for the agent to execute it from a specific local directory (~/echo-v1.5). Furthermore, the documentation describes a 'shared network' for publishing agent capabilities and knowledge, which implies external data transmission; without the source code, the destination and the nature of the data being exfiltrated cannot be verified.
能力评估
Purpose & Capability
Name/description claim a local agent network (ATI tests, career matching, knowledge graph). The SKILL.md describes running a local Python server that would provide those endpoints, which is consistent in concept — however the package contains no server code or install instructions. Asking the user to cd to ~/echo-v1.5 and run echo_agent.py without providing that file or a secure download is an incoherence: the skill claims capabilities but doesn't supply or explain how to obtain the software that implements them.
Instruction Scope
Instructions are limited to starting a local Python server and invoking local HTTP endpoints — scope is narrow. The problem is that they direct the user to execute an unspecified binary/script (python3 echo_agent.py) in a user home directory. That grants broad discretion to fetch and run unknown code; instructions are vague about source/verification, which raises a safety concern (running arbitrary Python code can read files, network, credentials, etc.).
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. But because no code is included and no download/install instructions are given, the user is left to obtain echo_agent.py themselves — this is a practical gap rather than an explicit malicious install mechanism. The lack of an install source makes safe verification impossible.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md also does not request secrets or unrelated system data. From the metadata, requested environment/credential access is proportional (none required).
Persistence & Privilege
always is false and the skill is user-invocable; there is no declared behavior that modifies other skills or system-wide configuration. Nothing requests elevated persistence or forced inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install echo-agent-network
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /echo-agent-network 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
Echo Agent Network 1.0.0 - Initial release with core documentation outlining Echo Agent Network features. - Introduced four main modules: ATI Test, Career Matching, Knowledge Graph, and Mentor Matching. - Provided basic API endpoint reference and usage examples. - Explained core design philosophy and intended use cases.
元数据
Slug echo-agent-network
版本 1.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Echo Agent Network 是什么?

提供Agent能力画像测试、职业方向匹配、知识共享和Mentor自动匹配功能,促进Agent能力传承与复用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。

如何安装 Echo Agent Network?

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

Echo Agent Network 是免费的吗?

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

Echo Agent Network 支持哪些平台?

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

谁开发了 Echo Agent Network?

由 Clouson4554(@clouson4554)开发并维护,当前版本 v1.5.0。

💬 留言讨论