Auto Refresh

Refresh market research data older than 7 days upon user login.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/ricardocidale/hbg-screens --skill auto-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Auto Refresh
Source: https://github.com/ricardocidale/hbg-screens/tree/main/.claude/skills/research/auto-refresh
Command: npx skills add https://github.com/ricardocidale/hbg-screens --skill auto-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures users always see the most up-to-date market research data by automatically refreshing stale information upon login, preventing the use of outdated insights.

Core Features & Use Cases

  • Automatic Refresh: Triggers data refresh once per session after a user logs in.
  • Age-Gating: Only refreshes research data older than 7 days, optimizing API usage.
  • Visual Progress: Displays an engaging 3D animated overlay showing refresh progress.
  • Use Case: When a user logs into the HBG portal, stale market research for properties is automatically identified and updated in the background, with a visual indicator to keep the user informed.

Quick Start

Log in to the application to automatically refresh any market research data older than 7 days.

Frequently Asked Questions about Auto Refresh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically refresh stale market research data when a user logs in?

To automatically refresh stale market research data on login, this Skill checks data age against a 7-day threshold and triggers API regeneration for older entries during the user session. It integrates with the main application component to manage the refresh state.

How does age-gating work for data updates to optimize API usage?

Age-gating optimizes API usage by checking market research data timestamps against a 7-day threshold. Only entries older than seven days trigger API calls for regeneration, preventing unnecessary updates to recently refreshed information.

Can I display a 3D animated progress overlay during background data updates?

Yes, you can display a 3D animated progress overlay during background data updates. This Skill employs a 3D animated visual indicator to show users the refresh progress while stale market research data regenerates via API calls.

When should I automatically trigger market research refreshes instead of manual updates?

You should trigger automatic market research refreshes when users log in to ensure they always see up-to-date insights. This prevents the use of outdated information by refreshing stale data once per session without requiring manual intervention.

What is the best way to prevent users from seeing outdated property market data in a portal?

The best way to prevent outdated property market data is using an automatic refresh mechanism. This Skill identifies stale research upon user login to the portal and updates entries older than 7 days in the background, ensuring current insights.