chainlink-confidential-ai-attester-skill
Installation
SKILL.md
Chainlink Confidential AI Attester
Runs LLM inference inside Trusted Execution Environment (TEE). Documents go in, LLM analysis comes out — the raw documents are never stored or exposed.
Beta product for the EthGlobal NYC hackathon. Get an API key at the Chainlink booth or via the #partner-chainlink channel in the EthGlobal Discord.
Playground UI: https://confidential-ai-dev-preview.cldev.cloud/playground — easiest way to try it. Everything there maps 1:1 to the API calls below.
Workflow 1 — Submit: POST /v1/inference
Auth: Authorization: Bearer $API_KEY — always use an env var, never hardcode.