browser-status

Retrieve browser open state, active tab URL, title, and tab count.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill browser-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-status
Source: https://github.com/openakita/openakita/tree/main/skills/system/browser-status
Command: npx skills add https://github.com/openakita/openakita --skill browser-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly understand the current operational status of your web browser, including whether it's running, what page is active, and how many tabs are open.

Core Features & Use Cases

  • Status Check: Determine if the browser is currently open and accessible.
  • Current Page Information: Retrieve the URL and title of the active tab.
  • Tab Count: See how many tabs are currently open in the browser.
  • Use Case: Before attempting to navigate to a new page, you can use this skill to confirm the browser is ready and to get context about the current page.

Quick Start

Check the current status of the browser.

Frequently Asked Questions about browser-status

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

FAQPage Schema
How do I check if my web browser is currently open and ready?

To check if your web browser is open and ready, you can retrieve its operational status to confirm accessibility and verify the current browsing context. This confirms whether the browser is running and prepared for executing further browser-related tasks.

How can I get the URL and page title of the active browser tab?

You can get the URL and page title of the active browser tab by retrieving the current browser state. This process queries the active tab to return its specific web address and the title of the page currently displayed.

What is the best way to find out how many tabs are open in my browser?

The best way to find out how many tabs are open is to query the browser's operational status. This retrieves the total count of currently open tabs, helping you understand the active browsing context before running new browser tasks.

Can I verify browser readiness before navigating to a new page?

Yes, you can verify browser readiness before navigating to a new page by checking the browser state. This confirms the browser is open and accessible, ensuring the environment is prepared before you attempt to execute further browser-related navigation tasks.

Why do I need to check browser context before executing browser-related tasks?

You need to check browser context before executing browser-related tasks to ensure the browser is open and to understand the active page. Retrieving the URL, page title, and tab count prevents errors when running automated browser workflows.