Agent Plugins Marketplace
All plugins

fhevm

v3.4.0

Production-ready skill for Zama fhEVM confidential smart contracts. Scaffold, audit, and migrate encrypted contracts using @fhevm/solidity v0.11+ and @zama-fhe/relayer-sdk v0.4+. Commands: /fhevm:scaffold, /fhevm:audit, /fhevm:migrate.

Claude Code1 Skill

By LaolexLicense: MIT0 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jun 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install fhevm for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fhevm@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Laolex/fhevm-agent-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

fhevm/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

fhevmSKILL.md

Production-ready agent skill for FHEVM confidential smart contracts (Zama Protocol). Full development workflow: architecture, setup, contracts, testing, deployment, frontend. Covers: encrypted types (euint8/16/32/64/128, ebool, eaddress), all FHE ops, ACL (allowThis/allow/allowTransient/allowPublic), input proofs, re-encryption, public decryption, oracle callbacks, ERC-7984 confidential tokens, OpenZeppelin Confidential Contracts, @fhevm/solidity v0.11+. Frontend SDKs: @zama-fhe/relayer-sdk v0.4 (legacy primitives) AND @zama-fhe/sdk v3 / @zama-fhe/react-sdk v3 (new — ZamaSDK, Token API, 59 hooks). HCU cost table for every operation and type. relayer-sdk 0.4.1 pin conflict resolution. Agentic commands: /fhevm scaffold (full Vercel-deployable project from spec), /fhevm audit (ACL/anti-pattern review + auto-fix), /fhevm migrate (TFHE→FHE rewrite). Validated against Claude Code, Cursor, and Windsurf.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "fhevm",
  "description": "Production-ready skill for Zama fhEVM confidential smart contracts. Scaffold, audit, and migrate encrypted contracts using @fhevm/solidity v0.11+ and @zama-fhe/relayer-sdk v0.4+. Commands: /fhevm:scaffold, /fhevm:audit, /fhevm:migrate.",
  "version": "3.4.0",
  "author": {
    "name": "Laolex"
  },
  "homepage": "https://github.com/Laolex/fhevm-agent-skill",
  "repository": "https://github.com/Laolex/fhevm-agent-skill",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fhevm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fhevm)