LICENSE
README.md
pyproject.toml
clawmes/__init__.py
clawmes/_version.py
clawmes/persona.py
clawmes/plugin.yaml
clawmes.egg-info/PKG-INFO
clawmes.egg-info/SOURCES.txt
clawmes.egg-info/dependency_links.txt
clawmes.egg-info/entry_points.txt
clawmes.egg-info/requires.txt
clawmes.egg-info/top_level.txt
clawmes/bridges/__init__.py
clawmes/bridges/installer.py
clawmes/bridges/process.py
clawmes/bridges/sa_client.py
clawmes/bridges/wc_client.py
clawmes/bridges/sources/wc/package-lock.json
clawmes/bridges/sources/wc/package.json
clawmes/bridges/sources/wc/tsconfig.json
clawmes/bridges/sources/wc/src/index.ts
clawmes/bridges/sources/wc/src/methods.ts
clawmes/bridges/sources/wc/src/wc-client.ts
clawmes/cli/__init__.py
clawmes/cli/_argparse.py
clawmes/cli/doctor.py
clawmes/cli/init.py
clawmes/cli/version.py
clawmes/commands/__init__.py
clawmes/commands/agent.py
clawmes/commands/agent_plan.py
clawmes/commands/airdrop.py
clawmes/commands/alerts.py
clawmes/commands/allowlist.py
clawmes/commands/auto_tune.py
clawmes/commands/balance.py
clawmes/commands/burn.py
clawmes/commands/buy.py
clawmes/commands/bv7x.py
clawmes/commands/claim.py
clawmes/commands/copy.py
clawmes/commands/dca.py
clawmes/commands/discovery.py
clawmes/commands/doctor.py
clawmes/commands/evolve.py
clawmes/commands/help.py
clawmes/commands/identity.py
clawmes/commands/info.py
clawmes/commands/launch.py
clawmes/commands/leaderboard.py
clawmes/commands/limit_order.py
clawmes/commands/mev_protect.py
clawmes/commands/my_launches.py
clawmes/commands/objective.py
clawmes/commands/onboarding.py
clawmes/commands/onramp.py
clawmes/commands/plans.py
clawmes/commands/policy.py
clawmes/commands/report.py
clawmes/commands/research.py
clawmes/commands/scan.py
clawmes/commands/sniper.py
clawmes/commands/strategy.py
clawmes/commands/trending.py
clawmes/commands/tx.py
clawmes/commands/wallet.py
clawmes/commands/wallet_recovery.py
clawmes/data/SOUL.md
clawmes/data/__init__.py
clawmes/data/personas/chill.md
clawmes/data/personas/degen.md
clawmes/data/personas/mentor.md
clawmes/data/personas/professional.md
clawmes/data/personas/technical.md
clawmes/hooks/__init__.py
clawmes/hooks/after_tool_call.py
clawmes/hooks/on_session.py
clawmes/hooks/pre_gateway_dispatch.py
clawmes/hooks/pre_tool_call.py
clawmes/hooks/prompt_builder.py
clawmes/hooks/subagent_stop.py
clawmes/hooks/transform_terminal_output.py
clawmes/hooks/transform_tool_result.py
clawmes/ledger/__init__.py
clawmes/ledger/tx_ledger.py
clawmes/lib/__init__.py
clawmes/lib/abi.py
clawmes/lib/addr.py
clawmes/lib/base_app.py
clawmes/lib/base_builder.py
clawmes/lib/chains.py
clawmes/lib/decimals.py
clawmes/lib/dexscreener.py
clawmes/lib/ens.py
clawmes/lib/http.py
clawmes/lib/logger.py
clawmes/lib/params.py
clawmes/lib/paths.py
clawmes/lib/time.py
clawmes/lib/tool_result.py
clawmes/lib/x402.py
clawmes/mcp_server/__init__.py
clawmes/mcp_server/server.py
clawmes/onboarding/__init__.py
clawmes/onboarding/flow.py
clawmes/onboarding/personas.py
clawmes/plans/__init__.py
clawmes/plans/compiler.py
clawmes/plans/executor.py
clawmes/plans/ir.py
clawmes/plans/scheduler.py
clawmes/plans/validator.py
clawmes/plans/triggers/__init__.py
clawmes/plans/triggers/price_trigger.py
clawmes/plans/triggers/time_trigger.py
clawmes/policy/__init__.py
clawmes/policy/confirm_store.py
clawmes/policy/evaluator.py
clawmes/policy/parser.py
clawmes/policy/storage.py
clawmes/policy/types.py
clawmes/policy/usage_counter.py
clawmes/services/__init__.py
clawmes/services/_base.py
clawmes/services/aave.py
clawmes/services/alerts_scheduler.py
clawmes/services/bankr_service.py
clawmes/services/base_account.py
clawmes/services/bv7x.py
clawmes/services/clawnch.py
clawmes/services/coingecko.py
clawmes/services/command_history.py
clawmes/services/copy_trader.py
clawmes/services/credential_redactor.py
clawmes/services/dca_scheduler.py
clawmes/services/endpoint_allowlist.py
clawmes/services/evolution_mode.py
clawmes/services/explorer.py
clawmes/services/governance.py
clawmes/services/identity.py
clawmes/services/lifi.py
clawmes/services/limit_order_scheduler.py
clawmes/services/mode_service.py
clawmes/services/onboarding_service.py
clawmes/services/opengateway.py
clawmes/services/persona_service.py
clawmes/services/price.py
clawmes/services/registry.py
clawmes/services/rpc.py
clawmes/services/safe.py
clawmes/services/sniper_scheduler.py
clawmes/services/staking.py
clawmes/services/token_decimals.py
clawmes/services/token_gate.py
clawmes/services/wallet.py
clawmes/services/wc_notifications.py
clawmes/services/zerox.py
clawmes/skills/__init__.py
clawmes/skills/agent-memory/SKILL.md
clawmes/skills/airdrop/SKILL.md
clawmes/skills/analytics/SKILL.md
clawmes/skills/approvals/SKILL.md
clawmes/skills/automation/SKILL.md
clawmes/skills/bankr/SKILL.md
clawmes/skills/block-explorer/SKILL.md
clawmes/skills/bridge/SKILL.md
clawmes/skills/browser/SKILL.md
clawmes/skills/bv7x/SKILL.md
clawmes/skills/clawnch-launch/SKILL.md
clawmes/skills/cost-basis/SKILL.md
clawmes/skills/defi-swap/SKILL.md
clawmes/skills/defi-trading/SKILL.md
clawmes/skills/farcaster/SKILL.md
clawmes/skills/governance/SKILL.md
clawmes/skills/lending/SKILL.md
clawmes/skills/liquidity/SKILL.md
clawmes/skills/manage-orders/SKILL.md
clawmes/skills/market-intel/SKILL.md
clawmes/skills/nft/SKILL.md
clawmes/skills/permit2/SKILL.md
clawmes/skills/privacy/SKILL.md
clawmes/skills/safe-multisig/SKILL.md
clawmes/skills/session-recall/SKILL.md
clawmes/skills/skill-evolve/SKILL.md
clawmes/skills/staking/SKILL.md
clawmes/skills/transfer/SKILL.md
clawmes/skills/watch-activity/SKILL.md
clawmes/tools/__init__.py
clawmes/tools/_user_tools.py
clawmes/tools/a2a_call.py
clawmes/tools/agent_identity.py
clawmes/tools/agent_memory.py
clawmes/tools/airdrop.py
clawmes/tools/analytics.py
clawmes/tools/approvals.py
clawmes/tools/bankr_automate.py
clawmes/tools/bankr_launch.py
clawmes/tools/bankr_leverage.py
clawmes/tools/bankr_polymarket.py
clawmes/tools/block_explorer.py
clawmes/tools/bridge.py
clawmes/tools/browser.py
clawmes/tools/bv7x.py
clawmes/tools/bv7x_market.py
clawmes/tools/bv7x_oracle.py
clawmes/tools/clawnch_fees.py
clawmes/tools/clawnch_launch.py
clawmes/tools/clawnchconnect.py
clawmes/tools/clawnx.py
clawmes/tools/compound_action.py
clawmes/tools/cost_basis.py
clawmes/tools/defi_balance.py
clawmes/tools/defi_lend.py
clawmes/tools/defi_price.py
clawmes/tools/defi_stake.py
clawmes/tools/defi_swap.py
clawmes/tools/eas_attestation.py
clawmes/tools/farcaster.py
clawmes/tools/giza.py
clawmes/tools/governance.py
clawmes/tools/herd_intelligence.py
clawmes/tools/hummingbot.py
clawmes/tools/liquidity.py
clawmes/tools/lobster_cash.py
clawmes/tools/manage_orders.py
clawmes/tools/market_intel.py
clawmes/tools/molten.py
clawmes/tools/nft.py
clawmes/tools/nookplot.py
clawmes/tools/paysponge.py
clawmes/tools/permit2.py
clawmes/tools/policy_manage.py
clawmes/tools/privacy.py
clawmes/tools/registry.py
clawmes/tools/safe.py
clawmes/tools/session_recall.py
clawmes/tools/skill_evolve.py
clawmes/tools/transfer.py
clawmes/tools/watch_activity.py
clawmes/tools/wayfinder.py
clawmes/tools/yield_farming.py
clawmes/wallet/__init__.py
clawmes/wallet/_base.py
clawmes/wallet/bankr.py
clawmes/wallet/base_account.py
clawmes/wallet/keystore.py
clawmes/wallet/local_key.py
clawmes/wallet/state.py
clawmes/wallet/walletconnect.py
tests/test_imports.py
tests/test_init_module.py
tests/test_misc_coverage.py
tests/test_persona.py
tests/test_persona_extra.py
tests/test_plugin_loading.py
tests/test_plugin_manifest.py
tests/test_register.py