[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-chainlink-chainlink-data-feeds-skill":3,"mdc-a2bfy9-key":37,"related-repo-chainlink-chainlink-data-feeds-skill":429,"related-org-chainlink-chainlink-data-feeds-skill":525},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"chainlink-data-feeds-skill","integrate Chainlink Data Feeds into applications","Help developers integrate Chainlink Data Feeds into smart contracts and applications. Use for price feed integration, feed address lookup, consumer contract generation, multi-chain data feeds (EVM, Solana, Aptos, StarkNet, Tron), MVR bundle feeds, SVR\u002FOEV feeds, feed monitoring, historical data, L2 sequencer checks, rates\u002Fvolatility feeds, SmartData\u002FRWA feeds, or debugging feed integrations. Trigger on any mention of Chainlink price feeds, oracle data, AggregatorV3Interface, latestRoundData, or feed addresses.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"chainlink","Chainlink","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fchainlink.png","smartcontractkit",[13,17,20,23],{"name":14,"slug":15,"type":16},"Web3","web3","tag",{"name":18,"slug":19,"type":16},"Smart Contracts","smart-contracts",{"name":21,"slug":22,"type":16},"API Development","api-development",{"name":24,"slug":25,"type":16},"Ethereum","ethereum",118,"https:\u002F\u002Fgithub.com\u002Fsmartcontractkit\u002Fchainlink-agent-skills","2026-07-12T08:48:45.565811","MIT",17,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"[PUBLIC] Repository for Chainlink Skills that implement https:\u002F\u002Fagentskills.io\u002Fspecification","https:\u002F\u002Fgithub.com\u002Fsmartcontractkit\u002Fchainlink-agent-skills\u002Ftree\u002FHEAD\u002Fchainlink-data-feeds-skill","---\nname: chainlink-data-feeds-skill\ndescription: \"Help developers integrate Chainlink Data Feeds into smart contracts and applications. Use for price feed integration, feed address lookup, consumer contract generation, multi-chain data feeds (EVM, Solana, Aptos, StarkNet, Tron), MVR bundle feeds, SVR\u002FOEV feeds, feed monitoring, historical data, L2 sequencer checks, rates\u002Fvolatility feeds, SmartData\u002FRWA feeds, or debugging feed integrations. Trigger on any mention of Chainlink price feeds, oracle data, AggregatorV3Interface, latestRoundData, or feed addresses.\"\nlicense: MIT\ncompatibility: Designed for AI agents that implement https:\u002F\u002Fagentskills.io\u002Fspecification, including Claude Code, Cursor Composer, and Codex-style workflows.\nallowed-tools: Read WebFetch Write Edit Bash\nmetadata:\n  purpose: Chainlink Data Feeds developer assistance and reference\n  version: \"0.0.4\"\n---\n\n# Chainlink Data Feeds Skill\n\n## Overview\n\nRoute Data Feed requests to the simplest valid path. Generate working code on first attempt when possible. Fetch documentation only when a specific gap blocks progress.\n\n## Progressive Disclosure\n\n1. Keep this file as the default guide.\n2. Read [references\u002Freading-price-feeds.md](references\u002Freading-price-feeds.md) only when the user wants to read a price feed on EVM, write a consumer contract, read off-chain, look up AggregatorV3Interface, or debug a price feed integration.\n3. Read [templates\u002Fstarter-kit\u002FREADME.md](templates\u002Fstarter-kit\u002FREADME.md) and the files in [templates\u002Fstarter-kit](templates\u002Fstarter-kit) when the user asks for a working example project, Foundry starter kit, runnable Data Feeds example, or says something like \"give me a working example of a data feeds project.\" Use this starter-kit template instead of inventing project scaffolding.\n4. Read [references\u002Fmvr-feeds.md](references\u002Fmvr-feeds.md) only when the user asks about Multiple-Variable Response feeds, bundle feeds, or BundleAggregatorProxy.\n5. Read [references\u002Fsvr-feeds.md](references\u002Fsvr-feeds.md) only when the user asks about Smart Value Recapture, OEV recapture, or searcher onboarding.\n6. Read [references\u002Ffeed-types.md](references\u002Ffeed-types.md) only when the user asks about feed categories, SmartData\u002FRWA, rates\u002Fvolatility, tokenized equity feeds, or needs help choosing a feed type.\n7. Read [references\u002Fmulti-chain.md](references\u002Fmulti-chain.md) only when the user targets Solana, StarkNet, Aptos, or Tron.\n8. Read [references\u002Ffeed-operations.md](references\u002Ffeed-operations.md) only when the user asks about L2 sequencer uptime checks, feed deprecation, contract registry, developer responsibilities, or data sources.\n9. Read [references\u002Fofficial-sources.md](references\u002Fofficial-sources.md) only when the answer depends on live data that the reference files do not contain -- feed addresses for a specific chain, current deprecation schedules, specific network parameters.\n10. Read [references\u002Fsource-code.md](references\u002Fsource-code.md) only when debugging interface mismatches or the user needs to inspect contract source code on GitHub.\n11. Do not load reference files speculatively.\n\n## Routing\n\n1. Use reading-price-feeds.md as the default for any EVM price feed request — this covers the vast majority of Data Feeds use cases.\n2. Use templates\u002Fstarter-kit for project-level example requests, especially Foundry starter requests. Return a concise file tree, the relevant template files, install\u002Ftest commands, and the Sepolia ETH\u002FUSD feed configuration unless the user asks for another chain.\n3. Route to the chain-specific section of multi-chain.md for non-EVM chains (Solana, Aptos, StarkNet, Tron).\n4. Route to mvr-feeds.md for bundle or multi-variable feed requests.\n5. Route to svr-feeds.md for OEV or MEV recapture requests.\n6. Route to feed-operations.md for operational concerns (L2 sequencer checks, deprecation, monitoring).\n7. Ask one focused question if the chain, feed type, or integration method is unclear.\n8. Proceed without asking for read-only work: explanations, code generation, debugging.\n\n## Safety Defaults\n\nThese are non-negotiable in generated code. Every consumer contract or integration must include them.\n\n1. Always validate freshness: check `updatedAt` against a staleness threshold based on the feed's heartbeat. Never skip this.\n2. Always call `decimals()` on the feed: never hardcode decimal counts. Different feeds use different decimals.\n3. On L2 chains (Arbitrum, Optimism, Base, Scroll, etc.): always include an L2 Sequencer Uptime Feed check with a grace period after recovery.\n4. Never use `answeredInRound` for freshness validation — this field is deprecated.\n5. Remind users that example code is unaudited and not for production use without a security review.\n6. If the user is targeting mainnet, emphasize developer responsibilities and recommend a security audit.\n\n## Documentation Access\n\nThis skill references official Data Feeds documentation URLs throughout its reference files. Whether the model can fetch those URLs depends on the host agent's capabilities.\n\n1. If WebFetch, a browser tool, or an MCP server that can retrieve documentation is available, use it to fetch the referenced URL before answering.\n2. If no documentation-fetching tool is available, do not silently improvise Data Feeds patterns from training data alone. Instead:\n   - Use the embedded reference content in this skill's reference files as the floor for guidance.\n   - Tell the user that live documentation could not be verified.\n   - Provide the specific URL so the user can check it directly.\n3. For contract-first workflows where correctness matters most, prefer the concrete examples in [references\u002Freading-price-feeds.md](references\u002Freading-price-feeds.md) over generating patterns from memory.\n\n## Working Rules\n\n1. Generate working code from knowledge and reference files first. Fetch only when a specific detail is missing.\n2. Treat 0-1 fetches as normal, 2-3 as the ceiling. Most questions need no fetches because the reference files contain the implementation guidance.\n3. When a fetch is needed, apply the cascade: WebFetch first; if it returns \u003C1000 chars of useful content, fall back to `curl -s -L -A \"Mozilla\u002F5.0 ...\" \"\u003Curl>\"`; if both fail, report the URL to the user.\n4. Keep answers proportional — a simple \"read a price feed\" question gets a code block and brief explanation, not a full tutorial.\n5. Generate code only when code is actually needed.\n6. Keep unsupported or out-of-scope features out of the answer rather than speculating.\n7. When using the starter-kit template, preserve its Foundry layout and contract names unless the user asks for a different framework. The template is based on the Chainlink Foundry Starter Kit `PriceFeedConsumer.sol` example, with the required Data Feeds validation added for safer generated code.\n",{"data":38,"body":44},{"name":4,"description":6,"license":29,"compatibility":39,"allowed-tools":40,"metadata":41},"Designed for AI agents that implement https:\u002F\u002Fagentskills.io\u002Fspecification, including Claude Code, Cursor Composer, and Codex-style workflows.","Read WebFetch Write Edit Bash",{"purpose":42,"version":43},"Chainlink Data Feeds developer assistance and reference","0.0.4",{"type":45,"children":46},"root",[47,55,62,68,74,197,203,246,252,257,315,321,326,369,375],{"type":48,"tag":49,"props":50,"children":51},"element","h1",{"id":4},[52],{"type":53,"value":54},"text","Chainlink Data Feeds Skill",{"type":48,"tag":56,"props":57,"children":59},"h2",{"id":58},"overview",[60],{"type":53,"value":61},"Overview",{"type":48,"tag":63,"props":64,"children":65},"p",{},[66],{"type":53,"value":67},"Route Data Feed requests to the simplest valid path. Generate working code on first attempt when possible. Fetch documentation only when a specific gap blocks progress.",{"type":48,"tag":56,"props":69,"children":71},{"id":70},"progressive-disclosure",[72],{"type":53,"value":73},"Progressive Disclosure",{"type":48,"tag":75,"props":76,"children":77},"ol",{},[78,84,97,115,126,137,148,159,170,181,192],{"type":48,"tag":79,"props":80,"children":81},"li",{},[82],{"type":53,"value":83},"Keep this file as the default guide.",{"type":48,"tag":79,"props":85,"children":86},{},[87,89,95],{"type":53,"value":88},"Read ",{"type":48,"tag":90,"props":91,"children":93},"a",{"href":92},"references\u002Freading-price-feeds.md",[94],{"type":53,"value":92},{"type":53,"value":96}," only when the user wants to read a price feed on EVM, write a consumer contract, read off-chain, look up AggregatorV3Interface, or debug a price feed integration.",{"type":48,"tag":79,"props":98,"children":99},{},[100,101,106,108,113],{"type":53,"value":88},{"type":48,"tag":90,"props":102,"children":104},{"href":103},"templates\u002Fstarter-kit\u002FREADME.md",[105],{"type":53,"value":103},{"type":53,"value":107}," and the files in ",{"type":48,"tag":90,"props":109,"children":111},{"href":110},"templates\u002Fstarter-kit",[112],{"type":53,"value":110},{"type":53,"value":114}," when the user asks for a working example project, Foundry starter kit, runnable Data Feeds example, or says something like \"give me a working example of a data feeds project.\" Use this starter-kit template instead of inventing project scaffolding.",{"type":48,"tag":79,"props":116,"children":117},{},[118,119,124],{"type":53,"value":88},{"type":48,"tag":90,"props":120,"children":122},{"href":121},"references\u002Fmvr-feeds.md",[123],{"type":53,"value":121},{"type":53,"value":125}," only when the user asks about Multiple-Variable Response feeds, bundle feeds, or BundleAggregatorProxy.",{"type":48,"tag":79,"props":127,"children":128},{},[129,130,135],{"type":53,"value":88},{"type":48,"tag":90,"props":131,"children":133},{"href":132},"references\u002Fsvr-feeds.md",[134],{"type":53,"value":132},{"type":53,"value":136}," only when the user asks about Smart Value Recapture, OEV recapture, or searcher onboarding.",{"type":48,"tag":79,"props":138,"children":139},{},[140,141,146],{"type":53,"value":88},{"type":48,"tag":90,"props":142,"children":144},{"href":143},"references\u002Ffeed-types.md",[145],{"type":53,"value":143},{"type":53,"value":147}," only when the user asks about feed categories, SmartData\u002FRWA, rates\u002Fvolatility, tokenized equity feeds, or needs help choosing a feed type.",{"type":48,"tag":79,"props":149,"children":150},{},[151,152,157],{"type":53,"value":88},{"type":48,"tag":90,"props":153,"children":155},{"href":154},"references\u002Fmulti-chain.md",[156],{"type":53,"value":154},{"type":53,"value":158}," only when the user targets Solana, StarkNet, Aptos, or Tron.",{"type":48,"tag":79,"props":160,"children":161},{},[162,163,168],{"type":53,"value":88},{"type":48,"tag":90,"props":164,"children":166},{"href":165},"references\u002Ffeed-operations.md",[167],{"type":53,"value":165},{"type":53,"value":169}," only when the user asks about L2 sequencer uptime checks, feed deprecation, contract registry, developer responsibilities, or data sources.",{"type":48,"tag":79,"props":171,"children":172},{},[173,174,179],{"type":53,"value":88},{"type":48,"tag":90,"props":175,"children":177},{"href":176},"references\u002Fofficial-sources.md",[178],{"type":53,"value":176},{"type":53,"value":180}," only when the answer depends on live data that the reference files do not contain -- feed addresses for a specific chain, current deprecation schedules, specific network parameters.",{"type":48,"tag":79,"props":182,"children":183},{},[184,185,190],{"type":53,"value":88},{"type":48,"tag":90,"props":186,"children":188},{"href":187},"references\u002Fsource-code.md",[189],{"type":53,"value":187},{"type":53,"value":191}," only when debugging interface mismatches or the user needs to inspect contract source code on GitHub.",{"type":48,"tag":79,"props":193,"children":194},{},[195],{"type":53,"value":196},"Do not load reference files speculatively.",{"type":48,"tag":56,"props":198,"children":200},{"id":199},"routing",[201],{"type":53,"value":202},"Routing",{"type":48,"tag":75,"props":204,"children":205},{},[206,211,216,221,226,231,236,241],{"type":48,"tag":79,"props":207,"children":208},{},[209],{"type":53,"value":210},"Use reading-price-feeds.md as the default for any EVM price feed request — this covers the vast majority of Data Feeds use cases.",{"type":48,"tag":79,"props":212,"children":213},{},[214],{"type":53,"value":215},"Use templates\u002Fstarter-kit for project-level example requests, especially Foundry starter requests. Return a concise file tree, the relevant template files, install\u002Ftest commands, and the Sepolia ETH\u002FUSD feed configuration unless the user asks for another chain.",{"type":48,"tag":79,"props":217,"children":218},{},[219],{"type":53,"value":220},"Route to the chain-specific section of multi-chain.md for non-EVM chains (Solana, Aptos, StarkNet, Tron).",{"type":48,"tag":79,"props":222,"children":223},{},[224],{"type":53,"value":225},"Route to mvr-feeds.md for bundle or multi-variable feed requests.",{"type":48,"tag":79,"props":227,"children":228},{},[229],{"type":53,"value":230},"Route to svr-feeds.md for OEV or MEV recapture requests.",{"type":48,"tag":79,"props":232,"children":233},{},[234],{"type":53,"value":235},"Route to feed-operations.md for operational concerns (L2 sequencer checks, deprecation, monitoring).",{"type":48,"tag":79,"props":237,"children":238},{},[239],{"type":53,"value":240},"Ask one focused question if the chain, feed type, or integration method is unclear.",{"type":48,"tag":79,"props":242,"children":243},{},[244],{"type":53,"value":245},"Proceed without asking for read-only work: explanations, code generation, debugging.",{"type":48,"tag":56,"props":247,"children":249},{"id":248},"safety-defaults",[250],{"type":53,"value":251},"Safety Defaults",{"type":48,"tag":63,"props":253,"children":254},{},[255],{"type":53,"value":256},"These are non-negotiable in generated code. Every consumer contract or integration must include them.",{"type":48,"tag":75,"props":258,"children":259},{},[260,274,287,292,305,310],{"type":48,"tag":79,"props":261,"children":262},{},[263,265,272],{"type":53,"value":264},"Always validate freshness: check ",{"type":48,"tag":266,"props":267,"children":269},"code",{"className":268},[],[270],{"type":53,"value":271},"updatedAt",{"type":53,"value":273}," against a staleness threshold based on the feed's heartbeat. Never skip this.",{"type":48,"tag":79,"props":275,"children":276},{},[277,279,285],{"type":53,"value":278},"Always call ",{"type":48,"tag":266,"props":280,"children":282},{"className":281},[],[283],{"type":53,"value":284},"decimals()",{"type":53,"value":286}," on the feed: never hardcode decimal counts. Different feeds use different decimals.",{"type":48,"tag":79,"props":288,"children":289},{},[290],{"type":53,"value":291},"On L2 chains (Arbitrum, Optimism, Base, Scroll, etc.): always include an L2 Sequencer Uptime Feed check with a grace period after recovery.",{"type":48,"tag":79,"props":293,"children":294},{},[295,297,303],{"type":53,"value":296},"Never use ",{"type":48,"tag":266,"props":298,"children":300},{"className":299},[],[301],{"type":53,"value":302},"answeredInRound",{"type":53,"value":304}," for freshness validation — this field is deprecated.",{"type":48,"tag":79,"props":306,"children":307},{},[308],{"type":53,"value":309},"Remind users that example code is unaudited and not for production use without a security review.",{"type":48,"tag":79,"props":311,"children":312},{},[313],{"type":53,"value":314},"If the user is targeting mainnet, emphasize developer responsibilities and recommend a security audit.",{"type":48,"tag":56,"props":316,"children":318},{"id":317},"documentation-access",[319],{"type":53,"value":320},"Documentation Access",{"type":48,"tag":63,"props":322,"children":323},{},[324],{"type":53,"value":325},"This skill references official Data Feeds documentation URLs throughout its reference files. Whether the model can fetch those URLs depends on the host agent's capabilities.",{"type":48,"tag":75,"props":327,"children":328},{},[329,334,358],{"type":48,"tag":79,"props":330,"children":331},{},[332],{"type":53,"value":333},"If WebFetch, a browser tool, or an MCP server that can retrieve documentation is available, use it to fetch the referenced URL before answering.",{"type":48,"tag":79,"props":335,"children":336},{},[337,339],{"type":53,"value":338},"If no documentation-fetching tool is available, do not silently improvise Data Feeds patterns from training data alone. Instead:\n",{"type":48,"tag":340,"props":341,"children":342},"ul",{},[343,348,353],{"type":48,"tag":79,"props":344,"children":345},{},[346],{"type":53,"value":347},"Use the embedded reference content in this skill's reference files as the floor for guidance.",{"type":48,"tag":79,"props":349,"children":350},{},[351],{"type":53,"value":352},"Tell the user that live documentation could not be verified.",{"type":48,"tag":79,"props":354,"children":355},{},[356],{"type":53,"value":357},"Provide the specific URL so the user can check it directly.",{"type":48,"tag":79,"props":359,"children":360},{},[361,363,367],{"type":53,"value":362},"For contract-first workflows where correctness matters most, prefer the concrete examples in ",{"type":48,"tag":90,"props":364,"children":365},{"href":92},[366],{"type":53,"value":92},{"type":53,"value":368}," over generating patterns from memory.",{"type":48,"tag":56,"props":370,"children":372},{"id":371},"working-rules",[373],{"type":53,"value":374},"Working Rules",{"type":48,"tag":75,"props":376,"children":377},{},[378,383,388,401,406,411,416],{"type":48,"tag":79,"props":379,"children":380},{},[381],{"type":53,"value":382},"Generate working code from knowledge and reference files first. Fetch only when a specific detail is missing.",{"type":48,"tag":79,"props":384,"children":385},{},[386],{"type":53,"value":387},"Treat 0-1 fetches as normal, 2-3 as the ceiling. Most questions need no fetches because the reference files contain the implementation guidance.",{"type":48,"tag":79,"props":389,"children":390},{},[391,393,399],{"type":53,"value":392},"When a fetch is needed, apply the cascade: WebFetch first; if it returns \u003C1000 chars of useful content, fall back to ",{"type":48,"tag":266,"props":394,"children":396},{"className":395},[],[397],{"type":53,"value":398},"curl -s -L -A \"Mozilla\u002F5.0 ...\" \"\u003Curl>\"",{"type":53,"value":400},"; if both fail, report the URL to the user.",{"type":48,"tag":79,"props":402,"children":403},{},[404],{"type":53,"value":405},"Keep answers proportional — a simple \"read a price feed\" question gets a code block and brief explanation, not a full tutorial.",{"type":48,"tag":79,"props":407,"children":408},{},[409],{"type":53,"value":410},"Generate code only when code is actually needed.",{"type":48,"tag":79,"props":412,"children":413},{},[414],{"type":53,"value":415},"Keep unsupported or out-of-scope features out of the answer rather than speculating.",{"type":48,"tag":79,"props":417,"children":418},{},[419,421,427],{"type":53,"value":420},"When using the starter-kit template, preserve its Foundry layout and contract names unless the user asks for a different framework. The template is based on the Chainlink Foundry Starter Kit ",{"type":48,"tag":266,"props":422,"children":424},{"className":423},[],[425],{"type":53,"value":426},"PriceFeedConsumer.sol",{"type":53,"value":428}," example, with the required Data Feeds validation added for safer generated code.",{"items":430,"total":524},[431,446,457,474,492,499,513],{"slug":432,"name":432,"fn":433,"description":434,"org":435,"tags":436,"stars":26,"repoUrl":27,"updatedAt":445},"chainlink-ace-skill","manage Chainlink ACE compliance contracts","Handle Chainlink ACE (Automated Compliance Engine) work using the public smartcontractkit\u002Fchainlink-ace repository and official docs.chain.link ACE Platform docs. Use for audited ACE core contracts, managed Platform\u002FBeta scope, Coordinator API, Reporting API, Policy Management, PolicyEngine, PolicyProtected, policy chains, custom policies, extractors, mappers, Cross-Chain Identity (CCIDs), credential registries, KYC\u002FAML credentials, sanctions screening, regulated tokens, ERC-20 and ERC-3643 compliance token examples, upgrade guidance, and BUSL licensing. Trigger on any mention of ACE, Automated Compliance Engine, chainlink-ace, Chainlink compliance, policy enforcement, ERC-3643, or onchain compliance rules, even if the user does not explicitly say 'ACE'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[437,440,443,444],{"name":438,"slug":439,"type":16},"Blockchain","blockchain",{"name":441,"slug":442,"type":16},"Compliance","compliance",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-07-12T08:48:40.926488",{"slug":447,"name":447,"fn":448,"description":449,"org":450,"tags":451,"stars":26,"repoUrl":27,"updatedAt":456},"chainlink-ccip-skill","implement cross-chain messaging with Chainlink CCIP","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[452,453,454,455],{"name":438,"slug":439,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-08-01T05:43:55.71941",{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":26,"repoUrl":27,"updatedAt":473},"chainlink-confidential-ai-attester-skill","attest private LLM results with Chainlink","Chainlink Confidential AI Attester: submit private documents to an LLM inside an AWS Nitro Enclave and get back a cryptographically attested result — raw documents never leave the TEE. Use for these hackathon scenarios: (1) undercollateralized DeFi lending — upload a bank statement, get an attested approved\u002Fdenied JSON decision without exposing financials on-chain; (2) accredited investor verification — check SEC Rule 501 qualification from brokerage statements privately; (3) KYC\u002FAML screening — analyse ID docs and transaction history inside a TEE, return a pass\u002Ffail with flags; (4) proof of reserves — verify custodian balance reports against claimed reserves; (5) any use case where an AI must read sensitive user documents and the result needs a cryptographic proof of what model ran on what data. Trigger on: private inference, attested AI, TEE inference, confidential AI, or undercollateralized lending \u002F KYC \u002F accredited investor mentioned alongside document analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[463,466,469,472],{"name":464,"slug":465,"type":16},"AWS","aws",{"name":467,"slug":468,"type":16},"LLM","llm",{"name":470,"slug":471,"type":16},"Security","security",{"name":14,"slug":15,"type":16},"2026-07-12T08:48:48.38428",{"slug":475,"name":475,"fn":476,"description":477,"org":478,"tags":479,"stars":26,"repoUrl":27,"updatedAt":491},"chainlink-cre-skill","develop workflows with Chainlink CRE","Handle CRE (Chainlink Runtime Environment) work: Go\u002FTypeScript workflows, CRE CLI\u002FSDK, triggers (CRON, HTTP, EVM log), HTTP, Confidential HTTP and EVM Read\u002FWrite 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'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[480,481,484,485,488],{"name":21,"slug":22,"type":16},{"name":482,"slug":483,"type":16},"Automation","automation",{"name":438,"slug":439,"type":16},{"name":486,"slug":487,"type":16},"Go","go",{"name":489,"slug":490,"type":16},"TypeScript","typescript","2026-07-22T05:37:59.07919",{"slug":4,"name":4,"fn":5,"description":6,"org":493,"tags":494,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[495,496,497,498],{"name":21,"slug":22,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":26,"repoUrl":27,"updatedAt":512},"chainlink-data-streams-skill","build applications with Chainlink Data Streams","Help developers build with Chainlink Data Streams, including credentials guidance, report decoding, REST and WebSocket report retrieval with official Go\u002FRust\u002FTypeScript SDKs, High Availability streaming, on-chain report verification, real-time frontend displays, report schema guidance, SQLite persistence, and timestamp lookback. Use this skill whenever the user mentions Chainlink Data Streams, Streams Direct, Data Streams reports, report schemas, report decoding, data-streams-sdk, or real-time low-latency market data from Chainlink.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,506,507,510,511],{"name":21,"slug":22,"type":16},{"name":486,"slug":487,"type":16},{"name":508,"slug":509,"type":16},"Rust","rust",{"name":489,"slug":490,"type":16},{"name":14,"slug":15,"type":16},"2026-07-12T08:48:47.087596",{"slug":514,"name":514,"fn":515,"description":516,"org":517,"tags":518,"stars":26,"repoUrl":27,"updatedAt":523},"chainlink-vrf-skill","integrate Chainlink VRF into smart contracts","Help developers integrate Chainlink VRF into smart contracts. Use for consumer contract generation with VRFConsumerBaseV2Plus, subscription setup and funding (LINK or native), keyHash and gas lane selection, coordinator address lookup and debugging VRF integrations. Trigger on any mention of VRF, verifiable randomness, on-chain random number generation, requestRandomWords, fulfillRandomWords, VRF subscription, VRF coordinator, keyHash, or provably fair randomness in a smart contract, even if the user does not say 'VRF' explicitly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[519,520,521,522],{"name":438,"slug":439,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-07-22T05:37:58.164428",7,{"items":526,"total":596},[527,534,541,548,556,563,571,578],{"slug":432,"name":432,"fn":433,"description":434,"org":528,"tags":529,"stars":26,"repoUrl":27,"updatedAt":445},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[530,531,532,533],{"name":438,"slug":439,"type":16},{"name":441,"slug":442,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":447,"name":447,"fn":448,"description":449,"org":535,"tags":536,"stars":26,"repoUrl":27,"updatedAt":456},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[537,538,539,540],{"name":438,"slug":439,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":458,"name":458,"fn":459,"description":460,"org":542,"tags":543,"stars":26,"repoUrl":27,"updatedAt":473},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[544,545,546,547],{"name":464,"slug":465,"type":16},{"name":467,"slug":468,"type":16},{"name":470,"slug":471,"type":16},{"name":14,"slug":15,"type":16},{"slug":475,"name":475,"fn":476,"description":477,"org":549,"tags":550,"stars":26,"repoUrl":27,"updatedAt":491},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[551,552,553,554,555],{"name":21,"slug":22,"type":16},{"name":482,"slug":483,"type":16},{"name":438,"slug":439,"type":16},{"name":486,"slug":487,"type":16},{"name":489,"slug":490,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":557,"tags":558,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[559,560,561,562],{"name":21,"slug":22,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":500,"name":500,"fn":501,"description":502,"org":564,"tags":565,"stars":26,"repoUrl":27,"updatedAt":512},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[566,567,568,569,570],{"name":21,"slug":22,"type":16},{"name":486,"slug":487,"type":16},{"name":508,"slug":509,"type":16},{"name":489,"slug":490,"type":16},{"name":14,"slug":15,"type":16},{"slug":514,"name":514,"fn":515,"description":516,"org":572,"tags":573,"stars":26,"repoUrl":27,"updatedAt":523},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[574,575,576,577],{"name":438,"slug":439,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":593,"repoUrl":594,"updatedAt":595},"chainlink-for-agents","manage Chainlink for Agents operations","Register an agent, create chain wallets, discover available workflows, sign Chainlink for Agents requests, handle x402 USDC payments, and sign EIP-712 operation data locally. Use for the Chainlink for Agents \u002Fv1 API, agent wallets, workflow execution, EIP-712 signing, and x402 payments. Do NOT use for generic REST APIs or unrelated Chainlink products.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[584,587,590,591],{"name":585,"slug":586,"type":16},"Agents","agents",{"name":588,"slug":589,"type":16},"Payments","payments",{"name":14,"slug":15,"type":16},{"name":592,"slug":592,"type":16},"x402",1,"https:\u002F\u002Fgithub.com\u002Fsmartcontractkit\u002Fchainlink-for-agents","2026-07-12T08:48:51.253226",8]