-
-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Summary
When attempting to publish a skill, the server returns a 500 error.
Steps to Reproduce
clawdhub publish ./skills/youtrack --slug youtrack --name "YouTrack Issue Tracker" --version 1.0.0Error Output
- Preparing [email protected]
✖ {"code":"[Request ID: 9a874d7b29f8422d] Server Error"}
Error: {"code":"[Request ID: 9a874d7b29f8422d] Server Error"}
Request IDs (multiple attempts)
- 626ebcce8220aafb
- 9b4e9e1537d5353d
- 9a874d7b29f8422d
Environment
- clawdhub CLI: npm installed
- Node: v25.2.1
- OS: macOS (arm64)
- Time: 2026-01-27 ~10:30 GMT+3
Skill Structure
skills/youtrack/
├── SKILL.md (valid frontmatter with name, description, metadata)
└── scripts/
└── ytctl (bash CLI)
The skill validates locally — this appears to be a server-side issue.
Metadata
Metadata
Assignees
Labels
No labels