用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/camplight/orgops --skill cursor-bridge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create, list, and configure OrgOps agents from native agents. Use when the user asks an agent to create agents, list agents, set up WRAPPED agents, OpenClaw wrappers, sidecars, or Cursor coding harnesses.
Manage package secrets (write, list keys, delete). Secrets are stored encrypted; agents can set values and list or delete keys but cannot read secret values. Use for API keys and tokens (e.g. OPENAI_API_KEY). Values are injected as env when running skills and LLM.
Use Google Cloud CLI (gcloud) for project/account checks and Google API operations. Use when users ask for gcloud commands, Google Cloud auth, project configuration, IAM, or cloud resource inspection and updates.
基于 SOC 职业分类
正在显示 SKILL.md
| name | cursor-bridge |
| description | Thin CLI bridge to Cursor via official @cursor/sdk (prompt -> streamed stdout) |
CLI-first v1: prompt in → streamed response to stdout → exit.
Requires env var CURSOR_API_KEY (OrgOps secret package cursor, key CURSOR_API_KEY).
From repo root (/Users/outbounder/projects/camplight/orgops):
node --import tsx skills/cursor-bridge/assets/bridge.ts --prompt "Say hello from Cursor"
Optional flags:
node --import tsx skills/cursor-bridge/assets/bridge.ts \
--prompt "Summarize what this repository does" \
--model composer-2 \
--cwd .
Exit codes:
CURSOR_API_KEY@cursor/sdk