web3-manager

Coordinate wallet monitoring, balance queries, and smart contract execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill web3-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web3-manager
Source: https://github.com/lofibrainwav/AFO_Kingdom/tree/main/skills/web3-manager
Command: npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill web3-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages blockchain interactions, including wallet monitoring and smart contract execution for Kingdom assets.

Core Features & Use Cases

  • check_balance: Query wallet balances.
  • monitor_transactions: Track transaction activity.
  • execute_contract: Call smart contracts and verify signatures.

Quick Start

wallet = await web3_manager.check_balance("0xABC...")

Frequently Asked Questions about web3-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check wallet balances on blockchain networks?

Wallet balance queries retrieve current asset holdings across blockchain networks. This Skill provides check_balance functionality to query balances for any wallet address, enabling real-time visibility into cryptographic asset positions across multiple chains.

Can I monitor and track blockchain transactions automatically?

Transaction monitoring tracks blockchain activity in real time, capturing transfer events and contract interactions. This Skill includes monitor_transactions to watch wallet activity, enabling automated detection of transfers, swaps, and contract calls for auditing and compliance.

How do I execute smart contracts and verify signatures?

Smart contract execution calls blockchain functions with cryptographic verification to ensure transaction authenticity. This Skill provides execute_contract with signature verification, enabling secure contract invocation, idempotent operations, and compliance logging across supported networks.

What blockchain networks and wallet types does this support?

This Skill manages wallet monitoring and smart contract execution across multiple blockchain networks. It handles various wallet address formats, real-time event monitoring, and risk-aware automated responses while maintaining robust error handling and compliance requirements.

Why use signature verification in blockchain operations?

Signature verification confirms transaction authenticity and prevents unauthorized contract calls on blockchain networks. This Skill integrates cryptographic verification into contract execution, ensuring only legitimate signers can trigger state changes and meeting security compliance standards.