Handle Chainlink CCIP requests including read-only route, token, message-status, and lane lookups; fee-estimation guidance; user-run cross-chain transfer and messaging artifacts; sender and receiver contract development; and CCT setup guidance. The skill never signs or broadcasts transactions. Use whenever the user mentions CCIP, Chainlink cross-chain messaging, CCIP token transfers, CCTs, or CCIP monitoring.
75
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Route CCIP requests to the simplest valid path while keeping side effects and credential exposure out of the agent runtime.
Perform live read-only lookups and generate user-run artifacts, but never sign, broadcast, deploy, bridge, transfer, or otherwise execute an onchain write. Refuse every mainnet write workflow, including user-run write artifacts.
For any requested on-chain write, create a user-run preflight package instead of executing the action. The package must include:
End the preflight by stating that the user must sign and broadcast outside the agent runtime.
Use this structure:
Prepared on-chain action for user-run execution:
- Action: ...
- Network: ...
- Source chain: ...
- Destination chain: ...
- Route/lane: ...
- Token/amount: ...
- Payload: ...
- Contracts: ...
- Method: ...
- Expected effect: ...
- User-run artifact: ...
Review this carefully and execute it only from your own wallet-controlled environment.If the user asks the agent to perform any of the following, refuse the execution step and offer a non-custodial alternative such as a command template, unsigned transaction data, tests, or contract/code generation:
Do not treat user approval as permission to cross this boundary. Approval can authorize preparing artifacts, not executing write actions.
Sibling Chainlink skills draw this line differently on purpose. chainlink-cre-skill lets the agent run cre commands that consume a private key it never reads, because those commands deploy workflows. CCIP moves value, so here the agent does not run the signing command at all.
This skill references official CCIP documentation URLs throughout its reference files. Whether the model can fetch those URLs depends on the host agent's capabilities.
https://docs.chain.link/ccip/tools/llms.txt first. It is the machine-readable aggregate of the entire CCIP Tools reference and answers those questions in one request instead of several page fetches. Use https://docs.chain.link/ccip/llms-full.txt for protocol concepts, the message lifecycle, and architecture.6ea4b1a
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.