AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Install Agent Adapter

skill-understudylabs-understudy-agent-tools-install-agent-adapter · by understudylabs

Use when a developer wants to install, enable, update, reinstall, remove, or verify Understudy in a coding agent - "install Understudy", "add the Understudy skills", "make Claude/Cursor/Codex/OpenCode/Hermes/Devin see the skills". Chooses the requested agent platform and routes to the local install, reload, onboarding, and uninstall steps.

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

Install

$ agentstack add skill-understudylabs-understudy-agent-tools-install-agent-adapter

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-understudylabs-understudy-agent-tools-install-agent-adapter)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Install Agent Adapter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Install the Understudy Agent Adapter

Understudy is agent-platform-neutral at the skill layer. The product is the shared skills/ tree; Claude Code, Cursor, Codex, OpenCode, Hermes Agent, and Devin only differ in how they discover and reload those skills.

Use this skill for setup, refresh, verification, uninstall, or "why can't my agent see Understudy?" requests. Keep the workflow local-first and pick the smallest adapter path that matches the developer's agent.

Choose Platform

If the developer named a platform, use it. Otherwise prefer the active agent surface you are running inside. If that is unclear, inspect available CLIs and local app state:

command -v claude || true
command -v cursor || true
command -v codex || true
command -v opencode || true
command -v hermes || true
test -n "$DEVIN" && echo devin-session
test -d "$HOME/.cursor" && echo cursor-config
test -d "$HOME/.config/opencode" && echo opencode-config
test -d "$HOME/.local/share/opencode" && echo opencode-data
test -d "$HOME/.hermes" && echo hermes-config

Platform details live in [reference.md](reference.md):

  • Claude Code: local marketplace plugin, then user runs /reload-plugins.
  • Cursor: symlink this repo into ~/.cursor/plugins/local/understudy, then

reload the window.

  • Codex: register the local marketplace, then user installs/enables from

/plugins.

  • OpenCode: link the shared skills into ~/.config/opencode/skills, then restart

or open a new TUI session.

  • Hermes Agent: register a stable ~/.understudy/skills symlink in

skills.external_dirs (~/.hermes/config.yaml), then run /reload-skills.

  • Devin: the CLI is installed globally via npm; Devin reads AGENTS.md and

accesses the shared skills/ tree directly from the cloned repo.

Procedure

  1. Resolve the repo root:
REPO="$(cd "$(git rev-parse --show-toplevel 2>/dev/null || echo .)" && pwd)"
ls "$REPO/skills/understudy/SKILL.md"
  1. Open [reference.md](reference.md), jump to the chosen platform, and run or

show the documented commands.

  1. Report the activation step the developer must do in their agent UI.
  2. Hand off to onboarding:
Use the Understudy onboarding skill for this project.

For Claude Code specifically, after /reload-plugins the next command is:

/understudy:onboard

For OpenCode, the convenience command is:

/understudy-onboard

For Hermes, rescan in-session and start onboarding:

/reload-skills
/onboard

Safety Gates

Local-first and free: adapter install only makes local skills visible to a coding agent. It must not authenticate, upload data, inspect secret values, download model weights, start hosted jobs, or make provider calls.

  • Do not copy or fork skill content per platform. Use manifests or symlinks back

to this repo's skills/ tree.

  • Do not overwrite unrelated existing agent configuration. Only replace known

Understudy-owned symlinks, plugin registrations, or marketplace entries.

  • Do not claim UI activation is complete when the platform requires a user-typed

reload, plugin browser step, app restart, or new TUI session.

Resolve CLI

No Understudy CLI command is required. The platform registry is inspectable with:

understudy platforms
understudy platforms --inspect claude-code
understudy platforms --inspect cursor
understudy platforms --inspect codex
understudy platforms --inspect opencode
understudy platforms --inspect devin

Use platform CLIs only when available (claude, codex, opencode). Cursor and OpenCode symlink installs are plain shell operations.

Output Standard

End with: chosen platform; whether it was already installed / just installed / refreshed / shown for manual run / skipped due to conflict; the exact activation step; the next onboarding prompt; and the uninstall command.

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.