← Back to Skills Marketplace
430
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install test-stock-performance-express
Description
查询 A 股上市公司业绩快报数据,支持沪深京股票。当用户询问股票业绩快报、营收、净利润、EPS、ROE、同比增长、一季报、半年报、三季报、年报等财务指标时使用。
Usage Guidance
This skill is coherent with its purpose: it sends HTTP requests to an API (default https://market.ft.tech) and prints results. Before installing, confirm you trust the API domain and are comfortable granting network access. Be aware you can override BASE_URL via config or the BASE_URL env var — do not set that to an untrusted server, since that server would receive the stock codes you query. If you need extra assurance, verify the API hostname is legitimate or run the handler locally and inspect network traffic yourself.
Capability Analysis
Type: OpenClaw Skill
Name: test-stock-performance-express
Version: 1.0.0
The skill is a legitimate tool for querying A-share stock performance data from a specified API (market.ft.tech). The Python handler (handler.py) uses standard libraries for network requests and data formatting, lacks any malicious execution or data exfiltration logic, and adheres strictly to its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, skill.json and handler.py all align: the skill queries a market API for stock performance data and renders a Markdown table. The only external capability requested is network access, which is appropriate for this functionality.
Instruction Scope
Runtime instructions and handler.py only parse a stock code (argv or stdin), call the configured HTTP API, and print a Markdown table. The code does not read unrelated files, other environment variables, or local credentials.
Install Mechanism
No install spec and no additional packages/binaries are required. The skill is instruction + a single Python script that runs from the entry point; this is low-risk and proportional.
Credentials
The skill does not require secrets or credentials. It allows overriding BASE_URL and PAGE_SIZE via environment/config — reasonable for customization. Note: pointing BASE_URL to an attacker-controlled endpoint would expose queried stock codes and elicit responses from that server (this is expected for any network-enabled skill).
Persistence & Privilege
always is false and the skill requests only network permission. It does not modify other skills or system config and has no permanent background presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-stock-performance-express - After installation, invoke the skill by name or use
/test-stock-performance-express - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
A股业绩快报查询
Metadata
Frequently Asked Questions
What is A股业绩快报查询?
查询 A 股上市公司业绩快报数据,支持沪深京股票。当用户询问股票业绩快报、营收、净利润、EPS、ROE、同比增长、一季报、半年报、三季报、年报等财务指标时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 430 downloads so far.
How do I install A股业绩快报查询?
Run "/install test-stock-performance-express" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A股业绩快报查询 free?
Yes, A股业绩快报查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A股业绩快报查询 support?
A股业绩快报查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A股业绩快报查询?
It is built and maintained by @FtAi (@lv19944516); the current version is v1.0.0.
More Skills