← Back to Skills Marketplace
278
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install solana-dca
Description
创建和管理 DCA 定投策略 — 支持自动周期性购买 Solana 代币。当用户想设置定投、查看策略或调整自动购买计划时触发。
Usage Guidance
This skill provides small Node CLI wrappers that call into a 'shared' directory not included in the bundle — the real implementation (createStrategy, listStrategies, etc.) lives in those external modules. Before installing or enabling this skill: 1) Obtain and review the shared/* implementations to confirm they only record strategies (as claimed) and do not perform chain transactions, send secrets, or call arbitrary endpoints. 2) Verify the tool really runs in 'simulation' mode and that no private keys or API tokens are required or read from environment/config. 3) Run it in an isolated test environment (or with testnet SOLANA_NETWORK) and monitor network activity to ensure no unexpected outbound connections. 4) If you cannot review the shared code, treat this skill as opaque and avoid granting it access to any secrets or production funds. If the publisher can provide the missing shared modules or a clear spec of createStrategy behavior, re-evaluate after inspecting them.
Capability Analysis
Type: OpenClaw Skill
Name: solana-dca
Version: 0.1.0
The solana-dca skill bundle is a well-structured implementation for managing Dollar Cost Averaging strategies. The scripts (create-dca.js, list-strategies.js, etc.) perform proper input validation, use a whitelist for schedules, and interact with a local shared service layer rather than executing arbitrary shell commands or making external network calls. The SKILL.md includes clear guardrails, such as explicitly informing the user that the current version is a simulation and requiring confirmation before creating strategies.
Capability Assessment
Purpose & Capability
Name/description (create/manage DCA on Solana) align with the provided Node scripts and the declared SOLANA_NETWORK env var. The requested binary (node) is appropriate. However, all meaningful logic is delegated to require('../../../../shared/...') modules that are not part of the skill bundle, so the skill's real capabilities depend on external code not visible here.
Instruction Scope
SKILL.md instructs the agent to run local node scripts which in turn require 'shared' services, errors, price-service, and formatter from a shared directory outside the skill. Those shared modules could perform any action (network calls, credential use, funds transfer, telemetry/exfiltration). The SKILL.md also includes a guardrail claiming '首次使用...模拟功能,不实际执行链上交换' (simulation only), but nothing in the visible scripts enforces simulation — enforcement would be inside the hidden shared modules. Because the core behavior is opaque, the instruction scope grants broad implicit authority to hidden code.
Install Mechanism
No install spec; this is instruction-only plus bundled scripts. Nothing is downloaded or extracted during install, so there's no install-time code execution risk from remote URLs in this bundle itself.
Credentials
The skill declares a single env var SOLANA_NETWORK (reasonable for a Solana-related tool). The visible scripts do not themselves read process.env.SOLANA_NETWORK, so the env var would only be used by the hidden shared modules — another sign that critical behavior is implemented elsewhere. No credentials (API keys, private keys) are explicitly requested in the manifest, which is appropriate, but you should verify the shared modules don't expect or read secrets from other env vars or config paths.
Persistence & Privilege
Flags are default: always:false, user-invocable:true, model invocation allowed. The skill does not request permanent presence or attempt to modify other skills' configs in the visible files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-dca - After installation, invoke the skill by name or use
/solana-dca - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Solana DCA strategy engine.
- Enables users to create, view, pause, and resume automatic Solana token DCA strategies (simulation only).
- Guides users through setting up a DCA, including token selection, amount, and frequency.
- Scripts provided for creating, listing, pausing, and resuming DCA strategies via command line.
- Built-in user safety reminders and confirmation prompts before any strategy is created.
- Supports multiple popular Solana tokens and flexible investment frequencies.
Metadata
Frequently Asked Questions
What is Solana Dca?
创建和管理 DCA 定投策略 — 支持自动周期性购买 Solana 代币。当用户想设置定投、查看策略或调整自动购买计划时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install Solana Dca?
Run "/install solana-dca" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana Dca free?
Yes, Solana Dca is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Solana Dca support?
Solana Dca is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Solana Dca?
It is built and maintained by liji3597 (@liji3597); the current version is v0.1.0.
More Skills