← 返回 Skills 市场
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-dividend-zh
功能描述
通过 AISA 评估股票的股息率、派息安全性、增长情况和收益质量。触发条件:当用户关心股息安全、收益型投资、股息增长或股息贵族筛选时使用。
安全使用建议
This skill appears to do what it says: it sends ticker prompts to the AISA API using the provided AISA_API_KEY and returns analysis. Before installing, verify the AISA_BASE_URL (default https://api.aisa.one/v1) is the intended endpoint and treat AISA_API_KEY as a secret—anyone with it can use the AISA service. Expect to install the openai Python package (or ensure your environment already provides the client). If you want stricter guarantees, ask the publisher to (1) declare optional env vars AISA_BASE_URL and AISA_MODEL in the metadata and (2) add an install spec or dependency list so runtime dependencies are installed deterministically.
功能分析
Type: OpenClaw Skill
Name: stock-dividend-zh
Version: 1.0.0
The skill is a legitimate financial analysis tool designed to evaluate stock dividends using the AISA API. The Python script (scripts/dividends.py) is a straightforward wrapper for an LLM prompt that processes ticker symbols, and the SKILL.md file includes proactive security guardrails explicitly instructing the agent not to access sensitive local data like cookies or passwords. No evidence of data exfiltration, malicious execution, or obfuscation was found.
能力标签
能力评估
Purpose & Capability
Name and description describe using AISA to evaluate dividends; the code calls an AISA-compatible API client and requires AISA_API_KEY and python3, which are appropriate and expected.
Instruction Scope
SKILL.md tells the agent to run python3 scripts/dividends.py and set AISA_API_KEY only. The script also reads optional env vars AISA_BASE_URL and AISA_MODEL (not declared in requires.env) — minor mismatch but reasonable for configuration. The instructions do not attempt to read unrelated local secrets or system files.
Install Mechanism
There is no install spec. The script comments list a dependency on the openai Python package but the skill does not install it automatically; this is operationally incomplete (not a direct security issue) and may cause runtime failures if the environment lacks the package.
Credentials
Only AISA_API_KEY is required and matches the declared primary credential. No unrelated credentials or sensitive system paths are requested. The presence of two optional env vars (AISA_BASE_URL, AISA_MODEL) in code but not in metadata is a small omission but not disproportionate.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-dividend-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-dividend-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—analyzes stock dividend safety, growth, and yield quality.
- Evaluates dividend yield, payout safety, growth trends, and income quality for stocks.
- Triggered when users seek information on dividend safety, income investing, dividend growth, or screening for dividend aristocrats.
- Requires AISA_API_KEY and Python 3 for operation.
- Includes example usage and guidance for when to apply or avoid the skill.
- For informational purposes only; not investment advice.
元数据
常见问题
stock-dividend-zh 是什么?
通过 AISA 评估股票的股息率、派息安全性、增长情况和收益质量。触发条件:当用户关心股息安全、收益型投资、股息增长或股息贵族筛选时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 stock-dividend-zh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-dividend-zh」即可一键安装,无需额外配置。
stock-dividend-zh 是免费的吗?
是的,stock-dividend-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-dividend-zh 支持哪些平台?
stock-dividend-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-dividend-zh?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。
推荐 Skills