Agent Skills
› openai/plugins
› moody-s-company-analysis
moody-s-company-analysis
GitHub用于执行穆迪公司级分析,包括查询公司档案、股权结构、信用评级及意见、财务报表和公告。该技能通过实体搜索定位目标,提取并总结关键财务与信用指标,强调引用来源并指出数据缺失,旨在提供研究背景而非投资建议。
Trigger Scenarios
用户请求穆迪公司档案或简介
用户询问公司所有权或股权结构
用户要求获取信用评级、展望或信用意见
用户需要财务报表摘要或公告分析
用户进行信用风险分析或同行对比
Install
npx skills add openai/plugins --skill moody-s-company-analysis -g -y
SKILL.md
Frontmatter
{
"name": "moody-s-company-analysis",
"description": "Use when the user asks for Moody's company profiles, ownership, ratings, credit opinions, financial statements, filings, peers, research, or credit-risk analysis for a company."
}
Moody's Company Analysis
Use this skill for company-level Moody's workflows that go beyond a lightweight connectivity probe.
Ground Rules
- Resolve the company through Moody's entity search before calling entity-specific tools.
- Read live tool schemas before calling them; tool names and parameters may differ by MCP version.
- Do not invent entity IDs, rating values, ownership percentages, financial metrics, or document titles.
- Include Moody's citations for each substantive section when the tool response provides citations.
- Highlight missing fields plainly instead of filling gaps from outside assumptions.
- This is research context, not investment advice.
Company Profile and Ownership
- Resolve the correct entity. Mention close alternatives if the match is ambiguous.
- Summarize the profile: legal name, headquarters, country, business description, industry classifications, legal status/form, employees, and identifiers where available.
- Summarize ownership: ultimate owners, beneficial owners, direct and total ownership percentages, subsidiaries, direct subsidiary count, corporate group size, and key subsidiaries where available.
- Call out gaps such as no beneficial-owner data, missing ownership percentages, or missing subsidiary detail.
- Finish with a plain-English structure takeaway: who owns the company, what it owns, and how complex the group appears.
Ratings and Credit Opinion
- Resolve the correct entity.
- Retrieve current long-term rating, outlook, and relevant recent rating history.
- Summarize rating drivers, credit strengths and challenges, outlook rationale, upgrade factors, downgrade factors, methodology or scorecard factors, and ESG considerations where available.
- Call out missing fields or stale source material.
- Finish with a plain-English credit takeaway.
Financial Statements and Filings
- Resolve the correct entity.
- Retrieve the latest two fiscal years of year-end income statement, balance sheet, cash flow statement, and key indicators or ratios where available.
- Search company filings for the latest annual filing and latest interim filing.
- Summarize material financial metrics and filing commentary on revenue, earnings, debt, liquidity, cash flow, capex, risks, restructuring, and strategy.
- Highlight differences between structured financial-statement data and filing commentary.
- Finish with a plain-English credit-risk takeaway.
Version History
- 11c74d6 Current 2026-07-19 09:40


