sandbox-status

Scan directories for sandbox symlinks and report their health status.

39|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/the-agency-ai/the-agency --skill sandbox-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-status
Source: https://github.com/the-agency-ai/the-agency/tree/main/.claude/skills/sandbox-status
Command: npx skills add https://github.com/the-agency-ai/the-agency --skill sandbox-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly identify broken or inactive sandbox symlinks, reducing system errors and debugging time.

Core Features & Use Cases

  • Symlink Discovery: Scans designated directories for symbolic links pointing to user-specific sandbox scripts and configurations.
  • Health Check: Resolves each symlink to verify its target exists and is functional.
  • Use Case: A developer wants to verify all sandbox integrations are operational before deploying an update to ensure smooth agent execution.

Quick Start

Launch the sandbox status check to list all active sandbox symlinks and their health status, enabling quick maintenance actions.

Frequently Asked Questions about sandbox-status

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

FAQPage Schema
How do I check sandbox symlinks for broken references before deploying an update?

Checking sandbox symlinks involves scanning designated directories for symbolic links to user-specific scripts and resolving each target to verify it exists. This identifies broken references and ensures operational integrity before deployment.

What is symlink health monitoring and when do I need it for multiple user environments?

Symlink health monitoring detects and reports on the integrity of symbolic links pointing to user-specific sandbox scripts. It is needed when managing multiple user environments with frequent updates to ensure only functional links remain active.

How do I fix broken sandbox symlinks that are causing system errors?

To fix broken sandbox symlinks, launch a status check to list all active links and their health status. This discovery process alerts you to inactive references, enabling quick maintenance actions to reduce system errors and debugging time.

Can I use this sandbox status check for environments with several agent integrations?

Yes, the sandbox status check is suitable for environments with several agent integrations and frequent updates. It validates symlink targets to ensure smooth agent execution and operational reliability across multiple user environments.

What are the limitations of monitoring sandbox symlinks automatically?

Monitoring sandbox symlinks automatically is limited to scanning designated directories and resolving link targets. It alerts on broken references but does not repair them, requiring manual maintenance actions to restore inactive sandbox scripts.