Skills Plugins MCP Prompt Model 博客 我的中心

stocks

Query stock prices, fund NAV, crypto rates via free APIs. Supports A-shares, US stocks, HK stocks, and crypto.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=fuyuxiang-echo-agent-skills-finance-stocks-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name stocks description Query stock prices, fund NAV, crypto rates via free APIs. Supports A-shares, US stocks, HK stocks, and crypto. version 1.0.0 metadata {"echo":{"tags":["Stocks","Finance","Market","Crypto","Fund"]}} Stocks & Market Data Query real-time market data from free APIs. No API key required. A-Shares (中国A股) # Sina Finance (real-time during trading hours) curl -s "https://hq.sinajs.cn/list=sh600519" | iconv -f gbk -t utf8 # sh=上海, sz=深圳, e.g. sz000001 (平安银行) # East Money JSON API curl -s "https://push2.eastmoney.com/api/qt/stock/get?secid=1.600519&fields=f43,f44,f45,f46,f47,f57,f58" US Stocks # Yahoo Finance (free, no key) curl -s "https://query1.finance.yahoo.com/v8/finance/chart/AAPL?interval=1d&range=5d" | python3 -m json.tool Crypto # CoinGecko (free, no key) curl -s "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd,cny" Fund NAV (基金净值) # 天天基金 (e.g. 001496) curl -s "https://fundgz.1234567.com.cn/js/001496.js" | python3 -c " import sys,json,re data = re.search(r'jsonpgz\((.*)\)', sys.stdin.read()) if data: d=json.loads(data.group(1)); print(f\"{d['name']}: 净值{d['dwjz']} 估算{d['gsz']} ({d['gszzl']}%)\") " Script python3 scripts/market_query.py stock 600519 # A-share python3 scripts/market_query.py stock AAPL # US stock python3 scripts/market_query.py crypto bitcoin # Crypto python3 scripts/market_query.py fund 001496 # Fund Watchlist Configure ~/.echo-agent/watchlist.yaml : stocks: - symbol: sh600519 name: 贵州茅台 - symbol: AAPL name: Apple crypto: - bitcoin - ethereum funds: - "001496" alert_threshold: 3 # alert if change > 3%
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。