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