← Back to Skills Marketplace
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-stock-report-mgnt-skill
Description
当且仅当用户明确提到“分析报告多维表”或“my_stock_report_mgnt_skill”时触发。专门用于美股分析报告结论在钉钉多维表(dingtalk-ai-table)中的结构化归档(新增)与检索(查询)。
Usage Guidance
This skill is internally consistent, but before installing: (1) verify the dingtalk-ai-table skill exists and review its credentials/permissions (this adapter depends on that skill to access DingTalk); (2) confirm the hard-coded Base ID and Sheet ID point to the correct table you expect the agent to modify; (3) ensure the document URLs you will store are appropriately access-controlled (they may contain sensitive reports); (4) test insert/query operations on a non-production table to validate validation, formatting, and performance (fetching all records and client-side filtering can be heavy on large datasets); and (5) if you need server-side filtering or stronger access controls, consider extending the underlying dingtalk-ai-table skill rather than fetching all rows locally.
Capability Assessment
Purpose & Capability
The name/description match the instructions: collect six specified fields, validate them, and perform insert/query operations against a DingTalk multi-dimensional table. It explicitly delegates API calls to a dingtalk-ai-table skill rather than attempting to access unrelated services. The inclusion of hard-coded Base ID and Sheet ID is consistent with a skill targeted at a specific table, though users should confirm those IDs are intended.
Instruction Scope
The SKILL.md stays within the stated purpose: field collection/validation, calling the dingtalk-ai-table skill to perform inserts/reads, local filtering, and formatted display. It does not instruct reading unrelated files or environment variables. Note: it instructs fetching all records from the table and filtering locally — this is functionally reasonable but may be inefficient for very large tables and could leak more rows to the agent than strictly necessary unless the underlying dingtalk-ai-table supports server-side filtering.
Install Mechanism
No install spec and no code files (instruction-only), so nothing is written to disk or downloaded. This is the lowest-risk installation surface.
Credentials
The skill itself requests no environment variables or credentials, which is proportional. However it depends on another skill (dingtalk-ai-table) to perform API calls and thus implicitly relies on that skill to hold DingTalk credentials and network access. Users should review the dingtalk-ai-table skill's permissions and credential requirements before trusting this skill. Also, the workflow expects users to provide URLs to uploaded documents — those links may be sensitive and require appropriate access controls.
Persistence & Privilege
always:false and user-invocable:true — the skill does not request permanent inclusion or elevated platform privileges. It writes to the specified Base ID/Sheet ID (as advertised) but does not attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-stock-report-mgnt-skill - After installation, invoke the skill by name or use
/my-stock-report-mgnt-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial creation
Metadata
Frequently Asked Questions
What is my_stock_report_mgnt_skill?
当且仅当用户明确提到“分析报告多维表”或“my_stock_report_mgnt_skill”时触发。专门用于美股分析报告结论在钉钉多维表(dingtalk-ai-table)中的结构化归档(新增)与检索(查询)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install my_stock_report_mgnt_skill?
Run "/install my-stock-report-mgnt-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my_stock_report_mgnt_skill free?
Yes, my_stock_report_mgnt_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does my_stock_report_mgnt_skill support?
my_stock_report_mgnt_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my_stock_report_mgnt_skill?
It is built and maintained by canonxu (@canonxu); the current version is v1.0.0.
More Skills