Feat/addressbook public 0x 373 374 - #381
Merged
rosspeili merged 5 commits intoSep 23, 2026
Merged
Conversation
…RPAHLS#373, ARPAHLS#374) Add public_0x to central addressbook, top-level skillware addressbook CLI (list, edit, set-wallet, remove, open), config open, and recipient disambiguation in defi/evm_tx_handler with EVM config chain/token merge.
… ripples skillware evm token add (degen on base example), optional live RPC tests from .env, AGENT_PRIVATE_KEY alias, card.json recipient_name field, and card UI fixture update.
…#373, ARPAHLS#374) Add addressbook operator config, skillware evm tokens list, README Gemini+Gmail quick start, reproducible pay_and_notify SkillContext recipe, and cross-links across CLI, API keys, glossary, and skill catalog pages.
Contributor
Author
|
Follow-up polish
Non-blocking follow-ups: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Unifies Skillware’s shared address book (
public_0x) with defi/evm_tx_handler v0.3.0 and elevates addressbook/EVM operator CLI. Operators manage contacts and EVM wallets once; transfers resolve names with fail-closed disambiguation; chains/tokens merge from operatorevm.yaml(#379 foundation).Fixes #373 · Fixes #374
Type of Change
defi/evm_tx_handler→ v0.3.0mail_configaddressbook schema,evm_configtoken registryskillware addressbook,skillware config open,skillware evm token addChecklist
Fixes #373,Fixes #374)black/flake8pass on touched modulespytest tests/+skills/defi/evm_tx_handler/test_skill.py— 511 passed, 4 skippedpytest tests/test_registry_docs.py+test_skill_docs.py— passCHANGELOG.mdupdated under[Unreleased]examples/README.md— N/ASkill upgrade (
defi/evm_tx_handlerv0.3.0)needs_input/missing_configfor ambiguous recipientsevm.yamlchains/tokens with bundle registriesmanifest.yaml,instructions.md,card.json,test_skill.pyupdateddocs/skills/evm_tx_handler.md+ catalog rowFramework & CLI (#373 + #374)
public_0x; email or wallet validation; CRUD helpers inmail_config.pyskillware addressbook list|edit|set-wallet|remove|open;mail addressbookaliasskillware config open [--dir]skillware evm token add(example: DEGEN on Base)tests/test_evm_integration.py)Constitution & safety
evm.tokensonlyconfirmed: truewhen configured; private keys stay in.env(AGENT_WALLET_PRIVATE_KEYorAGENT_PRIVATE_KEYalias)needs_input(no silent send)Related
Fixes #373 · Fixes #374 · Builds on #379 (EVM operator config)