<< All versions
Skill v1.0.0
currentTrusted Publisher100/100openai/plugins/fund-screener
──Details
PublishedJune 1, 2026 at 10:41 AM
Content Hashsha256:c8df7f7146770c28...
Git SHA
──Files
Files (1 file, 2.2 KB)
SKILL.md2.2 KBactive
SKILL.md · 43 lines · 2.2 KB
version: "1.0.0" name: fund-screener description: Use when screening funds or ETFs by Morningstar category, ratings, fees, assets, returns, or risk.
Fund Screener
Screen funds using the connected Morningstar app as the data source.
Guardrails
- Use only data returned by the Morningstar app in the current session.
- Do not infer missing values, create synthetic scores, predict performance, or give investment advice.
- Show unavailable values as
N/Aand distinguish missing data from tool failure. - Supported universes are ETFs, open-end funds, and closed-end funds.
- Treat filters as AND logic unless the user explicitly asks for alternatives; run separate passes for OR logic and deduplicate results.
Workflow
Before running a real screen, read references/full-workflow.md. It preserves Morningstar's partner-authored rules for criteria confirmation, normalization, datapoints, result validation, output tables, disclosures, and follow-up suggestions.
- Collect the screening criteria in one pass: universe, category, medalist rating, star rating, expense ratio, assets, and any user-specified filters.
- Normalize user terms against Morningstar-supported datapoints and values before screening. If a close match is likely, ask for confirmation before running.
- Run the screen, targeting a useful result set of roughly 10 to 20 funds.
- Validate fund status and remove inactive, merged, or liquidated funds.
- Enrich surviving results with category, active/passive status, benchmark, expense ratio, assets, inception date, medalist rating, star rating, returns, category ranks, and risk metrics when available.
- Rank results by the user's priority. If no priority is given, sort by assets descending and then expense ratio ascending.
Output
Use this order:
- Disclosure banner.
- Criteria used table, one row per active filter only, including normalized terms.
- Result count and exclusions.
- Snapshot table.
- Performance table.
- Risk and category-rank table.
- Three concise, data-backed refinements such as tighter expense ratio, higher rating floor, narrower category, or universe changes.
If the screen returns zero or too few results, identify the likely binding criteria and ask what to relax.