ワンクリックで
trellis-connect-providers
Connect Trellis providers as Cloudflare Worker secrets one provider at a time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Connect Trellis providers as Cloudflare Worker secrets one provider at a time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build or modify a Trellis agent by editing the agent blueprint, skills, knowledge, state map, MCP surfaces, and verification commands.
Connect Claude Code, Codex, Cursor, or OpenCode to a local or deployed Trellis Cloudflare app over MCP.
Scaffold a new Cloudflare-first Trellis app and hand the user to readiness or deploy.
Take a first-time Trellis user from local proof to the simplest credible Cloudflare production deployment.
Route a new Trellis user through the Cloudflare-first path without making them understand the whole stack first.
Diagnose what is missing before a Trellis Cloudflare app can boot, deploy, or verify live.
| name | trellis-connect-providers |
| description | Connect Trellis providers as Cloudflare Worker secrets one provider at a time. |
Use this skill when a user needs to connect outside services to a Trellis Cloudflare app.
Keep the sequence narrow. Do not push every provider at once.
Use:
npm run doctor -- --json
npm run verify -- --json
Also read:
src/agent.tswrangler.jsonc.trellis/providers/ if it existsPrefer this order:
For the novice flow, the minimum demo set is Cloudflare only:
npm run deploy -- --jsonnpm run verify -- --jsonnpm run verify -- --live --url "$APP_URL" --api-key "$TRELLIS_API_KEY"Only after that, add providers.
Use the CLI as the contract:
npm run trellis -- connect <provider> --json
Examples:
npm run trellis -- connect firecrawl --json
npm run trellis -- connect attio --json
npm run trellis -- connect agentmail --json
npm run trellis -- connect apify --json
npm run trellis -- connect prospeo --json
npm run trellis -- connect langfuse --json
npm run trellis -- connect braintrust --json
The command writes a non-secret manifest and tells the user which npx wrangler secret put <NAME> commands to run.
Deployed agents read provider credentials from Cloudflare Worker secrets.
Do not put secrets in:
wrangler.jsonc.trellis/providers/knowledge/skills/Use:
npx wrangler secret put FIRECRAWL_API_KEY
npx wrangler secret put ATTIO_API_KEY
npx wrangler secret put AGENTMAIL_API_KEY
After each provider step:
npm run doctor -- --jsonnpm run verify -- --jsonUse explicit handoffs:
Next: set Worker secretsNext: run doctorNext: deploy againNext: verify liveNext: connect remote MCPDo not push discovery automation or real send providers before: