ワンクリックで
smart-contract
Read smart contract state and call view/pure contract methods
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read smart contract state and call view/pure contract methods
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.