trade-skills

Route financial data requests to specialized skills for stocks, bonds, funds, and futures.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/PPsteven/skills --skill trade-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-skills
Source: https://github.com/PPsteven/skills/tree/main/trade-skills
Command: npx skills add https://github.com/PPsteven/skills --skill trade-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a smart router, directing your financial data requests to the most appropriate specialized data skill, ensuring you get the right information efficiently.

Core Features & Use Cases

  • Data Source Routing: Automatically identifies whether your request is for stocks, bonds, funds, macroeconomics (via akshare-data) or futures (via tianqin-data).
  • Dependency Management: Ensures necessary data skills are installed, even auto-installing them if missing.
  • Comprehensive Data Mapping: Provides a clear table showing what data each underlying skill offers and which APIs to use.
  • Utility Scripts: Includes helpful tools for checking futures trading hours and identifying dominant contracts.
  • Use Case: You need to analyze the 5-minute K-line data for Shanghai rebar futures. This skill will route you directly to the tianqin-data skill with the correct parameters.

Quick Start

Use the trade-skills skill to get the daily historical prices for the stock symbol 000001.

Frequently Asked Questions about trade-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access financial data for stocks and futures using akshare and tianqin?

To access financial data, this skill routes requests for stocks, bonds, funds, and macroeconomics to akshare-data, and futures data to tianqin-data, returning the correct data results.

How do I get historical price data for a specific stock symbol?

To get historical price data, request the daily historical prices for your specific stock symbol, and the skill will route the query to the appropriate specialized data skill automatically.

Do I need to manually install akshare-data or tianqin-data before querying financial data?

You do not need to manually install dependencies, as the skill manages and auto-installs necessary data skills like akshare-data and tianqin-data if they are missing from your environment.

Does this skill provide utility scripts for futures trading hours and dominant contracts?

The skill provides utility scripts for checking futures trading hours and identifying dominant contracts, helping you validate trading windows and contract parameters before fetching data.

What is the best way to find the correct API for fetching Shanghai rebar futures K-line data?

The best way to find the correct API is using the skill's comprehensive data resource table, which maps data requests like Shanghai rebar futures directly to tianqin-data with the correct parameters.

Can I use this skill to fetch macroeconomics and bond data alongside stocks?

You can fetch macroeconomics and bond data alongside stocks, as the skill automatically routes these specific financial data requests to the akshare-data skill.