← 返回 Skills 市场
liji3597

Solana Dca

作者 liji3597 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
278
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-dca
功能描述
创建和管理 DCA 定投策略 — 支持自动周期性购买 Solana 代币。当用户想设置定投、查看策略或调整自动购买计划时触发。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-dca
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-dca 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug solana-dca
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Solana Dca 是什么?

创建和管理 DCA 定投策略 — 支持自动周期性购买 Solana 代币。当用户想设置定投、查看策略或调整自动购买计划时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 Solana Dca?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-dca」即可一键安装,无需额外配置。

Solana Dca 是免费的吗?

是的,Solana Dca 完全免费(开源免费),可自由下载、安装和使用。

Solana Dca 支持哪些平台?

Solana Dca 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Solana Dca?

由 liji3597(@liji3597)开发并维护,当前版本 v0.1.0。

💬 留言讨论