Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Agent Sandbox

Skill Verifiziert Aktiv

Agent skill for sandbox - invoke with $agent-sandbox

Zweck

To provide developers and testers with a secure and efficient way to create, manage, and utilize isolated execution environments for code development and testing.

Funktionen

  • Create and configure E2B sandboxes
  • Execute code safely in isolated environments
  • Manage sandbox lifecycles (creation to termination)
  • Handle file uploads, downloads, and environment configuration
  • Monitor sandbox performance and resource utilization

Anwendungsfälle

  • Setting up isolated development environments for new projects
  • Running code tests in a clean, reproducible environment
  • Experimenting with new libraries or frameworks without affecting the local system
  • Managing and cleaning up temporary execution environments after use

Nicht-Ziele

  • General-purpose code execution outside of a managed sandbox
  • Managing cloud infrastructure beyond E2B sandbox instances
  • Performing security audits of user-submitted code within the sandbox

Documentation

  • info:Configuration & parameter referenceThe SKILL.md provides examples of tool usage with parameters, but a formal reference for all options and defaults is not explicitly laid out.

Code Execution

  • info:ValidationWhile the code examples show structured parameters, there's no explicit mention of using a schema validation library like Zod or Pydantic for input sanitization.
  • info:Error HandlingThe SKILL.md outlines core responsibilities including 'Proper error handling and logging', but specific details on structured error reporting or fail-closed behavior are not provided.
  • info:LoggingThe SKILL.md mentions 'Clear execution logging and debugging support' as a quality standard, but details on a specific audit file or structured logging format are absent.

Errors

  • info:Actionable error messagesWhile the SKILL.md mentions proper error handling, specific details on how errors are presented to the user with remediation steps are not fully detailed.

Protocol

  • info:Idempotent retry & timeoutsThe `timeout` parameter is shown for `sandbox_create`, suggesting some consideration for timeouts, but idempotency and structured retryable errors are not explicitly detailed.

Practical Utility

  • info:Edge casesThe SKILL.md mentions quality standards like 'Implement proper error handling and logging' and 'Scalable sandbox orchestration', but explicit documentation of failure modes and recovery steps for edge cases is not detailed.

Safety

  • info:Halt on unexpected stateThe skill aims to manage sandboxes, and while error handling is mentioned, explicit documentation on halting on unexpected pre-state with clear reports is not present.

Installation

npx skills add ruvnet/ruflo

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Minimal Run And Audit

100

Vertrauenswürdige Ausführungs- und Reporting-Skill für die README-basierte Reproduktion von KI-Repositorien. Verwenden Sie diesen Skill, wenn die Aufgabe speziell darin besteht, Nachweise aus dem ausgewählten Smoke-Test oder dem dokumentierten Inferenz- oder Auswertungsbefehl zu erfassen oder zu normalisieren und standardisierte `repro_outputs/`-Dateien zu schreiben, einschließlich Patch-Notizen, wenn sich Repository-Dateien geändert haben. Nicht für Trainingsausführung, erstmalige Repositoireaufnahme, generische Umgebungs einrichtung, Paper-Suche, Zielauswahl oder reine End-to-End-Orchestrierung verwenden.

Skill
lllllllama

Wasm Agent

99

Create and manage sandboxed WASM agents for isolated code execution

Skill
ruvnet

Python Executor

99

Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF generation, API calls, automation scripts. Triggers: python, execute code, run script, web scraping, data analysis, image processing, video editing, 3D models, automation, pandas, matplotlib

Skill
inferen-sh

Cloudflare Sandbox SDK

99

Erstellen Sie sandboxed Anwendungen für die sichere Codeausführung. Laden Sie beim Erstellen von KI-Codeausführung, Code-Interpretern, CI/CD-Systemen, interaktiven Entwicklungsumgebungen oder beim Ausführen von nicht vertrauenswürdigem Code. Behandelt den Sandbox-SDK-Lebenszyklus, Befehle, Dateien, den Code-Interpreter und Vorschau-URLs. Bevorzugt die Abfrage aus Cloudflare-Dokumenten gegenüber vortrainiertem Wissen.

Skill
cloudflare

AgentBay AIO Skills

95

Für jede Anfrage „Code ausführen/ausführen/auswerten“ (wie z. B. Code ausführen, Skript ausführen, Code in Python zeichnen, Code ausführen/zeichnen/Skript ausführen). Erstellt eine code_latest-Sandbox über das AgentBay SDK, ruft run_code auf, führt sie aus und gibt das Ergebnis zurück. Unterstützt Python, JavaScript, R, Java.

Skill
agentbay-ai

Context Mode

100

Aktualisiert den Context-Mode von GitHub und behebt Hooks/Einstellungen. Zieht die neueste Version, baut sie, installiert sie, aktualisiert npm global, konfiguriert Hooks. Trigger: /context-mode:ctx-upgrade

Skill
mksglu