← Back to Skills Marketplace
272
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install solana-investor
Description
顶层投资助手编排器 — 协调 portfolio、dca、alerts、market 技能,处理复杂的多步骤投资请求。当用户的请求涉及多个操作或需要跨技能协调时触发。
Usage Guidance
Do not install blindly. Ask the publisher why there are Node scripts when SKILL.md says 'no direct scripts', and request a clear list of what the '../../.. /shared' directory contains. Manually inspect the shared directory and database access the scripts use (users, dca_strategies, price_alerts, transactions). Confirm whether TELEGRAM_BOT_TOKEN, EXECUTION_SIGNER_REF, or a Helius API key are required and why — do not provide sensitive credentials until you understand and approve their necessity. If you must test, run the skill in an isolated environment (no production DB or keys) and review outputs; require the author to declare needed env vars and to document any read/write operations to external systems before enabling it for real users.
Capability Analysis
Type: OpenClaw Skill
Name: solana-investor
Version: 0.1.0
The skill acts as an orchestrator for Solana investment tasks, providing logic for coordinating portfolio reviews, market checks, and trade execution. The included scripts (evaluate-execution-mode.js and get-metrics.js) are administrative utilities that report system readiness and performance metrics by querying a local database and checking environment variables (e.g., Helius API keys, Telegram tokens), with no evidence of malicious intent, unauthorized network calls, or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description say this is a top-level orchestrator coordinating sub-skills (portfolio, dca, alerts, market). Requiring node is reasonable for a JS-based orchestrator. However the package contains two Node scripts that reach into a '../../.. /shared' directory to load config, database, errors, and metrics — capabilities (reading a local DB and shared config) go beyond a pure prompt orchestrator and are not mentioned in SKILL.md. This is a mismatch but could be legitimate in a monorepo; it should be justified by the publisher.
Instruction Scope
SKILL.md states this is a prompt-only orchestrator and explicitly lists 'no direct scripts'. Despite that, scripts are present and those scripts read local files, query SQL tables (users, dca_strategies, price_alerts, transactions), and reference config-driven checks. The runtime instructions do not mention accessing a local database or shared config; that discrepancy broadens the agent's effective scope and should be explained.
Install Mechanism
No install spec is present (instruction-only), which is lower risk. The only runtime binary required is node (declared). No downloads or archive extraction are specified.
Credentials
The manifest declares no required environment variables, but the included code reads: config.heliusApiKey (from shared config) and process.env.TELEGRAM_BOT_TOKEN and process.env.EXECUTION_SIGNER_REF. Accessing a Telegram token and an execution signer reference (HSM/MPC/KMS pointer) and reading a local configuration file without declaring them is disproportionate and opaque. The scripts also query potentially sensitive local DB tables. These are not justified by the SKILL.md and should be declared and audited.
Persistence & Privilege
The skill is not force-included (always: false) and uses normal model invocation settings. It does reference and load shared code and local DB artifacts (via '../../.. /shared'), which gives it broad read access in a monorepo layout; this is not the same as requesting elevated platform privileges, but it increases the blast radius and should be reviewed before granting runtime access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-investor - After installation, invoke the skill by name or use
/solana-investor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of solana-investor skill orchestrator.
- Coordinates portfolio, DCA, alerts, and market skills for complex multi-step investment requests.
- Provides workflow principles such as querying before actions, stepwise confirmation, and context passing.
- Includes example orchestration patterns like “view + set alert”, “portfolio + DCA”, and “summary”.
- Is only triggered for multi-skill user requests; simple requests are handled by sub-skills directly.
- Ensures each write operation requires confirmation, and failed sub-steps do not block others.
Metadata
Frequently Asked Questions
What is Solana Investor?
顶层投资助手编排器 — 协调 portfolio、dca、alerts、market 技能,处理复杂的多步骤投资请求。当用户的请求涉及多个操作或需要跨技能协调时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.
How do I install Solana Investor?
Run "/install solana-investor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana Investor free?
Yes, Solana Investor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Solana Investor support?
Solana Investor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Solana Investor?
It is built and maintained by liji3597 (@liji3597); the current version is v0.1.0.
More Skills