Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Chainlink oracle integration — price feeds (AggregatorV3Interface), VRF v2.5 verifiable randomness, Automation (Keepers) for conditional execution, and CCIP cross-chain messaging. Covers staleness checks, decimal normalization, subscription management, and upkeep patterns across Ethereum, Arbitrum, and Base.
Chainlink provides decentralized oracle infrastructure: price feeds for DeFi pricing, VRF for provably fair randomness, Automation for scheduled/conditional on-chain execution, and CCIP for cross-chain messaging and token transfers.
latestRoundData() returns int256, not uint256 — Price can be negative (e.g., oil futures in 2020). Always check answer > 0 before casting.decimals() or hardcode per known feed. Never assume 8.requestRandomWords() with a struct parameter, and has a different coordinator interface. Most LLM training data references VRF v2.updatedAt against a heartbeat threshold. Feeds without staleness checks have caused protocol-draining exploits.npx skills add 0xinit/cryptoskills --skill chainlinkHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.