mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-19 12:47:25 +08:00
feat: release 2.0.5
This commit is contained in:
@@ -621,6 +621,7 @@ class CowCliPlugin(Plugin):
|
||||
lines.append(f"💡 /skill list --remote --page {page - 1} 上一页")
|
||||
lines.append("💡 /skill install <名称> 安装技能")
|
||||
lines.append("💡 /skill search <关键词> 搜索技能")
|
||||
lines.append("🌐 https://skills.cowagent.ai 在线浏览全部技能")
|
||||
return "\n".join(lines)
|
||||
|
||||
def _skill_search(self, query: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user