AgentStack
SKILL verified Apache-2.0 Self-run

Build Cli

skill-ivanmurzak-unity-mcp-build-cli · by IvanMurzak

Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.

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

Install

$ agentstack add skill-ivanmurzak-unity-mcp-build-cli

✓ 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 No
  • 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 Build Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Build CLI

Build the unity-mcp-cli TypeScript project and optionally link it globally.

Step 1 — Install Dependencies

cd cli && npm install

Only needed if node_modules/ is missing or package.json changed.

Step 2 — Build TypeScript

cd cli && npm run build

This compiles src/**/*.tsdist/**/*.js via tsc.

Step 3 — Link Globally (if $ARGUMENTS contains --link or first time)

cd cli && npm link

This creates a global symlink so unity-mcp-cli is available from any terminal. Only needed once — after that, npm run build alone is sufficient.

Step 4 — Verify

unity-mcp-cli --version

Confirm the CLI is accessible and shows the expected version.

Report

Print the version and confirm success. If any step failed, show the error output.

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.