← Browse

@igorganapolsky/bogleheads-research

A

Bogleheads Forum Research & Active Thread Engagement Engine

skillclaude

Install

agr install @igorganapolsky/bogleheads-research --target claude

Writes 1 file into .claude/skills/, pinned to git-b3c5a726.

  • .claude/skills/bogleheads-research/SKILL.md

Document


name: bogleheads-research description: Bogleheads Forum Research & Active Thread Engagement Engine

Bogleheads Research & Active Engagement Skill

Extracts real-time discussions and actively engages in Bogleheads.org forum threads.

Capabilities

  1. RSS Feed Extractor:

    python3 scripts/bogleheads_research.py
    

    Parses latest 15 forum discussions into data/research/bogleheads_latest.json.

  2. Drafting & Submitting Thread Replies:

    python3 scripts/bogleheads_cli.py --topic-id 8819131 --title "Asset Allocation" --message "A 3-fund portfolio (VTI/VXUS/BND) offers low expense ratio diversification." --post
    
  3. Audit Log & Secrets:

    • Outgoing posts logged to data/audit/bogleheads_posts.json.
    • Forum credentials stored securely in ~/.resume_secrets/bogleheads.json (chmod 0600).

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-b3c5a726440c2026-07-31