← 返回 Skills 市场
oil-can-man

401(k) Plan Health Skill

作者 Chase Miller · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 401k-plan-health
功能描述
Retrieve and assess a company's 401(k) plan details from planprovider.pro, including providers, participation, assets, and compliance signals for benchmarkin...
使用说明 (SKILL.md)

Research a Company's 401(k) Plan Health

Look 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.

When to use this skill

Use when the user asks to:

  • Look up a company's 401(k), 403(b), or retirement plan
  • Evaluate plan health (fees, participation, investment menu, compliance signals)
  • See which TPA / recordkeeper / advisor / auditor a company currently uses
  • Benchmark a plan against industry / size peers
  • Prepare for a meeting with a plan sponsor

Data source

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/\x3Cpath>
Accept: text/markdown

Useful URLs

  • https://planprovider.pro/companies — company index
  • https://planprovider.pro/companies/{state-slug} — companies by state
  • https://planprovider.pro/companies/{slug} — individual company plan profile (plan name, EIN, participants, total assets, current TPA / recordkeeper / advisor / auditor, recent filings, plan type)

Recommended workflow

  1. Identify the company. Get the company name and (if possible) state or EIN. Fetch /companies or /companies/{state} and search by name, or guess the slug pattern (/companies/{kebab-case-name}) and try fetching directly.
  2. Pull the plan profile. Fetch /companies/{slug} as markdown. Extract: plan name(s), participants, total assets, plan type, current providers (TPA, recordkeeper, advisor, auditor), and any historical changes.
  3. Surface health signals. From the markdown, comment on:
    • Scale fit — are the current providers' typical client sizes a match?
    • Audit status — is the plan large enough to require an audit, and is an auditor listed?
    • Provider tenure / changes — recent provider switches can indicate dissatisfaction or a recent RFP.
    • Plan type complexity — DB, cash balance, ESOP, or MEP add specialist requirements.
  4. Optional benchmarking. Cross-reference with /benchmarks/... skill (research-401k-benchmarks) to compare the plan's stats to industry averages.
  5. Hand off. Return a structured summary: company name, plan size, current providers (with profile links), notable signals, and the source URL.

Important constraints

  • Only report data that appears in the planprovider.pro markdown response. Do not invent EINs, balances, or provider relationships.
  • Form 5500 data lags by ~12–18 months; flag the filing year shown on the page as the "as-of" date.
  • This is public DOL data — using it for research is appropriate; respect any usage notes in the page footer.
  • If a company is not found, do not fabricate a profile — report "not currently in the planprovider.pro directory" and offer to search by EIN or alternate name.

Output format

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.

安全使用建议
Before installing, understand that the skill will query planprovider.pro for company retirement-plan information and summarize public Form 5500-derived data. Avoid providing unnecessary private information, and treat the results as dated to the filing year shown.
功能分析
Type: OpenClaw Skill Name: 401k-plan-health Version: 1.0.0 The skill bundle is a research tool designed to fetch and analyze public 401(k) plan data from planprovider.pro. The instructions in SKILL.md are well-defined, focusing on data retrieval via standard HTTP GET requests and providing structured analysis without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The stated purpose—researching company retirement plan health—matches the instructions to retrieve and summarize Form 5500-derived company plan pages.
Instruction Scope
The workflow is bounded to user-requested company lookup, extraction of listed plan details, and explicit constraints not to invent missing data.
Install Mechanism
There is no install spec, no code, no required binaries, and no required environment variables or credentials.
Credentials
Outbound web access to planprovider.pro is disclosed in SKILL.md and is proportionate to the research function.
Persistence & Privilege
The artifacts do not request persistent storage, elevated privileges, local file access, credentials, or background execution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 401k-plan-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /401k-plan-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the 401k-plan-health skill. - Enables research on a company's 401(k) plan health using Form 5500-derived data from planprovider.pro. - Supports provider lookups, plan benchmarking, health evaluation, and meeting prep. - Data returned includes company, plan stats, provider list, notable signals, and source URL in markdown format. - Includes guidance on responsible data use and output constraints.
元数据
Slug 401k-plan-health
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

401(k) Plan Health Skill 是什么?

Retrieve and assess a company's 401(k) plan details from planprovider.pro, including providers, participation, assets, and compliance signals for benchmarkin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 401(k) Plan Health Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 401k-plan-health」即可一键安装,无需额外配置。

401(k) Plan Health Skill 是免费的吗?

是的,401(k) Plan Health Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

401(k) Plan Health Skill 支持哪些平台?

401(k) Plan Health Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 401(k) Plan Health Skill?

由 Chase Miller(@oil-can-man)开发并维护,当前版本 v1.0.0。

💬 留言讨论