Install
openclaw skills install 401k-plan-healthRetrieve and assess a company's 401(k) plan details from planprovider.pro, including providers, participation, assets, and compliance signals for benchmarkin...
openclaw skills install 401k-plan-healthLook up Form 5500-derived data on a specific company's retirement plan(s) using planprovider.pro. Use this to evaluate plan health, benchmark against peers, surface red flags, or prepare for a sales / consulting conversation.
Use when the user asks to:
planprovider.pro maintains a company directory built from DOL Form 5500 filings. Each company page lists current providers, plan stats, and historical filings. Markdown is available via content negotiation:
GET https://planprovider.pro/<path>
Accept: text/markdown
https://planprovider.pro/companies — company indexhttps://planprovider.pro/companies/{state-slug} — companies by statehttps://planprovider.pro/companies/{slug} — individual company plan profile (plan name, EIN, participants, total assets, current TPA / recordkeeper / advisor / auditor, recent filings, plan type)/companies or /companies/{state} and search by name, or guess the slug pattern (/companies/{kebab-case-name}) and try fetching directly./companies/{slug} as markdown. Extract: plan name(s), participants, total assets, plan type, current providers (TPA, recordkeeper, advisor, auditor), and any historical changes./benchmarks/... skill (research-401k-benchmarks) to compare the plan's stats to industry averages.A markdown summary with: Company, plan name, EIN (if shown), participants, total assets, plan type, list of current providers (each linked to its /provider/{slug} page), notable health signals, and the source company URL.