← 返回 Skills 市场
161
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install my-stock-watchlist-skill
功能描述
当用户提到“观察列表”或“股票观察”时触发。用于管理钉钉多维表格中的股票观察名单。
安全使用建议
This skill is a narrow wrapper that will call the dingtalk-ai-table dependency to add, remove, or list records in the specific DingTalk table whose URL and IDs are hardcoded in SKILL.md. Before installing, verify: (1) you trust the skill owner and the hardcoded table URL — the skill can modify that table if the dependency's credentials allow it; (2) the dingtalk-ai-table integration/token in your agent has only the minimum permissions required (read/write only to intended tables); (3) you are comfortable with the agent being able to invoke the skill autonomously (default behavior). Also note the small metadata/version mismatch in skill.json vs registry metadata; it’s likely benign but you may want the author to confirm the version.
功能分析
Type: OpenClaw Skill
Name: my-stock-watchlist-skill
Version: 1.0.1
The skill is a legitimate tool designed to manage a stock watchlist within a specific DingTalk multi-dimensional table. It provides clear instructions in SKILL.md for performing CRUD operations (Add, Delete, Query) using the 'dingtalk-ai-table' dependency. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found; the hardcoded DingTalk node ID (1OQX0akWmxpyBpnaCQQQoYkY8GlDd3mE) is consistent with the skill's stated purpose.
能力评估
Purpose & Capability
The skill declares and documents only watchlist operations (add, delete, query) against a specific DingTalk multi-dimensional table. The listed dependency (dingtalk-ai-table) is the expected mechanism to perform those actions, so the capability request is proportional to the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped: they reference a single external table URL, a Base ID and Sheet ID, and call specific records APIs (GET/POST/DELETE) via dingtalk-ai-table. The instructions do not ask the agent to read arbitrary files, system environment variables, or send data to unrelated endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded. That is the lowest-risk install model and is proportionate for a small wrapper skill.
Credentials
The skill itself declares no required environment variables or credentials, which is consistent with being a thin wrapper. However, it depends on the dingtalk-ai-table skill to perform API calls; that dependency will need DingTalk credentials/permissions at runtime. Users should verify that the dependency's credentials are appropriately scoped because this skill will operate on the specific table URL provided (it can add/delete records if the dependency has permission).
Persistence & Privilege
always is false and the skill does not request persistent/privileged installation. It also doesn't modify other skills or agent-wide configuration. Normal autonomous invocation is allowed by platform defaults (no extra concern here).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-stock-watchlist-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-stock-watchlist-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
批量同步最新版本
v1.0.0
Initial release of My Stock Watchlist Skill:
- Automatically activates when users mention “观察列表” or “股票观察”.
- Allows adding, deleting, and viewing stocks in a watchlist managed via a specified DingTalk multi-dimensional table.
- Integrates with the dingtalk-ai-table API for all operations.
- Requires clear user intent (view, add, delete) and a stock code to execute actions.
- Ensures strict field mapping (“标的”) when interacting with APIs.
元数据
常见问题
my_stock_watchlist_skill 是什么?
当用户提到“观察列表”或“股票观察”时触发。用于管理钉钉多维表格中的股票观察名单。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 my_stock_watchlist_skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-stock-watchlist-skill」即可一键安装,无需额外配置。
my_stock_watchlist_skill 是免费的吗?
是的,my_stock_watchlist_skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my_stock_watchlist_skill 支持哪些平台?
my_stock_watchlist_skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my_stock_watchlist_skill?
由 canonxu(@canonxu)开发并维护,当前版本 v1.0.1。
推荐 Skills