AgentStack
SKILL verified Apache-2.0 Self-run

Od Plugin Contribute Open Design

skill-nexu-io-open-design-od-plugin-contribute-open-design · by nexu-io

Open a pull request adding a local Open Design plugin to the Open Design community catalog using gh CLI.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-nexu-io-open-design-od-plugin-contribute-open-design

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Od Plugin Contribute Open Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Contribute Plugin to Open Design

Use this workflow when the active project contains a copied plugin folder and the user wants to propose it for the Open Design community catalog.

Workflow

  1. Read the active plugin inputs. plugin_context_path is the copied plugin folder relative to the project working directory.
  2. Inspect the copied plugin's manifest, skill instructions, examples, and compatibility metadata.
  3. Call the local daemon endpoint instead of hand-rolling GitHub commands:

curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/contribute-open-design" -H 'content-type: application/json' -d '{"path":""}'

  1. Read the JSON response. If ok is true, report the PR URL, branch name when present in the log, and any useful validation summary.
  2. If the endpoint fails, report its message, code, and useful log lines. When authentication is missing, tell the user to run gh auth login --hostname github.com.

Keep the pull request focused. Do not modify unrelated Open Design files unless a manifest validation issue requires a tiny supporting change.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.