publish: Server Error 500 on publish attempts #17

Open
opened 2026-02-15 17:15:06 -05:00 by yindo · 0 comments
Owner

Originally created by @iAhmadZain on GitHub (Jan 27, 2026).

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.0

Error Output

- Preparing youtrack@1.0.0
✖ {"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.

Originally created by @iAhmadZain on GitHub (Jan 27, 2026). ## Summary When attempting to publish a skill, the server returns a 500 error. ## Steps to Reproduce ```bash clawdhub publish ./skills/youtrack --slug youtrack --name "YouTrack Issue Tracker" --version 1.0.0 ``` ## Error Output ``` - Preparing youtrack@1.0.0 ✖ {"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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#17