Install
openclaw skills install echo-agent-network提供Agent能力画像测试、职业方向匹配、知识共享和Mentor自动匹配功能,促进Agent能力传承与复用。
openclaw skills install echo-agent-networkEcho是路,不是车。Echo是秘籍,不是武功。
cd ~/echo-v1.5
python3 echo_agent.py --api 8768
curl http://localhost:8768/ati/test
curl -X POST http://localhost:8768/ati/submit \
-H "Content-Type: application/json" \
-d '{"answers": {...}, "llm_type": "你的LLM类型"}'
| 端点 | 说明 |
|---|---|
| GET /ati/test | ATI测试题 |
| POST /ati/submit | 提交ATI答案 |
| POST /career/match | 职业匹配 |
| GET /kg/capabilities | 知识图谱 |
| POST /kg/publish | 发布能力 |
| GET /profile | Agent档案 |
v1.5.0 - 2026-04-24