stock-hot-zh

v1.0.0

通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。

0· 70·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 bibaofeng/stock-hot-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "stock-hot-zh" (bibaofeng/stock-hot-zh) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/stock-hot-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
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

Bare skill slug

openclaw skills install stock-hot-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install stock-hot-zh
Security Scan
Capability signals
CryptoRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for real‑time scanning via AISA; the skill requires AISA_API_KEY and python3 and uses an OpenAI-compatible client pointed at an AISA base URL — these are proportionate and expected.
Instruction Scope
SKILL.md and the script limit actions to calling the AISA API; there are no instructions to read local secrets, system files, or to exfiltrate data to third parties. The README explicitly advises not to use it to access local sensitive credentials.
Install Mechanism
No install spec (instruction-only) and only a Python script included. The script comments list the openai dependency; nothing is downloaded from arbitrary URLs or installed from untrusted hosts.
Credentials
Only AISA_API_KEY is required (plus optional AISA_BASE_URL and AISA_MODEL), which is appropriate for a skill that calls an AISA-hosted API. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide settings.
Assessment
This skill appears coherent: it runs a Python client that sends prompts to an AISA API using the AISA_API_KEY. Before installing, confirm you trust the AISA service and the source repository (the _meta.json points to a GitHub repo), and be aware that the model may hallucinate or may not actually fetch live external data unless the AISA model has tool/web access. Do not use real trading capital based solely on its output. Install the openai dependency in an isolated environment, keep your AISA_API_KEY secret, and verify the code matches the upstream GitHub repo if provenance matters to you.

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

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97fvtty119xtamw85dfs79zys850dfb
70downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

热门标的扫描

何时使用

  • 通过 AISA 扫描热门股票和加密资产的实时异动。触发条件:当用户想知道现在什么最热、什么在大幅波动、市场动量如何、涨幅榜或消息驱动异动时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 找出涨跌幅居前标的、动量标的和快速市场总结。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/hot_scanner.py

示例请求

  • 展示当前最热门的股票和加密异动标的。

说明

  • 仅供信息参考,不构成投资建议。

Comments

Loading comments...