-
Notifications
You must be signed in to change notification settings - Fork 244
[Bug] clawhub无法下载、上传用户空间 #232
Description
Summary
我使用clawhub inspect可以查看skill,上传的时候也能确认是公开的,clawhub也正常登录了。
但是使用clawhub install无法下载用户空间内的skill
而且我clawhub也没找到有效的方式上传用户空间
Steps To Reproduce
PS D:\Downloads\skills-main\skills-main\skills.github\skills> npx.cmd clawhub whoami
✔ usr_72b408c2-0c1a-442b-82a0-d791eab745f7
PS D:\Downloads\skills-main\skills-main\skills.github\skills> npx.cmd clawhub inspect cbg-software-se-team--my-docx --registry http://10.104.12.52
cbg-software-se-team--my-docx my-docx
Summary: Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Created: 2026-04-03T07:57:03.501Z
Updated: 2026-04-03T07:57:23.739Z
Latest: 20260403.075703
License: MIT-0 (Free to use, modify, and redistribute. No attribution required.)
PS D:\Downloads\skills-main\skills-main\skills.github\skills> npx.cmd clawhub install cbg-software-se-team--my-docx --registry http://10.104.12.52
✖ {"code":404,"msg":"Skill not found: cbg-software-se-team--my-docx","data":null,"timestamp":"2026-04-03T08:02:21.327556588Z","requestId":"f7564549-7e88-404a-9050-4deb408bca55"}
Error: {"code":404,"msg":"Skill not found: cbg-software-se-team--my-docx","data":null,"timestamp":"2026-04-03T08:02:21.327556588Z","requestId":"f7564549-7e88-404a-9050-4deb408bca55"}
Expected Behavior
clawhub install和pulish支持用户空间
Environment
No response
API Contract Impact
No response
Logs Or Screenshots
No response