{"id":49034830,"url":"https://github.com/smartcontractkit/chainlink-agent-skills","last_synced_at":"2026-07-31T14:30:47.185Z","repository":{"id":342451057,"uuid":"1154952967","full_name":"smartcontractkit/chainlink-agent-skills","owner":"smartcontractkit","description":"[PUBLIC] Repository for Chainlink Skills that implement https://agentskills.io/specification","archived":false,"fork":false,"pushed_at":"2026-06-17T13:37:46.000Z","size":869,"stargazers_count":114,"open_issues_count":8,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-06-17T14:28:26.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartcontractkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-11T00:38:46.000Z","updated_at":"2026-06-17T12:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smartcontractkit/chainlink-agent-skills","commit_stats":null,"previous_names":["smartcontractkit/chainlink-agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smartcontractkit/chainlink-agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fchainlink-agent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fchainlink-agent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fchainlink-agent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fchainlink-agent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcontractkit","download_url":"https://codeload.github.com/smartcontractkit/chainlink-agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Fchainlink-agent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36122275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-19T11:00:23.108Z","updated_at":"2026-07-31T14:30:47.165Z","avatar_url":"https://github.com/smartcontractkit.png","language":"JavaScript","funding_links":[],"categories":["Skills \u0026 Plugins","🌟 Community Skills","Skills, Plugins, and Extensions","技能与插件","Skills Library","Blockchain Operations"],"sub_categories":["agentskills.io Ecosystem","💰 Finance, Payments \u0026 Crypto","Skills and skill ecosystems","agentskills.io 生态","agentskills.io Standard"],"readme":"# Chainlink Developer Agent Skills\n\nOfficial Repo for Chainlink coding skills. Each skill follows the [Agent Skills specification](https://agentskills.io/specification).\n\n## Available Skills\n\n| Skill                                                         | Description                                                                                           |\n| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |\n| [chainlink-cre-skill](chainlink-cre-skill/)                   | CRE onboarding, workflow generation, CLI/SDK help, and runtime operations                             |\n| [chainlink-ccip-skill](chainlink-ccip-skill/)                 | CCIP sends, contracts, local testing, monitoring, discovery, and CCT workflows                        |\n| [chainlink-data-feeds-skill](chainlink-data-feeds-skill/)     | Data Feeds contracts, multi-chain Data Feeds integration                                              |\n| [chainlink-data-streams-skill](chainlink-data-streams-skill/) | Data Streams REST/WebSocket SDKs, report decoding, on-chain verification, and real-time frontend apps |\n| [chainlink-ace-skill](chainlink-ace-skill/)                   | ACE core contracts, Policy Management, Cross-Chain Identity, and compliance token examples            |\n| [chainlink-vrf-skill](chainlink-vrf-skill/)                   | VRF v2.5 subscription and direct-funding consumers, migration from V2, billing, and network addresses |\n\n## Install\n\nUse [vercel's CLI for the open skills ecosystem](https://github.com/vercel-labs/skills#readme). Project-level installation is the default.\n\n```bash\nnpx skills add smartcontractkit/chainlink-agent-skills\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"75%\" alt=\"npx skills add smartcontractkit/chainlink-agent-skills\" src=\"https://github.com/user-attachments/assets/2f4fbecb-be53-47d6-9f5a-7cb32979eb72\" /\u003e\n\u003c/p\u003e\n\nBut if you want to install globally (at the user level) then add the `-g` flag.\n\nNote the use of `--skill` to specify which specific skill to install.\n\n```bash\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-cre-skill -g\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-ccip-skill -g\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-data-feeds-skill -g\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-data-streams-skill -g\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-ace-skill -g\nnpx skills add smartcontractkit/chainlink-agent-skills --skill chainlink-vrf-skill -g\n```\n\n## Use\n\nWhen 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:\n\n\n```text\nUsing /chainlink-data-feeds-skill, /chainlink-cre-skill, and /chainlink-ccip-skill, \nbuild a tokenized fund project that:\n\n- delivers data (NAV, yields and ESG attestations) securely on-chain\n- mints fund tokens representing shares in a tokenized investment fund\n- uses Chainlink Proof of Reserve by CRE for real-time verification of reserved assets\n- can be traded and settled seamlessly across multiple public and private chains\n- has a clean, modern UI dashboard\n\nCreate a development plan. Include steps for testing on testnets. \nMake sure README has instructions on how to run local CRE simulations and \nhow to monitor status of cross-chain transfers using the CCIP CLI.\n\nAny questions before you start?\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fchainlink-agent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcontractkit%2Fchainlink-agent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Fchainlink-agent-skills/lists"}