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:
@@ -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>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user