A specialized skill for building applications on Arc, Circle's EVM-compatible blockchain where USDC is used as the native gas token.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install use-arc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install use-arc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Arc is a developer-centric blockchain designed by Circle that revolutionizes transaction economics by using USDC as its native gas token. By leveraging Openclaw Skills for Arc, developers can build USDC-first applications that benefit from sub-second finality and predictable transaction costs. This EVM-compatible network supports standard Solidity tooling, allowing for seamless integration of smart contracts, DeFi protocols, and payment applications without the volatility of traditional native tokens. Using this skill ensures that your AI agent understands the specific nuances of Arc, such as its dual-decimal system and testnet configurations.
To begin using this skill within your environment, configure your local variables and ensure Foundry is installed for contract management.
# Set up environment variables
export ARC_TESTNET_RPC_URL=https://rpc.testnet.arc.network
export PRIVATE_KEY=your_private_key_here
# Install Foundry if not present
curl -L https://foundry.paradigm.xyz | bash && foundryup
# Deploy a contract to Arc Testnet
forge create src/MyContract.sol:MyContract \
--rpc-url $ARC_TESTNET_RPC_URL \
--private-key $PRIVATE_KEY \
--broadcast
The Openclaw Skills framework for Arc organizes network data and token addresses into a clear taxonomy for developer reference:
| Property | Value | Note |
|---|---|---|
| Network Name | Arc Testnet | Primary development environment |
| Chain ID | 5042002 | Required for provider configuration |
| USDC Address | 0x3600000000000000000000000000000000000000 | Native ERC-20 on Arc |
| EURC Address | 0x89B50855Aa3bE2F677cD6303Cec089B5F319D72a | Stable Euro token |
| Gas Decimals | 18 | Used for native transaction fees |
| Token Decimals | 6 | Standard USDC/EURC precision |
Loading
A Socratic AI tutor designed to facilitate deep learning through active conversation and interdisciplinary connections for high-stakes exam preparation.

A professional framework for AI agents to systematically analyze and document undocumented binaries, APIs, and complex technical workflows.

A professional-grade toolkit for Openclaw Skills designed to structure basketball game analysis, player scouting, and practice planning.

A conversational AI specialist focused on the nine mandatory female-authored literary works for the FUVEST 2026 entrance exam.

A specialized writing skill designed to generate complete, formatted academic research papers for the College of Computer Science and Mathematics at Tikrit University.

Clay is a comprehensive command-line interface for the Clay.earth platform, designed to search, organize, and manage professional contact networks.








































