← 返回 Skills 市场
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-dividend
功能描述
Evaluate dividend yield, payout safety, growth, and income quality for stocks through AISA. Use when: the user asks about dividend safety, income investing,...
安全使用建议
This skill appears to do what it says (dividend analysis via an AISA model) and only requires a single API key (AISA_API_KEY). Before installing:
- Verify the AISA API host: the script defaults to https://api.aisa.one/v1 but also reads AISA_BASE_URL (not declared). Do not set AISA_BASE_URL to unknown hosts; if you inherit this skill, inspect the code and keep the base URL pointed to the official provider.
- Note AISA_MODEL can be overridden via env; confirm which model you want used and that it is trustworthy.
- The script uses the openai Python client (commented dependency). Ensure dependencies are installed from trusted sources and run the skill in an isolated environment if you have concerns.
- The skill's prompts instruct the model to fetch live financial data; understand that live-data retrieval will be performed by your AISA account and may involve remote queries through that service.
- If you require stronger guarantees, request the author to declare AISA_BASE_URL and AISA_MODEL in the skill metadata and to document their intended values, or remove the override capability.
If you can't confirm the base URL and model provenance, treat this as potentially risky and consider running the code in a sandbox or rejecting installation.
功能分析
Type: OpenClaw Skill
Name: stock-dividend
Version: 1.0.0
The skill is a legitimate financial analysis tool designed to evaluate stock dividends using the AIsa API (api.aisa.one). The Python script (scripts/dividends.py) uses standard API interaction patterns, and the instructions in SKILL.md include explicit safety guidelines directing the agent not to access sensitive local credentials or browser data.
能力标签
能力评估
Purpose & Capability
Name/description align with the code: the Python script performs dividend analysis and calls an LLM-style AISA API using an API key (AISA_API_KEY). Required binary (python3) is appropriate and the script's behavior (prompting a model to fetch live financial data) matches the declared capability.
Instruction Scope
SKILL.md instructs running the bundled Python script as the runtime. The script does not access local secrets or files, but it embeds prompts that instruct the model to 'fetch live data' with 'built-in financial data tools' (relying on the external AISA tool integration). The script also reads environment variables (AISA_BASE_URL, AISA_MODEL) that are not declared in SKILL.md/metadata, which is an out-of-band control over where requests go and which model is used.
Install Mechanism
This is instruction-only with no install spec (lowest risk). There is a commented dependency on the openai Python package in the script header, but no installer is invoked by the skill itself. That means failures may occur if the runtime doesn't provide the dependency, but there is no automatic download of arbitrary code.
Credentials
Declared required credential (AISA_API_KEY) is appropriate. However, the script consumes additional environment variables (AISA_BASE_URL and AISA_MODEL) that are not declared as required. AISA_BASE_URL in particular can redirect requests to an arbitrary endpoint, which could be used to exfiltrate prompt/data if set maliciously. The number of required secrets is small, but the undocumented overrideable endpoint is a proportionality concern.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent system presence or modify other skills/config. No elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-dividend - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-dividend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of stock-dividend skill.
- Evaluates dividend yield, payout safety, growth, and income quality for stocks using AISA.
- Designed for questions on dividend safety, income investing, dividend growth, or dividend aristocrat screening.
- Requires an AISA API key and Python 3 runtime.
- Provides clear guidance on when to use or avoid the skill.
- Includes example queries and usage instructions.
元数据
常见问题
stock-dividend 是什么?
Evaluate dividend yield, payout safety, growth, and income quality for stocks through AISA. Use when: the user asks about dividend safety, income investing,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 stock-dividend?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-dividend」即可一键安装,无需额外配置。
stock-dividend 是免费的吗?
是的,stock-dividend 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stock-dividend 支持哪些平台?
stock-dividend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stock-dividend?
由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。
推荐 Skills