Handle CRE (Chainlink Runtime Environment) work: Go/TypeScript workflows, CRE CLI/SDK, triggers (CRON, HTTP, EVM log), HTTP, Confidential HTTP and EVM Read/Write capabilities, secrets, simulation, deployment, and monitoring. Use this skill whenever the user mentions CRE, Chainlink workflows, workflow simulate or deploy, automation with Chainlink, even if they never say 'CRE'
80
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Route CRE requests to the simplest valid path. Keep this file as the decision layer; load reference files only for the mechanics needed by the user's request. Generate working workflow code on first attempt when the user asks for implementation.
cre workflow simulate command.project-scaffolding.md for cre init, simulation.md for cre workflow simulate, and operations.md for deploy/activate/update/pause/delete/secrets operations.--target must include it. Use non-interactive flags when a command would otherwise prompt.operations.md.runtime.Now()/runtime.now() for timestamps, runtime.Rand() for Go randomness, and runtime or Vault DON secret APIs for secrets.bigint for Solidity integer values in TypeScript.project-scaffolding.md and concepts.md.cre init (see project-scaffolding.md). Never hand-write project structure, config, or boilerplate yourself unless cre init is unavailable or fails.https://cre.chain.link themselves. For login, the agent may run cre login, but it opens a browser where the user must complete the interactive sign-in (entering their password, plus 2FA if enabled on their account). Run the command, tell the user to finish logging in in their browser, then continue the task once the command returns / the user confirms (e.g., via cre whoami).smartcontractkit/chainlink-agent-skills.cre itself) rather than in this skill. Mention it to the user but do not open a skill issue.gh issue create after explicit user confirmation. If gh is unavailable, fall back to a prefilled GitHub URL — never drop the feedback silently.6a60106
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.