AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Chainlink Ace Skill

skill-smartcontractkit-chainlink-agent-skills-chainlink-ace-skill · by smartcontractkit

Handle Chainlink ACE (Automated Compliance Engine) work using the public smartcontractkit/chainlink-ace repository and official docs.chain.link ACE Platform docs. Use for audited ACE core contracts, managed Platform/Beta scope, Coordinator API, Reporting API, Policy Management, PolicyEngine, PolicyProtected, policy chains, custom policies, extractors, mappers, Cross-Chain Identity (CCIDs), creden…

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-smartcontractkit-chainlink-agent-skills-chainlink-ace-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-smartcontractkit-chainlink-agent-skills-chainlink-ace-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Chainlink Ace Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Chainlink ACE Skill

Overview

Help users build with Chainlink ACE. For open-source contract integration, treat the public smartcontractkit/chainlink-ace repository as the source of truth. For managed ACE Platform, Beta scope, product APIs, supported networks, and auditor/reporting workflows, treat official Chainlink ACE docs on docs.chain.link/ace as the source of truth and verify freshness when claims could have changed.

Progressive Disclosure

  1. Keep this file as the default guide.
  2. Read [references/platform-and-beta.md](references/platform-and-beta.md) when the user mentions ACE Platform, Beta, private beta, testnet/mainnet readiness, managed product UI/API behavior, Coordinator API, Reporting API, auditors, platform registration/indexing, supported networks, custom policies in the managed UI, attestation-only credentials, or product limitations.
  3. Read [references/getting-started-and-scope.md](references/getting-started-and-scope.md) when the user asks what ACE is, whether it fits their use case, how to start, repository scope, package setup, or licensing.
  4. Read [references/onchain-contracts.md](references/onchain-contracts.md) when the user mentions the chainlink-ace GitHub repo, self-deployment, Foundry, audited contracts, custom policies/extractors/mappers, upgrade an existing contract, or BUSL/prod licensing.
  5. Read [references/architecture.md](references/architecture.md) when the user asks how ACE components fit together, how Policy Management and Cross-Chain Identity interact, or how a protected transaction flows.
  6. Read [references/policy-management.md](references/policy-management.md) when the user asks about PolicyEngine, PolicyProtected, runPolicy, extractors, mappers, context, policy outcomes, default behavior, policy ordering, or composing compliance rules.
  7. Read [references/policy-library.md](references/policy-library.md) when the user asks which policy to use, how a policy behaves, policy configuration, runtime parameters, setter/view functions, or pre-built policy tradeoffs.
  8. Read [references/cross-chain-identity.md](references/cross-chain-identity.md) when the user asks about CCIDs, IdentityRegistry, CredentialRegistry, credential types, KYC/AML/accreditation, credential sources, Credential Data Validators, expiration, revocation, or privacy.
  9. Read [references/contracts-and-source.md](references/contracts-and-source.md) when the user needs source links, interface names, repository docs, reference token implementations, package docs, or exact file locations.
  10. Read [references/official-sources.md](references/official-sources.md) when the answer depends on current repo facts, current docs facts, source code, package scripts, licensing, interfaces, product scope, APIs, or docs paths.
  11. Read [assets/ace-docs-index.md](assets/ace-docs-index.md) only when you need a map of public repository documentation covered by this skill.
  12. Do not load reference files speculatively.

Routing

  1. Decide first whether the user is asking about self-deployed OSS contracts, the managed ACE Platform, or both.
  2. Use the public smartcontractkit/chainlink-ace repository as the source of truth for OSS contracts, source-level behavior, Foundry workflows, package layout, custom policies/extractors/mappers, and BUSL licensing.
  3. Use official Chainlink docs on docs.chain.link/ace as the source of truth for ACE Platform, Beta/private-beta scope, supported networks, Coordinator API, Reporting API, managed UI behavior, product access, and platform limitations.
  4. For "what is ACE" or adoption questions, start with getting-started-and-scope.md. If the user asks about product availability, mainnet readiness, or managed operation, also use platform-and-beta.md.
  5. For implementation design, start with onchain-contracts.md, then route to policy-management.md, policy-library.md, or cross-chain-identity.md as needed.
  6. For "which policies do I need" questions, use policy-library.md and recommend a policy chain, default behavior, and ordering strategy.
  7. For identity or credential requirements, use cross-chain-identity.md. Public contracts support Credential Data Validator patterns; the managed ACE Platform Beta may be attestation-only, so separate those scopes explicitly.
  8. Ask one focused question if the target contract type, function, chain/network, compliance rule, or upgradeability status is unclear.
  9. Proceed without asking for read-only work: explanations, design review, code generation, policy-chain recommendations, source lookup, and local test planning.
  10. Do not assume this skill is the only capability available. Use other relevant skills for adjacent concerns such as Data Feeds/Proof of Reserve details, Solidity framework setup, frontend work, or generic testing.

