← Back to Skills Marketplace
161
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install my-stock-watchlist-skill
Description
当用户提到“观察列表”或“股票观察”时触发。用于管理钉钉多维表格中的股票观察名单。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-stock-watchlist-skill - After installation, invoke the skill by name or use
/my-stock-watchlist-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is my_stock_watchlist_skill?
当用户提到“观察列表”或“股票观察”时触发。用于管理钉钉多维表格中的股票观察名单。 It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install my_stock_watchlist_skill?
Run "/install my-stock-watchlist-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my_stock_watchlist_skill free?
Yes, my_stock_watchlist_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does my_stock_watchlist_skill support?
my_stock_watchlist_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my_stock_watchlist_skill?
It is built and maintained by canonxu (@canonxu); the current version is v1.0.1.
More Skills