FHA, VA & USDA Mortgage Rate Watch

v1.4.0

Daily FHA, VA, and USDA government-backed mortgage rate monitoring, comparison, and newsletter-style summaries. Use when the user asks about current FHA mort...

0· 21·0 current·0 all-time
byChi Li@li-chi

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for li-chi/fha-va-usda-mortgage-rate-watch.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "FHA, VA & USDA Mortgage Rate Watch" (li-chi/fha-va-usda-mortgage-rate-watch) from ClawHub.
Skill page: https://clawhub.ai/li-chi/fha-va-usda-mortgage-rate-watch
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install li-chi/fha-va-usda-mortgage-rate-watch

ClawHub CLI

Package manager switcher

npx clawhub@latest install fha-va-usda-mortgage-rate-watch
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (mortgage rate monitoring, comparisons, newsletter summaries) matches the included files and instructions. Required environment variables, binaries, and config paths are none, which is reasonable for a skill that fetches public web data and does local calculation.
Instruction Scope
SKILL.md instructs the agent to fetch public rate data (web search or listed public sources), format summaries, calculate payments, schedule cron jobs, and optionally persist last-known rates to memory/rate-watch-state.json. Those actions are in-scope for a rate-watch skill, but the instructions assume the agent/platform can perform network requests, create cron jobs, and write a small JSON state file — capabilities that may not be available or desirable in all environments. The instructions are otherwise specific and do not request unrelated files or secrets.
Install Mechanism
There is no install spec (instruction-only with two small helper scripts). No remote downloads, package installs, or archive extraction are present, minimizing install-time risk.
Credentials
The skill declares no required environment variables, credentials, or sensitive config paths. The runtime instructions do not ask for secrets or unrelated credentials. This is proportionate to the stated purpose.
Persistence & Privilege
The skill suggests using cron for scheduled checks and storing last-known rates in memory/rate-watch-state.json; it does not request always:true nor modify other skills' configs. Users should be aware this implies writing small persistent state and scheduling capabilities, which may require explicit platform permissions.
Assessment
This skill appears coherent and low-risk, but check the runtime environment before installing: ensure the agent is allowed to make outbound web requests and to write a small state file (memory/rate-watch-state.json) if you want alerts; platform-managed cron/scheduling may be required or unavailable. Confirm you trust the data sources listed (they are public aggregators) and remember the skill explicitly disclaims personalized financial advice. If you don't want any persistent state or scheduled jobs, disable cron/use the skill only on demand. Finally, review and run the included validation script locally if you want to verify behavior before enabling automated execution.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cpgpsfkk1trgjtgne4cexmh85kz4q
21downloads
0stars
1versions
Updated 7h ago
v1.4.0
MIT-0

FHA, VA & USDA Mortgage Rate Watch

Monitor and summarize daily government-backed mortgage rates across FHA, VA, and USDA loan programs.

Safety & Disclaimers

  • ✅ Fetch and summarize publicly available rate data
  • ✅ Compare FHA, VA, and USDA rate trends
  • ✅ Explain loan program differences and eligibility basics
  • ✅ Generate rate watch summaries and newsletter-style reports
  • NEVER guarantee specific rates or approval
  • NEVER recommend a specific lender or loan product
  • NEVER provide personalized mortgage advice
  • NEVER replace a licensed loan officer or mortgage broker

Mortgage rates depend on individual credit profiles, lender policies, and market conditions. Always verify rates with a licensed lender. Data sourced from public aggregators and may lag real-time pricing.

Rate Data Sources

Fetch current rates via web search or these public sources:

SourceURLNotes
Freddie Mac PMMSfreddiemac.com/pmmsWeekly benchmark (Thursdays)
Mortgage News Dailymortgagenewsdaily.comNear-real-time daily rates
Bankratebankrate.com/mortgagesDaily averages by loan type
NerdWalletnerdwallet.com/mortgages/mortgage-ratesDaily comparison
HUD/FHAhud.govFHA program details
VA.govva.gov/housing-assistance/home-loansVA loan eligibility
USDA RDrd.usda.govUSDA loan areas and eligibility

When fetching rates, search for today's date + loan type (e.g., "FHA 30 year fixed rate today April 2026").

Loan Program Quick Reference

For detailed eligibility rules, MIP/funding fee structures, and program comparisons, see references/loan-programs.md.

ProgramMin DownCredit FloorKey Feature
FHA3.5%580 (3.5% down)MIP required; first-time buyer friendly
VA0%No VA minimumFunding fee; military/veteran only
USDA0%640 typicalGuarantee fee; rural/suburban areas

Core Workflows

1. Daily Rate Summary

Fetch today's rates and format:

📊 Rate Watch — [DATE]

FHA 30-Year Fixed: X.XX% (▲/▼ X.XXpp from last week)
VA 30-Year Fixed:  X.XX% (▲/▼ X.XXpp)
USDA 30-Year Fixed: X.XX% (▲/▼ X.XXpp)

Conventional 30-Yr (for comparison): X.XX%

🔍 Commentary:
[1-2 sentences on trend direction and what's driving it]

Sources: [list sources checked]
⚠️ Rates are national averages. Your rate depends on credit, lender, and loan details.

2. Rate Comparison Table

When comparing across programs or timeframes:

| Loan Type | Rate | APR | Monthly P&I ($250K) |
|-----------|------|-----|---------------------|
| FHA 30-yr | X.XX% | X.XX% | $X,XXX |
| VA 30-yr  | X.XX% | X.XX% | $X,XXX |
| USDA 30-yr | X.XX% | X.XX% | $X,XXX |
| Conv 30-yr | X.XX% | X.XX% | $X,XXX |

Include MIP/funding fee impact in APR when available.

3. Payment Impact Calculator

Use the standard amortization formula:

M = P × [r(1+r)^n] / [(1+r)^n – 1]

P = loan amount, r = monthly rate, n = total months

Show how rate changes affect monthly payment:

Per 0.25% rate change on $300,000 loan:
  → ~$45/month difference
  → ~$16,200 over 30 years

4. Newsletter-Style Summary

For weekly or subscriber-style output, see the template in references/newsletter-template.md.

5. Rate Alerts via Cron

Set up recurring rate checks:

"Check FHA/VA/USDA rates every weekday morning and send a summary"
"Alert me if FHA 30-year drops below 6%"

Use cron jobs for scheduled delivery. Store last-known rates in memory/rate-watch-state.json to calculate deltas.

Scripts

ScriptPurpose
scripts/payment_calc.pyCalculate monthly P&I for given rate, amount, and term

References

FileContents
references/loan-programs.mdFHA, VA, USDA eligibility, fees, and program details
references/newsletter-template.mdWeekly newsletter template with formatting guidance

Comments

Loading comments...