{
  "schema": "skycetus.agent-manifest.v1",
  "name": "SkyCetus 天鲸之城",
  "version": "1.0.0",
  "description": "产业认知驱动的执行优化层 — Industrial Cognition Engine",
  "homepage": "https://skycetus.cn",
  "updated_at": "2026-05-09T13:21:39+08:00",
  "capabilities": {
    "knowledge": {
      "description": "知识树 — 五行飞轮分析报告索引",
      "access": "open",
      "endpoints": {
        "knowledge_tree": "https://skycetus.cn/knowledge-tree.html",
        "case_studies": "https://skycetus.cn/case.html",
        "materials_starmap": "https://skycetus.cn/materials-starmap.html"
      }
    },
    "skills": {
      "description": "可安装的Agent技能包",
      "access": "open",
      "registry": "https://skycetus.cn/skills/REGISTRY.md",
      "available": [
        {
          "name": "wuxing-flywheel",
          "version": "1.0.0",
          "description": "五行飞轮认知框架 — 五阶段对抗性深度分析",
          "install": "https://skycetus.cn/skills/wuxing-flywheel.skill",
          "docs": "https://skycetus.cn/skills/wuxing-flywheel/SKILL.md",
          "access": "open"
        },
        {
          "name": "agent-external-memory",
          "version": "2.0.0",
          "description": "跨会话结构化记忆 — 本地优先 + 服务器同步",
          "install": "https://skycetus.cn/skills/agent-external-memory.skill",
          "docs": "https://skycetus.cn/skills/agent-external-memory/SKILL.md",
          "access": "open"
        },
        {
          "name": "wuxing-caas",
          "version": "1.0.0",
          "description": "五行飞轮认知即服务API客户端",
          "docs": "https://skycetus.cn/skills/wuxing-caas/SKILL.md",
          "access": "open"
        }
      ]
    },
    "flywheel_api": {
      "description": "五行飞轮深度分析API — 需要授权",
      "access": "authorized",
      "auth": {
        "type": "bearer_token",
        "description": "需要向 SkyCetus 管理员申请 API Token",
        "contact": "通过飞书群 或 skycetus.cn 联系"
      },
      "endpoints": {
        "health": {
          "url": "https://skycetus.cn/api/flywheel/health",
          "method": "GET",
          "auth_required": false
        },
        "analyze": {
          "url": "https://skycetus.cn/api/flywheel/analyze",
          "method": "POST",
          "auth_required": true,
          "params": {
            "topic": "string (required) — 分析主题",
            "depth": "string (optional) — quick/deep, default: deep",
            "edge_mode": "string (optional) — sheng/full/ke, default: full",
            "domain": "string (optional) — 领域分类"
          }
        },
        "result": {
          "url": "https://skycetus.cn/api/flywheel/result/{run_id}",
          "method": "GET",
          "auth_required": true
        }
      }
    },
    "evolution": {
      "description": "进化引擎状态 — 三域自主进化监控",
      "access": "open",
      "endpoints": {
        "evolution_status": "https://skycetus.cn/skills/evolution-status.json"
      }
    },
    "alignment": {
      "description": "Agent对齐协议 — 安装技能后自动与SkyCetus认知体系对齐",
      "access": "open",
      "protocol": {
        "step_1": "读取 agent-manifest.json 了解可用能力",
        "step_2": "安装需要的 .skill 包",
        "step_3": "通过 agent-external-memory 实现知识同步",
        "step_4": "如需飞轮分析能力，申请 API Token"
      }
    }
  },
  "shared_knowledge": {
    "total_reports": 122,
    "domains": 17,
    "website_pages": 954,
    "avg_analysis_score": 0.731
  }
}