[PUBLIC] Repository for Chainlink Skills that implement https://agentskills.io/specification
npx skills add https://github.com/smartcontractkit/chainlink-agent-skills --skill chainlink-cre-skillقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Official Repo for Chainlink skills. Each skill follows the Agent Skills specification.
| 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 |
Use vercel's CLI for the open skills ecosystem. Project-level installation is the default.
npx skills add smartcontractkit/chainlink-agent-skills
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
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?