← Back to Skills Marketplace
zhengxinjipai

Alpha Hound

by zhengxinjipai · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
302
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install alpha-hound-cn
Description
基于复杂条件筛选股票并输出候选列表。
README (SKILL.md)

Alpha Hound

目标

根据复杂筛选条件深度查询并筛选股票,输出候选与理由。

输入

  • 条件集合(财务、估值、技术、行业、事件)
  • 市场范围(美股/港股/全球)
  • 时间窗口与更新频率

方法

  1. 解析条件:将自然语言条件拆为可查询字段
  2. FinnHub API 筛选:基本面与财务指标
  3. SERPER_API 搜索:新闻/事件/行业热点
  4. JINA_API 抽取:提取网页核心证据
  5. 交叉验证:确认条件满足度与风险

输出格式

  • 筛选条件摘要
  • 候选列表(含满足条件的证据)
  • 风险与不确定性
  • 建议的下一步验证
  • 要点表格(Markdown Table)
Usage Guidance
Do not install or enable this skill until the author clarifies how external API credentials are provided and why the Read tool is permitted. Ask for (1) explicit required env var names (e.g., FINNHUB_API_KEY, SERPER_API_KEY, JINA_API_KEY) and a justification for any local file access, (2) whether the skill will store or transmit query/selection data to any endpoints beyond the named APIs, and (3) why the skill is not user-invocable but can be run autonomously. If credentials are to be supplied by the platform, verify least-privilege scoping and that secrets are not exposed in logs or sent to untrusted hosts.
Capability Analysis
Type: OpenClaw Skill Name: alpha-hound-cn Version: 0.1.0 The Alpha Hound skill bundle is a financial analysis tool designed for stock screening based on user-defined criteria. The SKILL.md and skill.json files outline a legitimate workflow using standard APIs (FinnHub, Serper, Jina) and tools (WebSearch, WebFetch) to gather and process market data, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
SKILL.md explicitly names FinnHub, SERPER_API, and JINA_API as data sources for screening stocks, but the skill metadata declares no required environment variables or primary credential. A skill that depends on external paid APIs would normally require API keys; the absence of declared credentials is incoherent.
Instruction Scope
Runtime instructions allow use of Read, WebSearch, and WebFetch. WebFetch/WebSearch match the stated web-sourcing purpose, but the Read tool could permit arbitrary local file access while the SKILL.md does not justify reading local files. The instructions also do not say how credentials will be supplied or whether retrieved data (search queries, extracted evidence) is sent to external endpoints beyond the named APIs.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be downloaded or written during install. That limits direct supply-chain risk.
Credentials
The skill will call three external services but declares zero required env vars. Expected variables like FINNHUB_API_KEY, SERPER_API_KEY, or JINA_API_KEY are missing. Asking for no credentials while planning to use third-party APIs is disproportionate and ambiguous.
Persistence & Privilege
always is false (good). user-invocable is false while disable-model-invocation is false, meaning the agent could call the skill autonomously but users can't directly invoke it—this is unusual and worth confirming but not sufficient alone to downgrade further.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alpha-hound-cn
  3. After installation, invoke the skill by name or use /alpha-hound-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of alpha-hound skill: - Enables advanced stock screening based on complex, customizable conditions. - Supports filtering by financials, valuation, technicals, sector, and events. - Integrates multiple APIs for data extraction, news/event search, and cross-verification. - Outputs candidate stock lists with evidence, risk assessment, and actionable next steps. - Delivers concise results with tabular summaries in Markdown format.
Metadata
Slug alpha-hound-cn
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Alpha Hound?

基于复杂条件筛选股票并输出候选列表。 It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.

How do I install Alpha Hound?

Run "/install alpha-hound-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alpha Hound free?

Yes, Alpha Hound is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Alpha Hound support?

Alpha Hound is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alpha Hound?

It is built and maintained by zhengxinjipai (@zhengxinjipai); the current version is v0.1.0.

💬 Comments