view-stats

Open the Vibe Check stats page in the default browser.

1|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/wanderingstan/vibe-check --skill view-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view-stats
Source: https://github.com/wanderingstan/vibe-check/tree/main/skills/vibe-check-view-stats
Command: npx skills add https://github.com/wanderingstan/vibe-check --skill view-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open the Vibe Check stats page in the browser by reading local configuration, eliminating manual navigation to view usage data.

Core Features & Use Cases

  • Read local configuration to obtain api.url, api.username, and api.enabled
  • Verify remote stats are enabled and build the URL with the pattern {url}/stats.php?user={username}
  • Open the URL in the user's default browser across macOS, Linux, and Windows

Quick Start

Open the Vibe Check stats page in your default browser.

Frequently Asked Questions about view-stats

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

FAQPage Schema
How do I open the Vibe Check stats page in my default browser?

To open the Vibe Check stats page, this Skill reads your local configuration to construct the correct URL and launches it directly in your default web browser. It uses your configured api.url and api.username to build the link.

How does automatic URL construction for usage stats work?

Automatic URL construction works by reading your local configuration values for the API URL and username, then appending them to the stats.php endpoint pattern. This builds a complete URL that points directly to your specific usage data page.

Do I need remote stats enabled to view my usage data?

Yes, you need remote stats enabled to view your usage data. The Skill validates that the api.enabled configuration is set to true before it constructs the URL and attempts to open the stats page in the browser.

Can I open the stats page in a browser across different operating systems?

Yes, you can open the stats page across different operating systems. The Skill uses system commands to launch the constructed stats URL in the default browser on macOS, Linux, and Windows environments.

What local configuration values are required to access the Vibe Check stats page?

The required local configuration values to access the stats page are api.url, api.username, and api.enabled. The Skill reads these settings to verify remote tracking is active and to build the correct user-specific web address.

Why does my stats page fail to open when remote stats are disabled?

Your stats page fails to open when remote stats are disabled because the Skill explicitly validates the api.enabled configuration. If this setting is false or missing, it prevents the URL construction and browser launch to avoid navigating to an invalid page.