CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. dfinity
  4. /
  5. icskills
  6. /
  7. Evm Rpc

Evm Rpc

Editor's Note

If you're building a Rust canister that needs to read from or interact with Ethereum, Arbitrum, Base, or any EVM chain, this wraps the IC's EVM RPC system canister with a typed client. It handles the multi-provider consensus dance (you'll want threshold mode, not the default equality check), manages cycle attachment, and works with both Candid and Alloy types. The documentation is thorough about gotchas: consensus strategies that fail on live chains, response size limits on broad log queries, and the fact that you still need to sign transactions yourself using threshold ECDSA before sending them. Costs run around 100M to 1B cycles per call depending on provider count and response size. No bridges, no oracles, just JSON-RPC over HTTPS outcalls with automatic failover.

Install

npx skills add https://github.com/dfinity/icskills --skill evm-rpc
Votes
0
Installs128
GitHub Stars23
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment