← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sequoia-x
功能描述
A股量化选股系统 Sequoia-X V2 的安装、配置与使用。当用户要求安装 Sequoia-X、使用 Sequoia-X 选股、运行量化策略、配置飞书推送时激活。
安全使用建议
Before installing: 1) Inspect the upstream repository (https://github.com/sngyai/Sequoia-X) — especially main.py and any network/webhook logic — because the install will clone and run that code. 2) Confirm you have git, Python and pip and consider running install inside a dedicated venv or sandbox to avoid contaminating your global environment. 3) The skill asks you to put a FEISHU webhook URL into ~/sequoia-x/.env; that is a secret-like endpoint — only provide a webhook you control and expect that the code will POST selected stock lists to it. 4) If you cannot review the cloned repo, treat this as higher risk: either run in an isolated VM/container or avoid installing. 5) The skill metadata should have declared git/python/pip and the webhook requirement — the absence is an incoherence; ask the publisher to correct the manifest or provide code bundled with the skill for review.
功能分析
Type: OpenClaw Skill
Name: sequoia-x
Version: 1.0.0
The skill automates the installation and execution of an external software package by cloning a GitHub repository (https://github.com/sngyai/Sequoia-X.git) and running its Python entry point. While this behavior is aligned with the stated purpose of providing a quantitative trading tool, the practice of downloading and executing remote code without integrity verification (e.g., commit pinning or checksums) constitutes a high-risk capability. Additionally, the SKILL.md file instructs the AI agent to perform shell-based discovery and execution of scripts (install.sh and run.sh), which increases the potential attack surface for remote code execution if the external repository is compromised.
能力评估
Purpose & Capability
The skill's stated purpose (install/configure/run Sequoia-X) matches the included scripts and docs, but the manifest declares no required binaries or env vars while the install/run clearly assume git, python/pip and a FEISHU_WEBHOOK_URL in ~/.sequoia-x/.env. Omitting those expected requirements is an incoherence that could mislead users.
Instruction Scope
SKILL.md instructs the agent/user to run the included install.sh which git-clones https://github.com/sngyai/Sequoia-X.git and later runs python main.py from that cloned repo. That means the skill will execute remote, non-bundled code (main.py and other repo files) which are not present in the skill package for review — this expands runtime scope beyond the local scripts and introduces risk.
Install Mechanism
Installation uses git clone from a GitHub repo and pip install of well-known Python packages (akshare, pandas, requests, etc.). These are common mechanisms and not inherently malicious, but they cause execution of third-party code and installation of PyPI packages into the user environment (no virtualenv is enforced).
Credentials
The skill does not declare any required environment variables or config paths, yet the documentation requires creating a FEISHU_WEBHOOK_URL entry in ~/sequoia-x/.env and the scripts assume HOME write access. The mismatch (undeclared webhook secret + undeclared reliance on git/python/pip) is disproportionate and reduces transparency about what secrets/configs will be used.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes files under ~/sequoia-x (normal for an installed project) and does not modify other skills or system-wide agent configuration in the provided scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sequoia-x - 安装完成后,直接呼叫该 Skill 的名称或使用
/sequoia-x触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: A股量化选股系统,支持6大策略、akshare数据源、飞书推送
元数据
常见问题
Sequoia-X 是什么?
A股量化选股系统 Sequoia-X V2 的安装、配置与使用。当用户要求安装 Sequoia-X、使用 Sequoia-X 选股、运行量化策略、配置飞书推送时激活。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Sequoia-X?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sequoia-x」即可一键安装,无需额外配置。
Sequoia-X 是免费的吗?
是的,Sequoia-X 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sequoia-X 支持哪些平台?
Sequoia-X 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sequoia-X?
由 djh06(@djh06)开发并维护,当前版本 v1.0.0。
推荐 Skills