← 返回 Skills 市场
777
总下载
2
收藏
7
当前安装
33
版本数
在 OpenClaw 中安装
/install web3-investor
功能描述
AI-native DeFi investment intelligence. Discover, analyze, and compare yield opportunities across 2,500+ protocols with intent-aware search, LLM-powered deep...
安全使用建议
This skill is internally consistent with its description, but it forwards your natural-language queries, structured preferences, session IDs, and any feedback to Antalpha's MCP server. Before installing, confirm you trust the remote endpoint (https://mcp-skills.ai.antalpha.com) and Antalpha's privacy/retention policies. Never paste private keys, wallet seed phrases, or other secrets into queries or feedback fields. If you need stronger privacy, review the client code locally (scripts/mcp_client.py) and consider running it in an isolated environment or using an alternative that runs analysis locally.
功能分析
Type: OpenClaw Skill
Name: web3-investor
Version: 3.8.2
The web3-investor skill is a thin client designed to interface with a remote Antalpha MCP (Model Context Protocol) server for DeFi investment research. The Python implementation in scripts/mcp_client.py is a standard MCP client that handles session management and tool calls via urllib, with no evidence of local data exfiltration, credential theft, or unauthorized command execution. The instructions in SKILL.md are well-structured, focusing on risk-aware discovery and analysis of DeFi protocols, and include safety rules for the AI agent to prioritize real-time data and risk transparency.
能力标签
能力评估
Purpose & Capability
Name/description promise DeFi investment intelligence and the bundle contains a thin Python MCP client, static protocol registry, and docs that point to the declared MCP endpoint (https://mcp-skills.ai.antalpha.com/mcp). Required binaries (python3) and included files are proportionate to the stated purpose.
Instruction Scope
Runtime instructions and the Python client send user intent, structured preferences, session IDs, and feedback to the remote MCP server and parse SSE responses. This is coherent with the described design ('all intelligence runs server-side'), but note that user queries and feedback (potentially PII or investment intent) are transmitted and may be stored/processed server-side.
Install Mechanism
No install spec is provided (instruction-only install), and included files are a small Python client and a shell wrapper. Nothing is downloaded from arbitrary URLs or written to nonstandard locations in the skill package itself.
Credentials
The skill declares no required environment variables or credentials and the code does not read env vars for secrets. Documentation mentions optional MCP servers that in other contexts may require API keys (e.g., DUNE_API_KEY), but the provided client uses the single configured MCP endpoint from config/config.json.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or modify other skills' configuration. It manages its own MCP session state in memory and does not write persistent secrets to disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web3-investor - 安装完成后,直接呼叫该 Skill 的名称或使用
/web3-investor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.8.2
No changes detected in this version.
- Version number updated to 3.8.2.
- No code or documentation changes present.
v3.8.1
- Updated security notes in SKILL.md to clarify that all queries are sent to the Antalpha MCP server and zero API keys are required on the client.
- Removed references to user-controlled persistence and local investment records from the metadata section.
- Clarified server-side processing of user investment intent in the documentation.
- No changes to actual skill functionality or API; documentation-only update.
v3.8.0
**Major upgrade: Enhanced AI-native DeFi analysis with risk, security, and smart money sentiment.**
- Intent-aware discovery now includes 7-dimension risk scoring, DeFi security scanning, and smart money sentiment.
- Deep analysis and comparison leverage LLM-powered reasoning and clear explanations.
- Multi-round conversational refinement captures user intent across sessions for better recommendations.
- Expanded tool descriptions, including pipeline details and session behavior.
- Security notes and metadata added for safer deployment and configuration awareness.
v3.7.2
Server-side tool reduction: drop investor_feedback, investor_confirm_intent, investor_get_stored_intent (6 tools → 3 tools). mcp_client.py cleanup: remove defunct functions/parsers/dispatch. SKILL.md updated to reflect 3 active tools only.
v2.0.3
- Bumped skill version to 2.0.3.
- Added a homepage URL (https://www.antalpha.com/) to metadata.
- No functional or interface changes.
v2.0.2
- Internal update to scripts/mcp_client.py; no external interfaces changed.
- No modifications to documentation or user-facing features.
- Behavior and usage remain the same for all users.
v2.0.1
- Major cleanup of repository: removed 9 unused scripts, templates, and test files.
- No changes to commands or user-facing functionality.
- Only configuration files were updated; the core skill logic remains as a thin wrapper to the MCP server.
v2.0.0
web3-investor 2.0.0
- Major simplification: Now a thin wrapper around a remote MCP server; all business logic and data fetching handled remotely.
- Removed all local discovery, trading, portfolio, and protocol scripts; only scripts/mcp_client.py remains.
- No longer requires any local API keys or environment variables; all authentication is managed server-side.
- Updated commands: Only discovery, analysis, comparison, feedback, and intent management are available via the MCP client.
- Documentation and rules revised to reflect the new server-centric workflow.
- Significant reduction in codebase and project complexity.
v0.5.11
web3-investor v0.5.11
- Updated SKILL.md to reflect improvements, usage instructions, and module/documentation organization.
- No code changes; documentation only.
- Clarified rules and workflows for investment discovery and transaction execution.
- Enhanced environment variable documentation and security best practices.
- Refined module and quick start guides for agent developers.
v0.5.10
web3-investor v0.5.10
- Updated skill version to 0.5.10 in documentation.
- No functional or logic changes; documentation version now matches current release.
v0.5.9
No file changes detected in this release.
v0.5.8
**web3-investor v0.5.8 changelog**
- Updated SKILL.md to define required environment variables and security notes in a new `openclaw`-style metadata section.
- Added explicit security guidance for trusted API endpoints and environment variable usage.
- No core functionality or major behavioral changes; documentation and metadata structure improvements only.
v0.5.7
web3-investor v0.5.7
- Documentation updates and clarifications in SKILL.md only
- No code or API changes
- All features, quick start instructions, rules, environment variables, and module overviews remain unchanged
v0.5.6
- Improved SKILL.md metadata for better compatibility:
- Changed `env` to `env_vars`.
- Added explicit sensitivity flag to each environment variable.
- Added `install` field with `instruction-only` type.
- No feature or code changes; documentation/metadata update only.
v0.5.5
web3-investor v0.5.5
- Updated references/discovery.md for improved documentation and clarity.
- No code or logic changes; documentation update only.
v0.5.4
web3-investor v0.5.4 Changelog
- No code or functional changes; only documentation file SKILL.md was modified.
- Version metadata remains at 0.5.3; version bump is not reflected in the main documentation.
- No user-impacting changes in features or usage.
v0.5.3
- Updated SKILL.md to version 0.5.3.
- No logic or feature changes; documentation version bump only.
v0.1.2
web3-investor v0.1.2
- Added detailed environment variable specifications to SKILL.md, documenting API keys and their usage.
- Environment variables now formally include DUNE_API_KEY, WEB3_INVESTOR_API_URL, WEB3_INVESTOR_DEBANK_API_KEY, and ALCHEMY_API_KEY with descriptions and sensitivity flags.
- No logic or usage flow changes—mostly documentation and configuration clarifications for setup and integration.
v0.1.1
- Adds initial unit testing framework with sample tests for discovery scripts.
- Updates SKILL.md with version, author, and required Python dependencies metadata.
- Revises and simplifies discovery data sources (now DefiLlama and Dune; MCP/AntAlpha removed).
- Updates configuration documentation, including pip requirements and Dune integration sample.
- Minor updates to config and discovery scripts to improve compatibility with new tests and reflect revised data sources.
v0.5.2
No user-facing changes.
- Version bump with no detected file changes.
- No SKILL.md, code, or configuration updates in this release.
元数据
常见问题
Web3 Investor 是什么?
AI-native DeFi investment intelligence. Discover, analyze, and compare yield opportunities across 2,500+ protocols with intent-aware search, LLM-powered deep... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 777 次。
如何安装 Web3 Investor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web3-investor」即可一键安装,无需额外配置。
Web3 Investor 是免费的吗?
是的,Web3 Investor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web3 Investor 支持哪些平台?
Web3 Investor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web3 Investor?
由 bevanding(@bevanding)开发并维护,当前版本 v3.8.2。
推荐 Skills