mounted

Check session and daemon status to output mounted CCB providers as JSON.

3.4k|329|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bfly123/claude_code_bridge --skill mounted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mounted
Source: https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/mounted
Command: npx skills add https://github.com/bfly123/claude_code_bridge --skill mounted

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reports which CCB providers are mounted (session exists AND daemon is online) and outputs a JSON payload.

Core Features & Use Cases

  • Identify mounted providers for the current project
  • Produce a JSON summary suitable for scripts and monitoring
  • Validate environment readiness in CI/CD

Quick Start

Run ccb-mounted to emit a JSON report of currently mounted CCB providers.

Frequently Asked Questions about mounted

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

FAQPage Schema
How do I check which CCB providers are mounted in my current project session?

To check mounted CCB providers, run ccb-mounted to emit a JSON report enumerating active providers when a session exists and the daemon is online. The output is a structured JSON artifact for the current project context.

What is the best way to validate CCB environment readiness in a CI/CD pipeline?

Validating CCB environment readiness in CI/CD requires checking session presence and daemon status. Running ccb-mounted produces a JSON summary suitable for scripts and monitoring, confirming providers are mounted before pipeline execution.

Does checking mounted providers require a specific daemon status?

Checking mounted providers requires the daemon to be online and an active session to exist. The process identifies mounted CCB providers by validating both session presence and daemon status, returning a JSON payload only when conditions are met.

How do I get a JSON summary of currently mounted CCB providers for automation?

Getting a JSON summary of mounted CCB providers involves running ccb-mounted, which outputs a structured JSON payload enumerating active providers. This format is designed for direct consumption by automation scripts and monitoring tools.

Why does my mounted providers check return an empty or invalid result?

A mounted providers check returns empty or invalid results if the session does not exist or the daemon is offline. The tool must identify both conditions simultaneously to successfully output the JSON payload enumerating mounted CCB providers.