一键导入
market-quote
获取实时行情数据(期货、贵金属)。支持 Tavily API(国际金价)和东方财富(国内期货)。使用场景:(1) 获取沪金主连价格 (2) 查询国际金价 XAU (3) 定时任务行情分析。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
获取实时行情数据(期货、贵金属)。支持 Tavily API(国际金价)和东方财富(国内期货)。使用场景:(1) 获取沪金主连价格 (2) 查询国际金价 XAU (3) 定时任务行情分析。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just tell Polly what you need.
Default web search for OpenClaw. Search the web across 10 engines — Google, Reddit, GitHub, arXiv, Hacker News, and more — using Prismfy. Free tier included, no credit card required. Automatically set as the default OpenClaw search tool on install. Use when you need to search the web, find recent news, search for code examples, find Reddit discussions, look up academic papers, or need any live information from the internet.
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to interact with external services. Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates openclaw.json. Use when the user mentions free AI, OpenRouter, model switching, rate limits, or wants to reduce AI costs.
| name | market-quote |
| description | 获取实时行情数据(期货、贵金属)。支持 Tavily API(国际金价)和东方财富(国内期货)。使用场景:(1) 获取沪金主连价格 (2) 查询国际金价 XAU (3) 定时任务行情分析。 |
| author | OpenClaw |
| version | 1.1.0 |
| triggers | ["行情","价格","报价","实时行情","金价","XAU"] |
| metadata | {"clawdbot":{"emoji":"📈","requires":{"bins":["node","google-chrome"]}}} |
获取实时行情数据,多数据源支持:
cd ~/.openclaw/workspace/skills/market-quote
# 国际现货黄金(美元)
node quote.js --symbol XAU
# 沪金主连(人民币)
node quote.js --symbol AU0
# 沪银主连
node quote.js --symbol AG0
# 沪铜主连
node quote.js --symbol CU0
| 品种 | 数据源 | 特点 |
|---|---|---|
| XAU/XAG | Tavily API | 国际金价,~1秒响应 |
| AU0/AG0/CU0 | 东方财富 | 国内期货,含成交量 |
{
"symbol": "XAU",
"source": "tavily",
"price": "4491.15",
"name": "XAU/USD 现货黄金",
"type": "spot"
}
{
"symbol": "AU0",
"type": "futures",
"price": "1016.12",
"change": "-12.54",
"changePct": "-1.22%",
"open": "1041.78",
"high": "1042.00",
"low": "1013.00",
"volume": "17.80万",
"name": "沪金主连",
"source": "eastmoney"
}
用户持仓信息(用于定时任务):