# did-analysis-expert **did-analysis-expert** - 符合 agentskills.io v2.0 规范 ## 安装 ```bash pip install -r requirements.txt ``` ## 使用 ```python from tools.analyze import SkillExpert expert = SkillExpert() result = expert.analyze(data) ``` ## 目录结构 ``` did-analysis-expert/ ├── SKILL.md ├── skill.yaml ├── README.md ├── prompts/ ├── tools/ ├── templates/ └── tests/ ``` ## 许可证 MIT License