chainlink-cre-connect-skill
Installation
SKILL.md
Chainlink CRE Connect Skill
Overview
Treat CRE Connect as a client-facing private-beta product. Applications consume provisioned product interfaces; CRE Connect runs the internal CRE workflows. Users do not write or deploy those workflows.
Keep this file as the routing and safety layer. Load only the reference needed for the request.
Route by Artifact Fit
| User intent | Route | Deliverable |
|---|---|---|
| Create, simulate, deploy, or operate a Go/TypeScript CRE workflow | chainlink-cre-skill |
Workflow code, config, and CLI guidance |
| Integrate CRE Connect watchers or DON-signed inbound events | This skill + events.md | Consumer design using the provisioned interface |
| Build EIP-712-authorized gas-less outbound operations | This skill + operations.md | Signing/execution design using the provisioned interface |
| Use the CRE Connect DTA extension | This skill + dta.md | DTA integration design |
| Implement generic ERC-4337 accounts, UserOperations, paymasters, or bundlers | Generic ERC-4337 guidance, not this skill | ERC-4337 integration |
| Decide whether CRE Connect fits or request private-beta access | This skill + concepts.md | Scope, prerequisites, and architecture |