ソース情報
- リポジトリ
- Consensys/c0
- ソースの最終更新活動
- 2026年8月3日 11:54
- 検出された SKILL.md の言語
- 英語
- スター
- 103
- フォーク
- 9
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Consensys/c0 --skill update-opencode-sandboxコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Run and improve the c0 agent evaluation loop using the local and remote Cloudflare MCP harness, versioned history notes, and current Cloudflare product updates. Use when evaluating agent quality, harness behavior, retrieval quality, model/tool performance, or when the user asks to benchmark, score, improve, or retest the agent workflow.
Derive Cloudflare worker env types from Alchemy resource Env types instead of hand-writing env shapes. Use when editing worker bindings, adding or removing env vars in packages/infra, touching cloudflare-env.d.ts or env.d.ts files, importing from cloudflare:workers, or fixing env typing in API or web apps.
Use when changing c0 deployment configuration, runtime-editable global settings, auth providers, AI providers, MCP Context Forge, discovered registries, secret references, or open-source deployment configuration.
| name | update-opencode-sandbox |
| description | Update OpenCode And Sandbox |
| disable-model-invocation | true |
Update the OpenCode integration and Cloudflare Sandbox stack, validate the result end to end, and keep this command current if the workflow changes.
nub for all Node dependency changes.@cloudflare/containers changes, keep the root patchedDependencies entry and the matching patches/@cloudflare__containers@<version>.patch aligned with the installed version. As of 0.3.0, the local no-body Response patch is still required.package.jsonapps/api/package.jsonpatches/@cloudflare__containers@*.patchpackages/sandbox/Dockerfilenub.lockpackages/api/src/server/background/sandbox/providers/cloudflare-provider.tstests/integration/opencode-config-refresh.test.tstests/e2e/opencode-workflow.test.tspackages/api/src/server/background/sandbox/providers/cloudflare-provider.ts to match the current SDK instead of preserving old call shapes.nub exec tsc --noEmit -p tsconfig.json (from repo root; uses root tsconfig.json)nub run --filter @c0/background-api typecheck and report that result separately so the upgraded surface is still verified.McpServer types from two @modelcontextprotocol/sdk versions, align on a single version: root package.json → overrides["@modelcontextprotocol/sdk"] matching apps/api, then nub install and re-run tsc.nub exec vitest run tests/e2e/opencode-workflow.test.ts (or nub run test:e2e from root, which sets RUN_E2E=1)INTERNAL_CALLBACK_SECRET so the test can generate its own internal bearer token, or pass INTERNAL_TOKEN explicitly. Requests also need an acting x-user-id; the default local seeded user is user-session-run unless overridden.nub exec vitest run tests/integration/opencode-config-refresh.test.ts for OpenCode config wiring without a live Worker.docker build -t sandbox-check ./packages/sandbox to confirm the image still pulls cloudflare/sandbox:<version>-opencode and the derived image builds successfully. OpenCode is baked into the -opencode base image now; this repo's Dockerfile should only add repo-specific runtime dependencies such as provider packages./sessions/:id/events for both token and execution_complete. A repo-less session is enough to verify the OpenCode workflow; repo-backed sessions additionally require a linked GitHub identity for the acting user.1337 is free first (on macOS, lsof -i :1337 may show the service name menandmice-dns for that port).curl https://opencode.ai/install1337.cursor/commands/update-opencode-sandbox.md before you finish.