agentsclimarketplace

Antigravity cli statusline

Skill hankunpeng/skills/skills/antigravity-cli-statusline

Customizes the Antigravity CLI status bar to show folder icons, home-abbreviated current working directory, model name, and 5H/7D token quota usage with live refresh countdown.From its SKILL.md

Install
npx -y skills add hankunpeng/skills --skill antigravity-cli-statusline

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 1 command, including `<skill_dir>/scripts/install.sh`.

SKILL.md

1.8 KB, 371 tokens by cl100k_base, as published. Nobody here has run it

Antigravity CLI Custom Statusline Skill

This skill allows configuring, installing, or updating the custom status bar configuration for the Antigravity CLI (agy).

Features

  • Preserve Native Status Line (Line 1): Renders the default CLI status line on the first line (agent state, active model, and context window token usage) with perfect alignment.
  • Custom Telemetry Additions (Line 2): Displays custom metrics below the native status line: folder icon, home-abbreviated current working directory, 5H/7D token quota usage, and live refresh countdown.
  • Double-line / Single-line Auto Layout: For custom telemetry additions (Line 2), automatically fits path and quotas into a single line if terminal width permits, otherwise wraps custom additions to a clean secondary line.
  • Directory Emoji: Prepend 📂 to the leftmost side of the path.
  • Token Quota Display: Displays 5H (5-hour) and 7D (weekly) remaining fraction percentages.
  • Live Refresh Countdown: Displays ⏳ Xh Ym (if >= 1h) or ⌛ 0h Ym (if < 1h) for the 5-hour quota reset time.
  • Auto-Refresh: Configures the status line to update every 60 seconds.

Files Included

  • scripts/statusline.sh: The shell script executed by agy to render the status line.
  • scripts/install.sh: Helper script to automatically copy statusline.sh to the app data directory, grant execution permissions, and update settings.json.

Usage

Run the installation helper script from this skill folder to install or update:

<skill_dir>/scripts/install.sh

What ships with it: 2 files

7.0 KB alongside SKILL.md, 2 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.