with one click
smart-contract
Read smart contract state and call view/pure contract methods
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Read smart contract state and call view/pure contract methods
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | smart-contract |
| description | Read smart contract state and call view/pure contract methods |
| activation_keywords | ["smart contract","contract","abi","erc20","erc721","erc1155","token","tokenbalance","allowance","total supply"] |
| execution_mode | server |
Provides read-only smart contract interaction capabilities:
Use builtin_smart_contract tool with fields:
operation: one of "erc20_info", "erc20_balance", "erc20_allowance", "erc721_owner", "erc721_metadata", "code", "storage"contract_address: Ethereum contract addressaddress: (optional) wallet address for balance/allowance queriesspender: (optional) spender address for allowance querytoken_id: (optional) NFT token ID for ERC721 queriesnetwork: (optional) Ethereum network: "mainnet", "sepolia", "holesky" (default: "mainnet")Note: Only read-only (view/pure) contract calls are supported. No state-changing transactions.