skills/skills.volces.com/panda-data-skill

panda-data-skill

Installation
SKILL.md

Panda Data Skill

PandaAI 金融数据 API 的 OpenClaw 技能封装,将 35 个数据查询方法封装为符合 LLM function calling 规范的 tools,支持行情数据、市场参考、财务因子、交易工具、期货等全品类查询。

Quick Start

from panda_tools.credential import CredentialManager
from panda_tools.registry import ToolRegistry

CredentialManager.init_from_env()
registry = ToolRegistry()
tools = registry.get_all_tools()
result = registry.call_tool("get_market_data", start_date="20250101", end_date="20250110", symbol="000001.SZ")

Key Notes

Installs
4
First Seen
Apr 28, 2026
panda-data-skill from skills.volces.com