← 返回 Skills 市场
saintlittlefish

Xanadu Stock Screener

作者 saintlittlefish · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
414
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xanadu-stock-screener
功能描述
Screen stocks by fundamental metrics, technical indicators, sector, and market to find and save stocks matching specific financial criteria and trends.
安全使用建议
This skill's screener code is consistent with its description, but proceed cautiously because the bundle contains billing code with a hard-coded SkillPay API key and inconsistent identifiers (mentions a Social Media Manager). That API key in scripts/billing_config.py is sensitive — it could be abused if the billing API accepts calls with it. Before installing or running: (1) Ask the author to confirm whether the SKILLPAY_API_KEY is a placeholder and why the billing module mentions a different product; (2) delete or rotate billing_config.py (or remove the hard-coded key) if you don't trust the owner; (3) run the skill in a sandbox or VM if you want to test; (4) verify the billing code is not invoked automatically in your deployment; (5) if you plan to use monetization, prefer configuring a SkillPay API key via environment variables rather than using the embedded key. If the author confirms the key is a placeholder and the billing module is unused, the package is much less risky.
功能分析
Type: OpenClaw Skill Name: xanadu-stock-screener Version: 1.0.0 The skill contains a hardcoded API key in `scripts/billing_config.py`, which is a security vulnerability. Additionally, `scripts/billing.py` includes a monetization component that sends user identifiers to an external endpoint (api.skillpay.me); while this is mentioned in `SKILL.md`, the script contains inconsistent metadata (referencing a 'Social Media Manager'), suggesting sloppy templating or potentially misleading code. The core stock screening logic in `scripts/screener.py` appears benign.
能力评估
Purpose & Capability
scripts/screener.py implements the claimed screening features (uses yfinance, local ticker list, saves watchlists). However, the repository also contains billing code that references SkillPay and a Social Media Manager SKILL_ID in one place — an inconsistency with the skill name and description that looks like copy‑paste or sloppy packaging.
Instruction Scope
SKILL.md instructs running scripts/screener.py and documents monetization via SkillPay but the runtime instructions do not show any billing flow. Billing files exist but are not invoked by screener.py; presence of billing code (and a real-looking API key) outside the explained runtime path is unexpected and increases risk because it could be used later or by other code paths.
Install Mechanism
No install spec or external downloads; this is an instruction + bundled-code skill. That lowers installer risk because nothing is fetched from arbitrary URLs during install.
Credentials
The package includes a hard-coded SKILLPAY_API_KEY and OWNER_WALLET in scripts/billing_config.py. Although the skill doesn't declare required env vars, embedding a plaintext API key in the code is a secret-leak and trust issue: it can be used to call the billing API or identify the owner. The billing module also has inconsistent defaults (SKILL_ID set to a different product), which is unexplained.
Persistence & Privilege
The skill runs as a normal CLI script, writes watchlists under the user's home (~/.openclaw/stock-screener), and does not request global privileges or use always:true. It does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xanadu-stock-screener
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xanadu-stock-screener 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the stock-screener skill. - Find and filter stocks by financial metrics, fundamentals, and technical indicators. - Supports searches by P/E, market cap, dividend yield, sector, and technical signals. - Create and manage stock watchlists from screening results. - Integrates data from Yahoo Finance (free), Alpha Vantage, and Financial Modeling Prep. - Command-line interface for flexible screening and watchlist management. - SkillPay integration for premium features and data access.
元数据
Slug xanadu-stock-screener
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xanadu Stock Screener 是什么?

Screen stocks by fundamental metrics, technical indicators, sector, and market to find and save stocks matching specific financial criteria and trends. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 414 次。

如何安装 Xanadu Stock Screener?

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

Xanadu Stock Screener 是免费的吗?

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

Xanadu Stock Screener 支持哪些平台?

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

谁开发了 Xanadu Stock Screener?

由 saintlittlefish(@saintlittlefish)开发并维护,当前版本 v1.0.0。

💬 留言讨论