Agent skill · Code Review & Quality

genlayer-erc7710-connector

Connect GenLayer Intelligent Contract decisions to ERC-7710-style delegated authority. Use when an agent needs to design the interface, message schema, relayer/bridge path, EVM revocation controller, constraint updates, proof/finality assumptions, and failure handling that turn a GenLayer agent-performance review into ERC-7710 revocation or policy changes.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill genlayer-erc7710-connector --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: integrations/genlayer-erc7710-connector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GenLayer ERC-7710 Connector Use this skill after the mandate, ERC-7710 policy, and GenLayer Intelligent Contract review flow exist. This skill does not teach GenLayer contract deployment. For GenLayer build, deploy, test, and CLI operations, use the official GenLayer skills at `https://skills.genlayer.com/` or the GenLayer documentation. This skill specifies the connector: ```text GenLayer Intelligent Contract decision -> decision proof / receipt / finalized result -> relayer or bridge -> EVM RevocationController -> ERC-7710 Delegation Manager rejects or constrains future redemptions ``` ## Design Rule Never say "GenLayer cancels ERC-7710" without defining the effect path. GenLayer produces a decision. An EVM-side controller, account module, caveat enforcer, or delegation manager integration must consume that decision. ## Workflow 1. Identify the permission: - `mandateId`, `permissionHash`, delegator, delegate, delegation manager, target EVM chain, and current policy. 2. Identify the GenLayer decision source: - supervisor contract address, method that stores/returns the decision, review window, decision enum, score, issued timestamp, and finalized transaction id. 3. Choose the co

What's inside
Steps it walks through
  1. Design Rule
  2. Workflow
  3. Connector Modes
  4. Manual Demo Relay
  5. Trusted Relayer
  6. GenLayer Studio Bridge Boilerplate
  7. Optimistic Relay
  8. Verified Bridge
  9. Message Schema
  10. EVM Revocation Controller
  11. Decision Effects
  12. Periodic Review Demo Cadence
  13. Failure Cases
  14. Output Checklist
Ships with 1 file
  • references/connector-patterns.md
More from internet-court-skill
All skills →
About this skill
What does the genlayer-erc7710-connector skill do?

Connect GenLayer Intelligent Contract decisions to ERC-7710-style delegated authority. Use when an agent needs to design the interface, message schema, relayer/bridge path, EVM revocation controller, constraint updates, proof/finality assumptions, and failure handling that turn a GenLayer agent-performance review into ERC-7710 revocation or policy changes.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill genlayer-erc7710-connector --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going