chainlink-cre-skill

[PUBLIC] Repository for Chainlink Skills that implement https://agentskills.io/specification

Installation
CLI
npx skills add https://github.com/smartcontractkit/chainlink-agent-skills --skill chainlink-cre-skill

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/22/2026

Chainlink Agent Skills

Official Repo for Chainlink skills. Each skill follows the Agent Skills specification.

Available Skills

Skill Description
chainlink-cre-skill CRE onboarding, workflow generation, CLI/SDK help, and runtime operations
chainlink-ccip-skill CCIP sends, contracts, local testing, monitoring, discovery, and CCT workflows
chainlink-data-feeds-skill Data Feeds contracts, multi-chain Data Feeds integration

Install

Use vercel's CLI for the open skills ecosystem. Project-level installation is the default.

npx skills add smartcontractkit/chainlink-agent-skills

npx skills add

But if you want to install globally (at the user level) then add the -g flag.

Note the use of --skill to specify which specific skill to install.

npx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-cre-skill -g
npx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-ccip-skill -g
npx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-data-feeds-skill -g

Use

When your agent supports Agent Skills, it will discover and activate these skills based on the task. However we recommend that you explicitly invoke the skill in your agent chat sessions as follows:

Using the /chainlink-data-feeds-skill, develop a Solidity contract that:

- reads the ETH/USD Chainlink price feed on Ethereum mainnet
- is structured as a Foundry project
- handles required package installation and project setup
- includes proper validation
- follows security best practices

Any questions before you start?