openskills-runtime-debug

Diagnose OpenSkills runtime failures in Landlock, seatbelt, and WASM sandboxing.

68|14|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Geeksfino/openskills --skill openskills-runtime-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openskills-runtime-debug
Source: https://github.com/Geeksfino/openskills/tree/main/.cursor/skills/openskills-runtime-debug
Command: npx skills add https://github.com/Geeksfino/openskills --skill openskills-runtime-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps diagnose and resolve failures occurring within the OpenSkills runtime environment, specifically targeting issues related to sandboxing mechanisms and script execution.

Core Features & Use Cases

  • Failure Diagnosis: Identifies root causes for runtime errors in sandboxed environments (Landlock, seatbelt, WASM).
  • Root-Cause Analysis: Provides detailed findings starting with the primary cause of the failure.
  • Remediation Guidance: Offers minimal-risk steps to fix identified issues.
  • Use Case: When a Python script within OpenSkills fails to execute due to a sandbox policy violation, this skill can pinpoint the exact permission issue and suggest a safe configuration adjustment.

Quick Start

Use the openskills-runtime-debug skill to diagnose a failure in the seatbelt execution path for the attached file 'example.py'.

Frequently Asked Questions about openskills-runtime-debug

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

FAQPage Schema
Why does my Python script fail to execute in a sandboxed runtime environment?

Sandboxed runtime execution failures often stem from permission violations within Landlock, macOS seatbelt, or WASM/WASI policies. Diagnosing the root cause requires analyzing the specific sandbox restriction blocking the script and adjusting the configuration with minimal risk.

How do I diagnose a macOS seatbelt policy violation during native script execution?

Diagnosing a macOS seatbelt policy violation involves tracing the native script execution path to identify the denied system call or resource access. Root-cause analysis pinpoints the exact permission issue to guide safe configuration adjustments.

What causes WASM execution failures in a Rust sandbox environment?

WASM execution failures in a Rust sandbox typically arise from WASI capability mismatches or unsupported system interfaces. Identifying the precise sandboxing constraint allows for targeted remediation steps to restore runtime functionality.

Do I need to understand Rust execution to troubleshoot Landlock sandboxing issues?

Understanding Rust execution is necessary to troubleshoot Landlock sandboxing issues effectively, as the runtime environment relies on Rust for native script execution paths. This knowledge helps pinpoint permission denials and apply minimal-risk fixes.

What is the best way to resolve runtime permission errors in OpenSkills?

The best way to resolve runtime permission errors in OpenSkills is to perform a root-cause analysis on the sandboxed execution path, then apply minimal-risk remediation steps. This ensures the exact permission issue is safely corrected.