Agent Skills
› KunAgent/Kun
› yahoo-finance
yahoo-finance
GitHub通过授权访问获取雅虎财经的公开市场、公司、财务、所有权及分析师数据。支持页面抓取、交互式检查和图表渲染,确保数据合规引用与准确呈现。
Trigger Scenarios
查询股票行情或公司信息
分析财务报表或分析师预测
Install
npx skills add KunAgent/Kun --skill yahoo-finance -g -y
SKILL.md
Frontmatter
{
"name": "yahoo-finance",
"description": "Retrieve public Yahoo Finance market, company, financial, ownership, and analyst data through authorized access."
}
Yahoo Finance
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve public Yahoo Finance market, company, financial, ownership, and analyst data through authorized access.
Tool routing
| Tool or skill | Use |
|---|---|
web_fetch |
Fetch authorized public Yahoo Finance pages when text extraction is available. |
browser_use |
Inspect public ticker and company pages interactively. |
render_chart |
Present verified price or metric trends. |
Workflow
- Confirm ticker, exchange, instrument type, currency, and timezone.
- Specify raw or adjusted prices and the observation timestamp.
- Fetch only publicly accessible fields needed for the question.
- Normalize periods and units before comparison.
- Cite the page URL and retrieval timestamp; report when access is unavailable.
Completion gates
- Check delayed versus real-time status.
- Verify corporate actions and fiscal periods.
- Separate reported values, derived metrics, and analyst estimates.
Boundaries
- Do not bypass access controls or terms.
- Do not present market data as personalized investment advice or guaranteed returns.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


