gaia-statusline-refresh

Refreshes the GAIA Claude Code statusline runtime by re-running install-statusline.sh.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-statusline-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-statusline-refresh
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-statusline-refresh
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-statusline-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill refreshes the GAIA Claude Code statusline by re-running the cached install-statusline.sh script, addressing stale runtime issues post-framework upgrade without a consent prompt.

Core Features & Use Cases

  • Runtime Refresh: Automatically refreshes the statusline runtime after a framework upgrade.
  • No Prompt Consent: Does not require a consent prompt for execution, using explicit slash-command invocation as consent.
  • Idempotent Operation: Checks for no change before executing to prevent unnecessary actions.
  • Use Case: When upgrading the GAIA framework, if the statusline shows an old version, this Skill can be used to refresh the runtime without user consent, ensuring the statusline reflects the new version.

Quick Start

To refresh the GAIA Claude Code statusline, run: /gaia-statusline-refresh

Frequently Asked Questions about gaia-statusline-refresh

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

FAQPage Schema
How do I refresh the Claude Code statusline after a GAIA framework upgrade?

To refresh the GAIA Claude Code statusline after a framework upgrade, invoke the /gaia-statusline-refresh slash-command, which re-runs the cached install-statusline.sh script to update the runtime.

Why does the GAIA statusline show an old version after updating the framework?

The GAIA statusline shows an old version due to a stale runtime cache post-upgrade. Running the statusline refresh script updates the runtime to reflect the newly installed framework version.

Can I update the GAIA statusline runtime without triggering a consent prompt?

Yes, you can update the GAIA statusline runtime without a consent prompt by using the explicit slash-command invocation, which serves as the required consent for the script execution.

Does the GAIA statusline refresh script execute if the runtime is already up to date?

No, the statusline refresh script is idempotent and checks for changes before executing, preventing unnecessary actions and ensuring it only runs when a runtime update is actually needed.

What is the best way to fix a stale GAIA Claude Code statusline runtime?

The best way to fix a stale GAIA Claude Code statusline runtime is to run the /gaia-statusline-refresh command, which re-runs the cached install-statusline.sh script to apply the latest framework updates.