Alpha Hound

v0.1.0

基于复杂条件筛选股票并输出候选列表。

0· 291·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhengxinjipai/alpha-hound-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Alpha Hound" (zhengxinjipai/alpha-hound-cn) from ClawHub.
Skill page: https://clawhub.ai/zhengxinjipai/alpha-hound-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install zhengxinjipai/alpha-hound-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install alpha-hound-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975j6wmwfcnmaaanxec8w7cnx82djab
291downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Alpha Hound

目标

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

输入

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

方法

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

输出格式

  • 筛选条件摘要
  • 候选列表(含满足条件的证据)
  • 风险与不确定性
  • 建议的下一步验证
  • 要点表格(Markdown Table)

Comments

Loading comments...