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

@@ -73,7 +73,7 @@ class MessageHandler:
"技能命令:\n"
f"{command_name}{command_name} list\n"
f"{command_name} install <source> [skill_name]\n"
f" source 支持本地技能名、URL、owner/repo、owner/repo#branch\n"
f" source 支持本地技能名、URL、owner/repo、owner/repo#branch、GitHub 仓库 URL(.git)\n"
f"{command_name} uninstall <skill_name>\n"
f"{command_name} reload <skill_name>"
)