← 返回 Skills 市场
255
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sec-finance
功能描述
Fetch structured financial data and filing metadata from SEC EDGAR and SEC XBRL companyfacts for US-listed companies, especially Chinese issuers. Use when th...
安全使用建议
This skill appears coherent and implements exactly what it claims: resolving CIKs and pulling structured XBRL companyfacts from SEC endpoints. Before installing or running: (1) review or run the included script in a safe environment — it makes network requests to data.sec.gov and www.sec.gov; (2) be aware the script intentionally falls back to disabling SSL verification on failure — this can expose you to man-in-the-middle attacks if your network is compromised, so prefer running it where TLS interception is not possible or modify the code to remove the insecure fallback; (3) no secrets are requested by the skill, so there is no direct credential exposure risk from installing; (4) the issuer list is static and may be incomplete — verify CIKs when accuracy is important. If you need stronger assurance, ask the publisher for provenance (homepage/source) or run the code in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: sec-finance
Version: 0.1.0
The skill is designed to fetch financial data from SEC EDGAR/XBRL but contains a significant security vulnerability. Specifically, `scripts/sec_finance.py` includes a function `_fallback_insecure_ctx` that explicitly disables SSL certificate verification and hostname checking. The script is configured to automatically fall back to this insecure mode if a standard secure connection fails, which exposes the agent to Man-in-the-Middle (MITM) attacks. While this behavior is documented in `SKILL.md` as being for 'endpoint compatibility,' it remains a high-risk capability.
能力评估
Purpose & Capability
Name/description promise (SEC XBRL/companyfacts, CIK resolution, extracting revenue/net income/EPS) matches the included SKILL.md, reference issuer list, and the script. The code only targets SEC endpoints (data.sec.gov and www.sec.gov) and local references/issuers.json; there are no unrelated service credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md is narrowly scoped to resolving CIKs, fetching companyfacts, and returning normalized financial rows; the provided CLI examples map directly to the included Python script. One notable instruction/note in SKILL.md (and implemented in code) is a deliberate fallback to relaxed SSL handling for endpoint compatibility — this broadens network trust and can expose the agent to MITM if an attacker can intercept traffic. The script otherwise does not read unrelated files or environment variables.
Install Mechanism
There is no install spec; this is an instruction-only skill with an included Python script and a local JSON reference file. Nothing is downloaded or written at install time. Execution requires Python3 at runtime, which is expected for this skill type.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The script does not attempt to read environment secrets. Network access to SEC endpoints is necessary and proportional to the described functionality.
Persistence & Privilege
Skill is not always-on and is user-invocable; it does not request permanent presence, modify other skills, or access other skills' credentials. Autonomous invocation is allowed (platform default) and is appropriate for a data-retrieval skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sec-finance - 安装完成后,直接呼叫该 Skill 的名称或使用
/sec-finance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release after scope refactor, structure cleanup, and package validation.
元数据
常见问题
SEC Finance 是什么?
Fetch structured financial data and filing metadata from SEC EDGAR and SEC XBRL companyfacts for US-listed companies, especially Chinese issuers. Use when th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。
如何安装 SEC Finance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sec-finance」即可一键安装,无需额外配置。
SEC Finance 是免费的吗?
是的,SEC Finance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SEC Finance 支持哪些平台?
SEC Finance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SEC Finance?
由 Lu Wang(@wangwllu)开发并维护,当前版本 v0.1.0。
推荐 Skills