← Back to Skills Marketplace
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sequoia-x
Description
A股量化选股系统 Sequoia-X V2 的安装、配置与使用。当用户要求安装 Sequoia-X、使用 Sequoia-X 选股、运行量化策略、配置飞书推送时激活。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sequoia-x - After installation, invoke the skill by name or use
/sequoia-x - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: A股量化选股系统,支持6大策略、akshare数据源、飞书推送
Metadata
Frequently Asked Questions
What is Sequoia-X?
A股量化选股系统 Sequoia-X V2 的安装、配置与使用。当用户要求安装 Sequoia-X、使用 Sequoia-X 选股、运行量化策略、配置飞书推送时激活。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Sequoia-X?
Run "/install sequoia-x" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sequoia-X free?
Yes, Sequoia-X is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sequoia-X support?
Sequoia-X is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sequoia-X?
It is built and maintained by djh06 (@djh06); the current version is v1.0.0.
More Skills