cloudflare-one-migrations
78Plan Cloudflare One Migrations
Legacy security policies often lack direct Cloudflare One equivalents. This skill builds an accountable migration map, staged rollout, validation plan, and rollback path.
Build Cloudflare Sandbox Preview Apps
Preview SDK changes make Cloudflare Sandbox applications difficult to implement correctly. This skill provides version-specific contracts, examples, and official documentation routes.
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "sandbox-next" from https://skillstore.io/skills/cloudflare-sandbox-next.md and its manifest at https://skillstore.io/api/skills/cloudflare-sandbox-next/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Usando "sandbox-next". Explain why my command returns before output is available.
Resultado esperado:
The launch returns a process handle after startup. Read output or wait for exit through the handle.
Usando "sandbox-next". Review my stable package with a preview container image.
Resultado esperado:
The package and image lines conflict. Use matching stable components or move both components to the preview line.
Usando "sandbox-next". Where should sandboxed code receive an external API credential?
Resultado esperado:
Keep the live credential in the Worker. Route sandbox requests through an outbound handler instead of placing secrets in sandbox environment variables.
All 56 static findings are false positives caused by Markdown formatting, TypeScript API documentation, a constant sandbox example, and official documentation links. The files contain no executable package scripts, prompt injection, credential collection, or data exfiltration behavior.
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
https://skillstore.io/skills/cloudflare-sandbox-next/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/cloudflare-sandbox-next?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/cloudflare-sandbox-next?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cloudflare-sandbox-next/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/cloudflare-sandbox-next.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>cloudflare. (2026). sandbox-next security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cloudflare-sandbox-next/audits/1@techreport{cloudflare-cloudflare-sandbox-next-2026,
author = {cloudflare},
title = {sandbox-next security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/cloudflare-sandbox-next/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "sandbox-next security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "cloudflare"
date-released: "2026-08-09"
url: "https://skillstore.io/skills/cloudflare-sandbox-next/audits/1"
identifiers:
- type: other
value: "skillstore:cloudflare-sandbox-next:audit:1"
description: "Skillstore immutable audit report identifier"
Start a Worker with matching preview dependencies, container images, and process handling.
Check command launch, output collection, readiness, timeout, and termination behavior.
Choose process, terminal, or interpreter APIs for isolated agent workloads.
Check this project for @cloudflare/sandbox@next compatibility. Identify package and container version mismatches before suggesting changes.
Add a sandbox process that runs these fixed arguments, waits for completion, and reports output and exit status.
Design an interactive terminal with createTerminal and connect. Explain lifecycle, reconnection, and termination behavior.
Review this runner for container replacement, stale process identifiers, secret exposure, timeout handling, and preview API compatibility.
Autor
cloudflareLicencia
MIT
Revisión de Skillstore
r1
Aviso de versión
El autor no declaró una versión.
Repositorio
https://github.com/cloudflare/skills/tree/f96bff754e428838818017f75817f0f9428acd48/skills/sandbox-nextRef.
6579b2de2798869458837aa6611e7bc1d7ed9127
Actualidad del mantenimiento
10/8/2026
Uso
0 descargas · 0 vistas
Estructura de archivos
Plan Cloudflare One Migrations
Legacy security policies often lack direct Cloudflare One equivalents. This skill builds an accountable migration map, staged rollout, validation plan, and rollback path.
Build Stable Cloudflare Sandbox Apps
Cloudflare Sandbox projects can fail when stable and preview packages, images, or APIs are mixed. This skill keeps implementation aligned with the stable release.
Migrate Cloudflare Sandbox Apps to SDK 1.0
Stable Sandbox applications require coordinated API, image, and deployment changes for SDK 1.0. This skill performs the migration and validates the result.
Build Stateful Cloudflare Agents
Building durable, real-time agents on Cloudflare Workers requires several coordinated APIs. This skill provides focused patterns for the Agents SDK and related Cloudflare services.
Gestiona Cloudflare Workers con Wrangler
Los proyectos de Cloudflare Workers requieren comandos de Wrangler precisos y decisiones de configuración adecuadas. Esta skill proporciona a Claude, Codex y Claude Code orientación enfocada para despliegues, bindings, secretos y resolución de problemas.
Audit Web Performance with Chrome DevTools
Slow pages reduce engagement and hide complex loading bottlenecks. This skill records Chrome traces, evaluates Core Web Vitals, and prioritizes measurable fixes.
Crear agentes hospedados de Azure AI con Python
por sickn33
Los agentes basados en contenedores necesitan configuraciones precisas del SDK de Azure, el registro y el protocolo. Esta skill ofrece un flujo de trabajo enfocado en Python para crear agentes hospedados con imágenes personalizadas en Azure AI Foundry.
Ejecuta cargas de trabajo de Python en un entorno aislado remoto
por 101-skills
Las tareas complejas de Python suelen requerir bibliotecas y un entorno de ejecución aislado. Esta habilidad envía código a inference.sh y devuelve la salida de la consola o los archivos generados.
Optimizar Dockerfiles para producción
por CrazyDubya
Los Dockerfiles a menudo se vuelven grandes, inseguros y lentos de reconstruir. Esta skill ayuda a Claude, Codex o Claude Code a revisar contenedores y proponer optimizaciones prácticas.
Gestionar contenedores LXC de Proxmox
por DataKnifeAI
Las operaciones de contenedores en Proxmox requieren comprobaciones claras de estado, acciones de ciclo de vida y planificación de recursos. Esta habilidad guía a Claude, Codex y Claude Code a través de flujos de trabajo estructurados de LXC.
Configurar contenedores de RouterOS
por tikoci
Los contenedores de RouterOS requieren comandos específicos según la versión, planificación del almacenamiento y una configuración de red cuidadosa. Esta skill proporciona a Claude, Codex y Claude Code orientación práctica para despliegues de MikroTik /container.
Mejorar las compilaciones de contenedores Docker
por sickn33
Los proyectos Docker pueden volverse lentos, grandes y difíciles de proteger. Esta skill guía mejoras en Dockerfile, Compose, secretos y validación.