Finloop Mktdata Skills
Skill by czzlegend
Why use this skill?
Integrate real-time stock, bond, and fund market data into OpenClaw. Access global financial insights, historical K-lines, and company info via Finloop Mktdata.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/czzlegend/finloop-mktdata-skillsWhat This Skill Does
Finloop Mktdata Skills by czzlegend is a powerful, integrated financial market data gateway designed for the OpenClaw AI ecosystem. It acts as an intelligent bridge, allowing users to query high-fidelity, real-time, and historical financial data across global markets directly through natural language. Whether you are conducting equity analysis, monitoring fund performance, or researching bond instruments, this skill eliminates the need for manual data entry or complex terminal setups. It supports a comprehensive range of assets, including Hong Kong, US, and A-shares, foreign exchange, commodities, virtual assets, and various debt instruments.
Installation
To integrate this skill into your environment, execute the following command in your terminal:
npx finloop-mktdata-skills install finloop-mktdata-skill
Additionally, you can manage the installation via the OpenClaw management tool using: clawhub install openclaw/skills/skills/czzlegend/finloop-mktdata-skills.
Use Cases
This skill is ideal for quantitative analysts, investment researchers, and retail traders who require rapid access to financial intelligence. Use it to pull instant stock quotes for daily monitoring, conduct historical backtesting with detailed K-line data, or analyze corporate structures and fundamental financial indicators. For wealth management, it offers precise tracking of public fund net values and bond pricing, facilitating complex investment portfolio management directly from your AI agent interface.
Example Prompts
- "What is the current stock price and recent market cap for 00700.HK?"
- "Show me the historical daily K-line chart for AAPL.US from 2023-01-01 to 2023-12-31."
- "Provide the fundamental information, including main business and industry, for 600519.SH."
Tips & Limitations
- Direct API Usage: Always invoke services via standard HTTP requests (e.g., fetch or axios) pointed to the UAT endpoint: https://papi-uat.finloopg.com/flp-mktdata-hub.
- Data Integrity: Ensure the mandatory parameters such as
codeorisinare correctly formatted according to market standards (e.g., suffix for stocks). - Limitations: This skill does not store data locally; it performs real-time remote lookups. Ensure your network environment has access to the UAT API gateway. Do not create local wrappers or intermediary JS files; invoke endpoints directly as per instructions to maintain compatibility with OpenClaw internal processes.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-czzlegend-finloop-mktdata-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api