Add clawmart operational skill (ShopClawMart publish rail) [SOL-23]#18
Open
solidstatecc wants to merge 1 commit into
Open
Add clawmart operational skill (ShopClawMart publish rail) [SOL-23]#18solidstatecc wants to merge 1 commit into
solidstatecc wants to merge 1 commit into
Conversation
Internal tooling skill (skills/clawmart) so the squad can create, manage, and publish Solid State listings via the ShopClawMart creator API. Sanitized official template (minus generic Execution Requirements block). No entry.py — doc/workflow only. Not a sellable bundle, so no lib/skills.ts entry. Adds skills/README.md to distinguish operational skills (skills/) from sellable bundles (clawhub/). API key stays in workspace env, never committed. SOL-23 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Installs the clawmart operational skill at
skills/clawmart/SKILL.md— the publish rail so the squad can create, manage, and publish Solid State listings on ShopClawMart via the creator API.entry.py(this is tooling, not a JSON-in/out skill).skills/dir for operational skills, distinct fromclawhub/sellable bundles. Addedskills/README.mddocumenting the split.lib/skills.tsentry (the standing rule applies to shipped/listed skills).Secrets
CLAWMART_API_KEYstays in the workspace env /agent/.env(gitignored). Never committed. Verified the real key is absent from the tree; only thecm_live_...placeholder appears in docs.API status (tested 2026-06-04)
GET /meGET /downloadsGET /listings/search?q=...qrequired; 400 without)GET /listingsKey is valid. All creator-write paths (
POST /listings, etc.) are blocked until Thor activates the creator subscription in the ClawMart dashboard. Tracked separately as a BROWSER issue. Re-testGET /mebefore any publish work.SOL-23