← 返回 Skills 市场
132
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install us-stock-financials
功能描述
Fetch comprehensive financial data from SEC EDGAR XBRL for US-listed companies (especially Chinese ADRs). Includes balance sheet, income statement, cash flow...
安全使用建议
This skill appears to do what it claims, but review a few things before running: 1) Inspect the full scripts (the provided listing was truncated) to confirm there is no hidden network exfiltration or unexpected behavior. 2) The code contains an explicit insecure SSL fallback that disables certificate verification; consider removing that fallback or restricting it to debugging only, because it makes network requests susceptible to MITM. 3) Do not run the 'pip3 install ... --break-system-packages' command on a system Python; instead create and use a virtualenv (python3 -m venv .venv && source .venv/bin/activate && pip install reportlab). 4) Run the script in an isolated environment (container/VM) if you are unsure, and avoid providing any unrelated credentials to the process. 5) If you plan to make many requests to SEC endpoints, consider adding a contact email per SEC access guidance and rate-limiting your requests to avoid being blocked.
功能分析
Type: OpenClaw Skill
Name: us-stock-financials
Version: 1.0.0
The skill bundle provides legitimate financial data retrieval from SEC EDGAR but contains a security vulnerability in `scripts/sec_finance.py`, which implements a fallback mechanism that disables SSL certificate verification (`ssl.CERT_NONE`), exposing the agent to man-in-the-middle (MITM) attacks. Additionally, `SKILL.md` includes instructions to install dependencies using the `--break-system-packages` flag, which can compromise the integrity of the host's system-managed Python environment.
能力评估
Purpose & Capability
Name/description (fetch SEC XBRL financials, generate PDFs) matches the files and behavior: a Python script that queries data.sec.gov / sec.gov, parses XBRL/company facts, and produces JSON/table/PDF output. The included issuers.json aligns with the stated focus on US-listed/Chinese ADRs.
Instruction Scope
SKILL.md simply instructs running the bundled Python script with search/period/output/pdf options — scope is limited to querying the SEC and producing local output. The script does perform network requests to data.sec.gov and www.sec.gov (expected). No instructions request reading unrelated files or environment variables. Note: the code includes a fallback SSL context that disables certificate verification on failure — this widens the network trust surface and is a security concern to review.
Install Mechanism
No install spec; instruction-only plus an included Python script. Dependency noted is reportlab (PDF). The SKILL.md suggests installing reportlab with 'pip3 install reportlab --break-system-packages', which is unusual and could be harmful on system Python — prefer a virtualenv. No remote downloads or obscure installers are present in the manifest.
Credentials
The skill requests no environment variables, credentials, or config paths. All external access is to public SEC endpoints, which is proportional to the stated purpose.
Persistence & Privilege
always:false and no install-time persistence mechanisms are present. The skill doesn't request elevated privileges or modify other skill configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install us-stock-financials - 安装完成后,直接呼叫该 Skill 的名称或使用
/us-stock-financials触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
US Stock Financials 是什么?
Fetch comprehensive financial data from SEC EDGAR XBRL for US-listed companies (especially Chinese ADRs). Includes balance sheet, income statement, cash flow... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 US Stock Financials?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install us-stock-financials」即可一键安装,无需额外配置。
US Stock Financials 是免费的吗?
是的,US Stock Financials 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
US Stock Financials 支持哪些平台?
US Stock Financials 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 US Stock Financials?
由 mli-cj(@mli-cj)开发并维护,当前版本 v1.0.0。
推荐 Skills