AI Agent Hub
Back to skills
Stock Basic Information Query icon

Stock Basic Information Query

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md and install @org-mijzrode/gfstockf10.

About this skill

Problem to Solve

In automated query or Agent workflows, a common first step is to obtain a stock's basic information rather than scraping unstructured pages or manually assembling data. This skill targets that case: given a security code and market, it calls the GF Securities Skills API F10 basic interface to retrieve structured stock basic information.

How It Works

The key steps are:
- Authentication: reads the GF_SKILLS_APIKEY environment variable; if no usable key is present, the call stops and points to the GF Skills market for key configuration.
- API call: sends a POST request to https://mcp-api.gf.com.cn/gf-skills/skills/mcp/call.
- Parameters: the request body includes service_name: wechat_f10, tool_name: f10_basic_post, and business fields such as args.code and args.market.
- Output: the returned payload can be passed to downstream analysis, display, or storage pipelines.

Scope and Caveats

This skill focuses on basic information lookup and does not replace real-time quotes, in-depth financial analysis, or investment judgment. Before calling it, ensure the key is valid, the security code is correctly formatted, and the market identifier follows the API contract.

Use Cases

  • Fetch F10 stock basics by code and market for scripts.
  • Resolve 000776/SZ in an Agent flow and call f10_basic_post.
  • Validate stock code and market before loading basic data.
  • Populate individual stock cards with basic F10 data.

Best For

  • Backend engineers building stock dashboards who need structured basic-info calls.
  • Automation engineers resolving stock codes in Agent flows with stable F10 calls.
  • Data engineers maintaining securities pipelines who fetch basics by code and market.
  • Integration engineers configuring GF Skills API keys to call f10_basic_post.