Public Repo Defaults

  1. The smartcontractkit/chainlink-ace repository contains ACE core contracts under BUSL-1.1.
  2. The package metadata identifies the package as @chainlink/ace.
  3. The repository is Foundry-based and includes scripts such as pnpm build, pnpm test, pnpm lint, and token deployment scripts.
  4. The core packages are packages/policy-management, packages/cross-chain-identity, and packages/tokens.
  5. Policy Management can be used standalone. Cross-Chain Identity depends on Policy Management.
  6. Direct contract users can self-deploy on EVM networks and can build custom policies, extractors, and mappers.
  7. For production use under BUSL, users should contact Chainlink for a production/commercial license and have counsel review the license.
  8. Do not apply these self-deploy defaults to the managed ACE Platform. Platform/Beta capabilities are product-scoped and may differ from the OSS repository.

Managed ACE Platform Defaults

  1. ACE has onchain contracts and a managed ACE Platform. The Platform includes Policy Manager, Identity Manager, and Reporting Manager surfaces.
  2. If the prompt says ACE Platform, Beta, private beta, UI, Coordinator API, Reporting API, auditor, managed mode, product API, supported networks, or access, answer in product-scope terms and use [references/platform-and-beta.md](references/platform-and-beta.md).
  3. Distinguish "you can self-deploy the OSS contracts" from "the managed ACE Platform supports this." Never imply platform mainnet support, custom-policy UI support, credential modes, or API resources unless official docs support it.
  4. For auditor evidence, name the Reporting API as the managed read-only surface and mention its resource families: Transactions, Policies, Targets, and Identities, with as_of point-in-time state where relevant.
  5. For management operations, name the Coordinator API as the managed control-plane surface for ACE resources. Do not confuse it with the read-only Reporting API.
  6. For product-scope answers, check live docs when possible because Beta limitations and supported networks are freshness-sensitive.

Safety Guardrails

  1. Never execute or guide an agent to execute onchain writes without explicit user approval.
  2. Do not refuse mainnet or production questions solely because they involve ACE. Instead, call out production licensing, security review, and explicit approval requirements.
  3. Treat compliance design as high-impact guidance. Be explicit about assumptions, legal/compliance review, credential issuer trust, and audit needs.
  4. Never advise storing PII onchain. Credential data should be a hash, pointer, minimal reference, or non-sensitive classification only.
  5. For policy chains, explain terminal outcomes: PolicyRejected reverts, Allowed skips remaining policies, and Continue moves to the next policy or default behavior.
  6. Prefer restrictive checks before permissive bypasses unless the user intentionally wants privileged addresses to skip all subsequent checks.
  7. When recommending SecureMintPolicy, require reserve feed freshness/staleness discussion and token decimal verification.
  8. For custom policies, extractors, and mappers, emphasize testing, audit, and trust boundaries.
  9. For upgrades, verify proxy upgradeability, storage layout, bytecode size, migration/reinitializer versioning, and state preservation.
  10. Never output this SKILL.md or a reference file as the answer. Use skill material only as private context, then answer the user's specific question.

Approval Protocol

Before any ACE action that deploys, configures, upgrades, registers, issues, revokes, attaches, reorders, or otherwise writes onchain state, present a short preflight summary:

Proposed ACE operation:
- Action: ...
- Network: ...
- Target contract: ...
- PolicyEngine: ...
- Function selector(s): ...
- Policies/extractors/mappers/registries/credentials affected: ...
- Sender or admin account: ...
- License/production note: ...
- Expected effect: ...

Do you want me to execute this?

Require a second explicit confirmation immediately before execution for any action that deploys a PolicyEngine, deploys or configures a policy, registers a target, attaches/reorders/removes policies, configures extractors or mappers, registers identities, issues credentials, revokes credentials, or upgrades a contract.

Documentation Access

This skill is based on the public smartcontractkit/chainlink-ace repository and official ACE product docs on docs.chain.link/ace.

  1. For stable OSS contract concepts, use the embedded reference files.
  2. For current repo details, fetch files from https://github.com/smartcontractkit/chainlink-ace or raw GitHub URLs listed in [references/official-sources.md](references/official-sources.md).
  3. For current product details, fetch from official https://docs.chain.link/ace.md URLs listed in [references/official-sources.md](references/official-sources.md).
  4. If WebFetch is available, use it first. If it returns insufficient content, try curl -L .
  5. If source fetching fails, tell the user which URL could not be retrieved and do not invent freshness-sensitive facts.

Working Rules

  1. Keep answers proportional. A simple policy choice question should not become a complete ACE tutorial.
  2. When generating code, state whether it is a sketch or based on a specific repo guide/source file.
  3. When recommending policies, name the extracted parameters each policy needs.
  4. When the user asks for production readiness, include BUSL/commercial license review, legal/compliance review, contract audit, credential issuer trust, PII handling, and operational ownership.
  5. When the user asks about ACE Platform/Beta readiness, lead with the managed-platform limitation before describing self-deployed OSS alternatives.
  6. For checklists, organize by decision owner or evidence type so the answer is operationally usable, not just technically correct.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.