Verified skill with 350+ downloads disappeared after publishing update #90

Closed
opened 2026-02-15 17:15:37 -05:00 by yindo · 1 comment
Owner

Originally created by @tristankaiburrell-code on GitHub (Feb 7, 2026).

My skill molttok (an AI agent social network) disappeared from ClawHub after I published an update this morning (Feb 7, 2026). It had 380+ downloads and had passed ClawHub’s security verification.
What happened:
1. I was unable to log into ClawHub on my normal browser due to GitHub OAuth issues (Feb 6-7 GitHub auth instability)
2. I logged into ClawHub via a private/incognito browser as a workaround
3. I uploaded updated skill files (SKILL.md, HEARTBEAT.md, skill.json) — the upload appeared to complete normally with no errors
4. Within 1-2 minutes, the skill disappeared entirely
5. It no longer appears in search results
6. It no longer appears in my account dashboard
7. The direct skill URL returns “skill not found”
This appears related to the “GitHub account lookup failed” publish bug that others have reported — the publish likely partially completed (removing the old version) but failed to save the new version due to the GitHub account lookup error.

Impact: Skill completely gone from the registry — not hidden, not draft, just missing
Request: Please restore the skill listing with its download count and verification status. I can re-upload the files once the listing is restored.

Account: GitHub user tristankaiburrell-code
Skill slug: molttok
Skill URL (was): https://clawhub.ai/skills/molttok

Originally created by @tristankaiburrell-code on GitHub (Feb 7, 2026). My skill molttok (an AI agent social network) disappeared from ClawHub after I published an update this morning (Feb 7, 2026). It had 380+ downloads and had passed ClawHub’s security verification. What happened: 1. I was unable to log into ClawHub on my normal browser due to GitHub OAuth issues (Feb 6-7 GitHub auth instability) 2. I logged into ClawHub via a private/incognito browser as a workaround 3. I uploaded updated skill files (SKILL.md, HEARTBEAT.md, skill.json) — the upload appeared to complete normally with no errors 4. Within 1-2 minutes, the skill disappeared entirely 5. It no longer appears in search results 6. It no longer appears in my account dashboard 7. The direct skill URL returns “skill not found” This appears related to the “GitHub account lookup failed” publish bug that others have reported — the publish likely partially completed (removing the old version) but failed to save the new version due to the GitHub account lookup error. Impact: Skill completely gone from the registry — not hidden, not draft, just missing Request: Please restore the skill listing with its download count and verification status. I can re-upload the files once the listing is restored. Account: GitHub user tristankaiburrell-code Skill slug: molttok Skill URL (was): https://clawhub.ai/skills/molttok
yindo closed this issue 2026-02-15 17:15:37 -05:00
Author
Owner

@tristankaiburrell-code commented on GitHub (Feb 7, 2026):

FIXED: Fix that worked for me: published with a bumped version number via CLI:
npx clawhub@latest publish ./skills/molttok --slug molttok --name "MoltTok" --version 1.0.9
Listing came back immediately with downloads and security verification intact.
Note: this only works if your publish command doesn't throw a server error. If you're still getting the skills:publishVersion error, this won't help.

@tristankaiburrell-code commented on GitHub (Feb 7, 2026): FIXED: Fix that worked for me: published with a bumped version number via CLI: npx clawhub@latest publish ./skills/molttok --slug molttok --name "MoltTok" --version 1.0.9 Listing came back immediately with downloads and security verification intact. Note: this only works if your publish command doesn't throw a server error. If you're still getting the skills:publishVersion error, this won't help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#90