Skip to content

fix: clawhub_slug is flat (opensea-marketplace)#4

Merged
ryanio merged 1 commit into
mainfrom
fix/clawhub-slug
Apr 30, 2026
Merged

fix: clawhub_slug is flat (opensea-marketplace)#4
ryanio merged 1 commit into
mainfrom
fix/clawhub-slug

Conversation

@ryanio
Copy link
Copy Markdown
Collaborator

@ryanio ryanio commented Apr 30, 2026

Summary

Confirmed against a working agent manifest that successfully attached the skill — ClawHub slugs are flat (opensea-marketplace), not namespaced (opensea/opensea-marketplace). Pinata reference:

```json
"skills": [
{
"clawhub_slug": "opensea-marketplace",
"name": "OpenSea Skill"
}
]
```

Changes

  • manifest.json: clawhub_slug"opensea-marketplace".
  • README.md, CONTRIBUTING.md, workspace/AGENTS.md, workspace/TOOLS.md: every textual reference updated. The clawhub.ai link in README also updated to the flat form.
  • .github/workflows/validate.yml: clawhub-slug regex changed from ^[a-z0-9-]+/[a-z0-9-]+$ to ^[a-z0-9-]+$.

This corrects what I'd guessed wrong in PR #1 and tightened in #2/#3.

Test plan

  • CI passes on this PR
  • Re-deploy through Pinata and confirm the skill mounts at skills/opensea/

🤖 Generated with Claude Code

…lace

Confirmed against a working agent manifest that successfully attached
the skill — ClawHub slugs are flat (opensea-marketplace), not
namespaced (opensea/opensea-marketplace). Fixed the slug in
manifest.json and every doc reference (README, CONTRIBUTING,
AGENTS.md, TOOLS.md).

Updated the CI regex from ^[a-z0-9-]+/[a-z0-9-]+$ to ^[a-z0-9-]+$ to
match the flat form.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ryanio ryanio merged commit 40d9e83 into main Apr 30, 2026
3 checks passed
@ryanio ryanio deleted the fix/clawhub-slug branch May 7, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant