← 返回 Skills 市场
Quiver Quantitative
作者
stuhorsman
· GitHub ↗
· v1.0.1
2131
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install quiver
功能描述
Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals.
安全使用建议
This skill appears to be a straightforward Quiver API client, but there are a few red flags you should address before installing or running it:
- QUIVER_API_KEY is required: The code and SKILL.md require QUIVER_API_KEY, but the registry metadata does not list any required env vars. Do not supply other unrelated secrets. Provide only a Quiver API key and verify its scope.
- Missing dependency declaration: The script imports the third-party package 'quiverquant' but there is no install spec. Make sure the runtime environment already has this package installed from a trusted source (e.g., PyPI) or add an explicit install step that pins a known-good version.
- Verify origin and checksum: The skill's source/homepage is unknown. If you will run this, fetch the quiverquant package and this script from trusted sources and verify integrity (checksums / repository). Consider running first in an isolated environment.
- Network and data handling: The script will make outbound calls to Quiver's API. If you need to audit traffic, run it in a controlled environment or capture outgoing endpoints to confirm they go to Quiver's official API domains.
Given the metadata mismatches (env and dependency), treat this as suspicious rather than benign. If the owner/source can correct the metadata (declare QUIVER_API_KEY and the quiverquant dependency) and provide a trustworthy homepage/repo, the risk assessment would improve.
功能分析
Type: OpenClaw Skill
Name: quiver
Version: 1.0.1
The skill bundle is benign. The `SKILL.md` provides clear instructions for using the skill without any prompt injection attempts. The `scripts/query_quiver.py` script legitimately reads the `QUIVER_API_KEY` environment variable to authenticate with the Quiver Quantitative API and queries data as described. There is no evidence of data exfiltration beyond the intended API calls, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the included Python script all focus on querying Quiver Quantitative data — behavior matches stated purpose. However the registry metadata lists no required env vars while both SKILL.md and the script require QUIVER_API_KEY, creating an inconsistency.
Instruction Scope
Runtime instructions and the script stay within the stated domain (calling Quiver endpoints via the quiverquant library and returning JSON). The SKILL.md references TOOLS.md as an alternate token source but the script only checks the QUIVER_API_KEY env var (it prints an error and exits otherwise), so instructions are slightly vague but not malicious.
Install Mechanism
There is no install spec despite the script importing the third-party package 'quiverquant'. The skill will fail unless that dependency is present in the runtime. Lack of declared dependency is an incoherence (and operational risk) — it also makes it unclear what network or package sources will be used to satisfy that import if the environment installs it at runtime.
Credentials
The script legitimately requires a QUIVER_API_KEY environment variable, which is proportionate to the purpose. However the registry metadata does not declare any required env vars or primary credential, and the SKILL.md's guidance about alternate token sources (TOOLS.md) is vague. The omission in metadata is a mismatch that could lead to surprising behavior during use.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always is false). It does not modify other skills or system config. Autonomous invocation is allowed by default (not a concern by itself).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quiver - 安装完成后,直接呼叫该 Skill 的名称或使用
/quiver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Removed WSB endpoint as it requires premium subscription.
v1.0.0
Initial release.
元数据
常见问题
Quiver Quantitative 是什么?
Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2131 次。
如何安装 Quiver Quantitative?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quiver」即可一键安装,无需额外配置。
Quiver Quantitative 是免费的吗?
是的,Quiver Quantitative 完全免费(开源免费),可自由下载、安装和使用。
Quiver Quantitative 支持哪些平台?
Quiver Quantitative 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quiver Quantitative?
由 stuhorsman(@stuhorsman)开发并维护,当前版本 v1.0.1。
推荐 Skills