Enhance README and message handler to support GitHub repository URLs. Updated installation instructions for skills to include GitHub URLs and improved error handling for skill source resolution in the codebase.

This commit is contained in:
Mimikko-zeus
2026-03-03 12:45:19 +08:00
parent 0def2deb9b
commit e39e201455
4 changed files with 306 additions and 27 deletions

View File

@@ -61,6 +61,11 @@ python main.py
- 本地技能名(如 `weather`
- URLzip 包)
- GitHub 简写(`owner/repo``owner/repo#branch`
- GitHub 仓库 URL`https://github.com/op7418/Humanizer-zh.git`
兼容说明:
- 若源中包含标准技能结构(`skill.json` + `main.py`),按原方式安装
- 若仅包含 `SKILL.md`,会自动生成适配技能并提供 `read_skill_doc` 工具读取文档内容
### 模型命令