Publish a local OpenDesign plugin to a new public GitHub repository using gh CLI.
9881cffUse this workflow when the active project contains a copied plugin folder and the user wants it published as a new public GitHub repository.
plugin_context_path is the copied plugin folder relative to the project working directory.open-design.json, SKILL.md, and any compatibility metadata in the copied folder.curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/publish-github" -H 'content-type: application/json' -d '{"path":"<plugin_context_path>"}'ok is true, report the final repository URL and any useful log/validation summary.message, code, and useful log lines. When authentication is missing, tell the user to run gh auth login --hostname github.com.Prefer the manifest name as the repository slug. If that repository already exists, choose the next clear slug and mention the rename.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/od-plugin-publish-github · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/od-plugin-publish-github" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/od-plugin-publish-github" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/od-plugin-publish-github
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
Fetches remote content at runtime, which can change after review.
Evidence: curl· fingerprint 427e4b79b1f0fc90