Overview
- Skill Key
- bevanding/web3-investor
- Author
- bevanding
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bevanding/web3-investor
- Latest Commit SHA
- dd7014abaf4424411041715395f12b4e0ec0a7da
AI-friendly Web3 investment infrastructure for autonomous agents. Use when (1) discovering and analyzing DeFi/NFT investment opportunities, (2) executing secure transactions via local keystore signer REST API with preview-approve-execute state machine, (3) managing portfolio with dashboards and expiry alerts. Supports base and ethereum chains, configurable security constraints including whitelist protection, transaction limits, and mandatory simulation before execution.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 web3-investor 技能。 若已安装,则直接安装 web3-investor 技能。
# Web3 Investor Skill > **Purpose**: Enable AI agents to safely discover, analyze, and execute DeFi investments. > > **Core Philosophy**: Data-driven decisions. No generic advice without real-time discovery. --- ## ⚠️ Critical Rules (MUST FOLLOW) ### Rule 1: Discovery First **When user asks for investment advice:** ``` ❌ WRONG: Give generic advice immediately (e.g., "I recommend Aave") ✅ CORRECT: 1. Collect investment preferences (chain, token, risk tolerance) 2. Run discovery to get real-time data 3. Analyze data 4. Provide data-backed recommendations ``` ### Rule 2: User's LLM Makes Decisions - This skill provides **raw data only** - Investment analysis and recommendations are the responsibility of the user's LLM/agent - This skill is NOT responsible for investment outcomes ### Rule 3: Risk Acknowledgment - APY data comes from third-party APIs and may be delayed or inaccurate - Investment decisions are made at the user's own risk - Always DYOR (Do Your Own Research) ### Rule 4: Verify Execution Capability Before Trading **Before attempting any transaction, the agent MUST check signer availability:** ``` ❌ WRONG: Directly call preview/execute without checking API ✅ CORRECT: 1. Check if signer API is reachable (call balances endpoint) 2. If unreachable → inform user: "Signer service unavailable, please check SETUP.md" 3. Never proceed with preview if signer is unavailable ``` **Health Check Command**: ```bash python3 scripts/trading/trade_executor.py balances --network base # If success → signer is available # If error E010 → signer unavailable, stop and inform user ``` ### Rule 5: Check Payment Capability FIRST (NEW in v0.5.0) **Before asking user for transaction details, ALWAYS check execution readiness:** ``` ❌ WRONG: Ask "How much do you want to invest?" without checking payment capability ✅ CORRECT: 1. Run: python3 scripts/trading/preflight.py check --network <chain> 2. Inform user of available payment methods 3. T...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
blackeight4752
Enhance video resolution using Alibaba Cloud Super Resolution API. Use when the user wants to: (1) upscale low-res videos to higher resolution, (2) improve video quality before publishing, or (3) convert 480p videos to 1080p.
asenwang
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-party plugins required; built on the same API surface as Shopify CLI, giving you full control without extra dependencies.
aurora2035
Xeon ASR
aznikline
深度分析项目的系统边界、核心概念、模块架构、关键算法、技术选型以及错误排查。当用户需要深入理解代码库或定位疑难问题时调用。