[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-cloudflare-sandbox-sdk-en":3,"guides-for-cloudflare-sandbox-sdk":1140,"similar-k170vegh8eqdvgzh5k6x4yz3hh86nbsf-en":1141},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":252,"providers":309,"relations":313,"repo":314,"tags":1137,"workflow":1138},1778684000954.3103,"k170vegh8eqdvgzh5k6x4yz3hh86nbsf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"claudeCode":12},"cloudflare/skills","Cloudflare Sandbox SDK","https://github.com/cloudflare/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778684147717.5781,"kn7ahgj74ns97csd8dja8ye6f586mrxb","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of building sandboxed applications for secure code execution and identifies specific use cases like AI code execution, interpreters, and CI/CD systems.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a dedicated SDK for secure code execution on Cloudflare Workers, including a specific lifecycle, commands, file operations, and interpreter capabilities, which goes beyond basic prompt engineering for code execution.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of sandbox management, from creation to execution and destruction, with clear configuration requirements and usage patterns for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on providing a secure code execution sandbox environment on Cloudflare Workers, with clearly defined capabilities related to this core function.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, scope, and primary use cases, including its bias towards Cloudflare documentation.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes specific, narrow tools like `exec`, `runCode`, `writeFile`, `readFile`, etc., which are well-defined and not general-purpose command executors.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and API reference clearly document all methods, options, and return types, including defaults where applicable, and specify the required `wrangler.jsonc` configuration.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names such as `exec`, `runCode`, `writeFile`, and `readFile` are descriptive, verb-noun pairs within the sandbox domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are structured and well-defined (e.g., `command` string, `code` string, `path` string), and output schemas are also clearly defined (e.g., `ExecResult`, `ExecutionResult`).",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache-2.0 license, as indicated by the bundled LICENSE file and confirmed by Trust Signals.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-04, which is within the last 90 days, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension relies on `@cloudflare/sandbox` which is managed by the author, and core Node.js/Python runtimes within the sandbox environment itself, with no other external third-party dependencies that require explicit management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets directly; it focuses on code execution within a sandbox, and any secrets would be managed by the user's environment or the containing agent.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's documentation emphasizes treating loaded code as data and avoiding instruction execution from external sources, aligning with secure handling of untrusted code.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill utilizes a specific Docker image and Node.js/Python runtimes within the sandbox, and all dependencies are either bundled or managed by the user's local environment, avoiding runtime fetches of code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill is designed for secure, isolated code execution on Cloudflare Workers, implying strong sandbox isolation, and the documentation emphasizes using relative paths and standard operations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's design focuses on providing a secure execution environment and does not appear to include primitives for escaping the sandbox, such as detached process spawns or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is for code execution and does not inherently read or submit confidential data. Any data exfiltration would be a consequence of the code run within the sandbox, which the user controls.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The SKILL.md and other bundled documentation appear to be free of hidden text, Unicode tricks, or other obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's code and documentation are plain and readable, with no indication of obfuscated scripts, base64 payloads, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill primarily operates within its own sandbox environment, making minimal assumptions about the user's project structure outside of necessary configuration files like `wrangler.jsonc`.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Open issues (4) and closed issues (3) in the last 90 days indicate active, albeit moderate, maintainer engagement and a reasonable closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill uses the `@cloudflare/sandbox` package, which implies versioning, and installation instructions in the README point to specific methods like `npm install @cloudflare/sandbox` or marketplace installs, suggesting version control.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The SDK methods (`exec`, `runCode`, etc.) appear to accept typed parameters and structured inputs, and the output schemas are defined, implying validation is handled internally.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The `destroy()` method is the primary destructive operation and is called explicitly by the user, not implicitly or without confirmation.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The API reference indicates errors are caught and returned with context for `exec` and `runCode` operations, allowing for meaningful reporting and agent decision-making.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill itself does not generate audit logs; logging would be managed by the surrounding agent or Cloudflare's execution environment.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill is for code execution and does not directly handle personal data. Any personal data processed would be within the code executed by the user.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension is designed for Cloudflare Workers and general code execution, with no regional restrictions apparent; it functions globally.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill targets Cloudflare Workers and standard Node.js/Python runtimes, making it portable across environments that support these.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists and provides a clear overview of the Cloudflare Skills repository, including installation, commands, and a description of the sandbox-sdk skill.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a manageable set of core tools related to sandbox management, well within the recommended range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The exposed tools like `exec` and `runCode` serve distinct purposes (shell commands vs. code interpreter) and do not appear to be near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to sandbox execution, file operations, and code interpretation have corresponding methods and documentation within the SDK.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple agents (Claude Code, Cursor, npx skills) and methods (marketplace, GitHub clone).",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The API reference indicates errors include context and potential next steps for `runCode` (`error.name`, `traceback`), and general errors include command and sandbox context.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill documentation references installing the `@cloudflare/sandbox` package, implying versioning, and the use of standard runtimes within Cloudflare Workers suggests pinned interpreters.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The primary 'destructive' operation is `destroy()`, which is explicitly user-called. Other operations are code execution, which do not have a direct dry-run equivalent.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The `runCode` method has a configurable timeout, and `exec` can also be timed. While idempotency for `exec` depends on the executed command, the sandbox itself aims for statelessness per call, with explicit `destroy`.",{"category":118,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not emit telemetry; this would be handled by the agent or Cloudflare's execution environment, which would have its own opt-in/out mechanisms.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose is to build sandboxed applications for secure code execution, listing specific use cases and explicitly mentioning Cloudflare docs as a retrieval source.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, self-contained, and clearly defines the core capability and primary trigger phrases within the first paragraph.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is reasonably concise and delegates detailed API references and examples to separate files, adhering to progressive disclosure.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the core functionality and links to separate markdown files for detailed API references and examples, demonstrating effective progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a tool for executing code and does not involve deep exploration or analysis that would necessitate a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The `references/examples.md` file and the GitHub repository provide sufficient, ready-to-use examples for major capabilities, demonstrating how to use the SDK.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The API reference briefly mentions error handling for `runCode` and `exec`, and the documentation implies standard practices for managing sandbox state and resources, covering common failure modes.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","This skill is a direct implementation and does not rely on external MCP servers or tools that would require fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The `destroy()` method is explicit, and general usage implies that unexpected states within the sandbox would lead to errors reported by the SDK methods, halting the operation.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on sandbox execution, with no implicit reliance on other skills; integrations are explicit (e.g., OpenAI Agents SDK).",1778684147594,"This skill provides a Software Development Kit (SDK) for creating secure, isolated code execution environments on Cloudflare Workers. It offers methods for running shell commands, executing code via an interpreter (supporting Python, JavaScript, TypeScript), managing files within the sandbox, and exposing services via preview URLs. The skill emphasizes secure practices, lifecycle management, and integration with AI agents.",[195,196,197,198,199],"Secure code execution in isolated environments","Support for multiple languages (Python, JS, TS)","File system operations (read, write, mkdir, list)","Command execution via `exec`","Preview URL generation for exposed services",[201,202,203],"Executing code outside of the isolated sandbox environment","Replacing a full-fledged CI/CD system","Managing user authentication or authorization within the sandbox",[],[206,207,208],"Cloudflare account and `wrangler.jsonc` configuration","Docker installed and running for local development","Node.js runtime for the agent environment","3.0.0","4.4.0","To enable developers to build secure, sandboxed applications and code execution environments on Cloudflare Workers, facilitating AI code interpretation, CI/CD systems, and development environments.","The skill is exceptionally well-documented, robust, and secure, with clear usage patterns and comprehensive examples. Minor points like issue engagement are well within acceptable ranges for a mature project.",99,"A high-quality, secure, and well-documented skill for building sandboxed applications on Cloudflare Workers.",[216,217,218,219,220],"sandbox","code-execution","cloudflare","developer-tools","sdk","global","verified",[224,225,226,227],"Executing untrusted AI-generated code","Building custom code interpreters","Setting up CI/CD pipelines for secure testing","Creating interactive development environments",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":241,"testCoverage":243},{"hasLockfile":230},false,1778684127991,{"descriptionLength":233,"readmeSize":234},343,3982,{"closedIssues90d":236,"forks":237,"hasChangelog":230,"openIssues90d":238,"pushedAt":239,"stars":240},3,127,4,1777891816000,1523,{"hasNpmPackage":230,"license":242,"smitheryVerified":230},"Apache-2.0",{"hasCi":244,"hasTests":230},true,{"updatedAt":246},1778684147717,{"basePath":248,"githubOwner":218,"githubRepo":249,"locale":18,"slug":250,"type":251},"skills/sandbox-sdk","skills","sandbox-sdk","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":262,"providers":293,"relations":304,"tags":305,"workflow":306},1778684000954.309,"k170tak3cytwwwr9nwfqq1yxm986nvs8",{"reviewCount":8},{"description":257,"installMethods":258,"name":218,"sourceUrl":14},"Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance",{"claudeCode":218},{"basePath":260,"githubOwner":218,"githubRepo":249,"locale":18,"slug":249,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":286,"tags":288,"workflow":289},1778684000954.3088,"k179smx9b0c75eh2jsqgz9xfp986n4jz",{"reviewCount":8},{"description":267,"installMethods":268,"name":218,"sourceUrl":14},"Skills for teaching agents how to build on Cloudflare.",{"claudeCode":12},{"basePath":260,"githubOwner":218,"githubRepo":249,"locale":18,"slug":249,"type":270},"marketplace",{"evaluate":272,"extract":280},{"promptVersionExtension":273,"promptVersionScoring":210,"score":274,"tags":275,"targetMarket":221,"tier":222},"3.1.0",97,[218,276,277,278,279],"developer-platform","ai-agents","workers","mcp-server",{"commitSha":281,"marketplace":282,"plugin":284},"HEAD",{"name":218,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd773cpk65hjcvrqvbjn75pajd86nqq2",[277,218,276,279,278],{"evaluatedAt":290,"extractAt":291,"updatedAt":292},1778684021134,1778684000954,1778684365462,{"evaluate":294,"extract":301},{"promptVersionExtension":209,"promptVersionScoring":210,"score":295,"tags":296,"targetMarket":221,"tier":222},95,[218,278,297,298,299,300],"agents","serverless","cli","mcp",{"commitSha":281,"plugin":302},{"mcpCount":8,"provider":285,"skillCount":303},8,{"parentExtensionId":264,"repoId":287},[297,299,218,300,298,278],{"evaluatedAt":307,"extractAt":291,"updatedAt":308},1778684046091,1778684365942,{"evaluate":310,"extract":312},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":311,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":281,"license":242},{"parentExtensionId":254,"repoId":287},{"_creationTime":315,"_id":287,"identity":316,"providers":317,"workflow":1133},1778683995923.7346,{"githubOwner":218,"githubRepo":249,"sourceUrl":14},{"classify":318,"discover":1127,"github":1130},{"commitSha":281,"extensions":319},[320,333,366,413,1060,1077,1091,1100,1108,1119],{"basePath":260,"displayName":218,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":260,"description":257,"displayName":218,"installMethods":334,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":261},{"claudeCode":218},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/agents-sdk/SKILL.md","medium",{"path":345,"priority":343},"skills/cloudflare/SKILL.md",{"path":347,"priority":343},"skills/cloudflare-email-service/SKILL.md",{"path":349,"priority":343},"skills/durable-objects/SKILL.md",{"path":351,"priority":343},"skills/sandbox-sdk/SKILL.md",{"path":353,"priority":343},"skills/web-perf/SKILL.md",{"path":355,"priority":343},"skills/workers-best-practices/SKILL.md",{"path":357,"priority":343},"skills/wrangler/SKILL.md",{"path":359,"priority":326},".mcp.json",{"path":361,"priority":331},"commands/build-agent.md",{"path":363,"priority":331},"commands/build-mcp.md",{"path":365,"priority":331},".cursor-plugin/plugin.json",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":332,"sourceLanguage":18,"type":251},"skills/agents-sdk","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.","agents-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/agents-sdk/SKILL.md",[373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411],{"path":374,"priority":326},"SKILL.md",{"path":376,"priority":343},"references/browse-the-web.md",{"path":378,"priority":343},"references/callable.md",{"path":380,"priority":343},"references/client-sdk.md",{"path":382,"priority":343},"references/codemode.md",{"path":384,"priority":343},"references/configuration.md",{"path":386,"priority":343},"references/durable-execution.md",{"path":388,"priority":343},"references/email.md",{"path":390,"priority":343},"references/human-in-the-loop.md",{"path":392,"priority":343},"references/mcp.md",{"path":394,"priority":343},"references/observability.md",{"path":396,"priority":343},"references/queue-retries.md",{"path":398,"priority":343},"references/routing.md",{"path":400,"priority":343},"references/server-driven-messages.md",{"path":402,"priority":343},"references/state-scheduling.md",{"path":404,"priority":343},"references/streaming-chat.md",{"path":406,"priority":343},"references/think.md",{"path":408,"priority":343},"references/voice.md",{"path":410,"priority":343},"references/webhooks-push.md",{"path":412,"priority":343},"references/workflows.md",{"basePath":414,"description":415,"displayName":218,"installMethods":416,"rationale":417,"selectedPaths":418,"source":332,"sourceLanguage":18,"type":251},"skills/cloudflare","Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"claudeCode":12},"SKILL.md frontmatter at skills/cloudflare/SKILL.md",[419,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016,1018,1020,1022,1024,1026,1028,1030,1032,1034,1036,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058],{"path":374,"priority":326},{"path":421,"priority":343},"references/agents-sdk/README.md",{"path":423,"priority":343},"references/agents-sdk/api.md",{"path":425,"priority":343},"references/agents-sdk/configuration.md",{"path":427,"priority":343},"references/agents-sdk/gotchas.md",{"path":429,"priority":343},"references/agents-sdk/patterns.md",{"path":431,"priority":343},"references/ai-gateway/README.md",{"path":433,"priority":343},"references/ai-gateway/configuration.md",{"path":435,"priority":343},"references/ai-gateway/dynamic-routing.md",{"path":437,"priority":343},"references/ai-gateway/features.md",{"path":439,"priority":343},"references/ai-gateway/sdk-integration.md",{"path":441,"priority":343},"references/ai-gateway/troubleshooting.md",{"path":443,"priority":343},"references/ai-search/README.md",{"path":445,"priority":343},"references/ai-search/api.md",{"path":447,"priority":343},"references/ai-search/configuration.md",{"path":449,"priority":343},"references/ai-search/gotchas.md",{"path":451,"priority":343},"references/ai-search/patterns.md",{"path":453,"priority":343},"references/analytics-engine/README.md",{"path":455,"priority":343},"references/analytics-engine/api.md",{"path":457,"priority":343},"references/analytics-engine/configuration.md",{"path":459,"priority":343},"references/analytics-engine/gotchas.md",{"path":461,"priority":343},"references/analytics-engine/patterns.md",{"path":463,"priority":343},"references/api/README.md",{"path":465,"priority":343},"references/api/api.md",{"path":467,"priority":343},"references/api/configuration.md",{"path":469,"priority":343},"references/api/gotchas.md",{"path":471,"priority":343},"references/api/patterns.md",{"path":473,"priority":343},"references/api-shield/README.md",{"path":475,"priority":343},"references/api-shield/api.md",{"path":477,"priority":343},"references/api-shield/configuration.md",{"path":479,"priority":343},"references/api-shield/gotchas.md",{"path":481,"priority":343},"references/api-shield/patterns.md",{"path":483,"priority":343},"references/argo-smart-routing/README.md",{"path":485,"priority":343},"references/argo-smart-routing/api.md",{"path":487,"priority":343},"references/argo-smart-routing/configuration.md",{"path":489,"priority":343},"references/argo-smart-routing/gotchas.md",{"path":491,"priority":343},"references/argo-smart-routing/patterns.md",{"path":493,"priority":343},"references/artifacts/README.md",{"path":495,"priority":343},"references/artifacts/api.md",{"path":497,"priority":343},"references/artifacts/configuration.md",{"path":499,"priority":343},"references/bindings/README.md",{"path":501,"priority":343},"references/bindings/api.md",{"path":503,"priority":343},"references/bindings/configuration.md",{"path":505,"priority":343},"references/bindings/gotchas.md",{"path":507,"priority":343},"references/bindings/patterns.md",{"path":509,"priority":343},"references/bot-management/README.md",{"path":511,"priority":343},"references/bot-management/api.md",{"path":513,"priority":343},"references/bot-management/configuration.md",{"path":515,"priority":343},"references/bot-management/gotchas.md",{"path":517,"priority":343},"references/bot-management/patterns.md",{"path":519,"priority":343},"references/browser-rendering/README.md",{"path":521,"priority":343},"references/browser-rendering/api.md",{"path":523,"priority":343},"references/browser-rendering/configuration.md",{"path":525,"priority":343},"references/browser-rendering/gotchas.md",{"path":527,"priority":343},"references/browser-rendering/patterns.md",{"path":529,"priority":343},"references/c3/README.md",{"path":531,"priority":343},"references/c3/api.md",{"path":533,"priority":343},"references/c3/configuration.md",{"path":535,"priority":343},"references/c3/gotchas.md",{"path":537,"priority":343},"references/c3/patterns.md",{"path":539,"priority":343},"references/cache-reserve/README.md",{"path":541,"priority":343},"references/cache-reserve/api.md",{"path":543,"priority":343},"references/cache-reserve/configuration.md",{"path":545,"priority":343},"references/cache-reserve/gotchas.md",{"path":547,"priority":343},"references/cache-reserve/patterns.md",{"path":549,"priority":343},"references/containers/README.md",{"path":551,"priority":343},"references/containers/api.md",{"path":553,"priority":343},"references/containers/configuration.md",{"path":555,"priority":343},"references/containers/gotchas.md",{"path":557,"priority":343},"references/containers/patterns.md",{"path":559,"priority":343},"references/cron-triggers/README.md",{"path":561,"priority":343},"references/cron-triggers/api.md",{"path":563,"priority":343},"references/cron-triggers/configuration.md",{"path":565,"priority":343},"references/cron-triggers/gotchas.md",{"path":567,"priority":343},"references/cron-triggers/patterns.md",{"path":569,"priority":343},"references/d1/README.md",{"path":571,"priority":343},"references/d1/api.md",{"path":573,"priority":343},"references/d1/configuration.md",{"path":575,"priority":343},"references/d1/gotchas.md",{"path":577,"priority":343},"references/d1/patterns.md",{"path":579,"priority":343},"references/ddos/README.md",{"path":581,"priority":343},"references/ddos/api.md",{"path":583,"priority":343},"references/ddos/configuration.md",{"path":585,"priority":343},"references/ddos/gotchas.md",{"path":587,"priority":343},"references/ddos/patterns.md",{"path":589,"priority":343},"references/do-storage/README.md",{"path":591,"priority":343},"references/do-storage/api.md",{"path":593,"priority":343},"references/do-storage/configuration.md",{"path":595,"priority":343},"references/do-storage/gotchas.md",{"path":597,"priority":343},"references/do-storage/patterns.md",{"path":599,"priority":343},"references/do-storage/testing.md",{"path":601,"priority":343},"references/durable-objects/README.md",{"path":603,"priority":343},"references/durable-objects/api.md",{"path":605,"priority":343},"references/durable-objects/configuration.md",{"path":607,"priority":343},"references/durable-objects/gotchas.md",{"path":609,"priority":343},"references/durable-objects/patterns.md",{"path":611,"priority":343},"references/email-routing/README.md",{"path":613,"priority":343},"references/email-routing/api.md",{"path":615,"priority":343},"references/email-routing/configuration.md",{"path":617,"priority":343},"references/email-routing/gotchas.md",{"path":619,"priority":343},"references/email-routing/patterns.md",{"path":621,"priority":343},"references/email-workers/README.md",{"path":623,"priority":343},"references/email-workers/api.md",{"path":625,"priority":343},"references/email-workers/configuration.md",{"path":627,"priority":343},"references/email-workers/gotchas.md",{"path":629,"priority":343},"references/email-workers/patterns.md",{"path":631,"priority":343},"references/flagship/README.md",{"path":633,"priority":343},"references/flagship/api.md",{"path":635,"priority":343},"references/flagship/configuration.md",{"path":637,"priority":343},"references/flagship/gotchas.md",{"path":639,"priority":343},"references/flagship/patterns.md",{"path":641,"priority":343},"references/graphql-api/README.md",{"path":643,"priority":343},"references/graphql-api/api.md",{"path":645,"priority":343},"references/graphql-api/configuration.md",{"path":647,"priority":343},"references/graphql-api/gotchas.md",{"path":649,"priority":343},"references/graphql-api/patterns.md",{"path":651,"priority":343},"references/hyperdrive/README.md",{"path":653,"priority":343},"references/hyperdrive/api.md",{"path":655,"priority":343},"references/hyperdrive/configuration.md",{"path":657,"priority":343},"references/hyperdrive/gotchas.md",{"path":659,"priority":343},"references/hyperdrive/patterns.md",{"path":661,"priority":343},"references/images/README.md",{"path":663,"priority":343},"references/images/api.md",{"path":665,"priority":343},"references/images/configuration.md",{"path":667,"priority":343},"references/images/gotchas.md",{"path":669,"priority":343},"references/images/patterns.md",{"path":671,"priority":343},"references/kv/README.md",{"path":673,"priority":343},"references/kv/api.md",{"path":675,"priority":343},"references/kv/configuration.md",{"path":677,"priority":343},"references/kv/gotchas.md",{"path":679,"priority":343},"references/kv/patterns.md",{"path":681,"priority":343},"references/miniflare/README.md",{"path":683,"priority":343},"references/miniflare/api.md",{"path":685,"priority":343},"references/miniflare/configuration.md",{"path":687,"priority":343},"references/miniflare/gotchas.md",{"path":689,"priority":343},"references/miniflare/patterns.md",{"path":691,"priority":343},"references/network-interconnect/README.md",{"path":693,"priority":343},"references/network-interconnect/api.md",{"path":695,"priority":343},"references/network-interconnect/configuration.md",{"path":697,"priority":343},"references/network-interconnect/gotchas.md",{"path":699,"priority":343},"references/network-interconnect/patterns.md",{"path":701,"priority":343},"references/observability/README.md",{"path":703,"priority":343},"references/observability/api.md",{"path":705,"priority":343},"references/observability/configuration.md",{"path":707,"priority":343},"references/observability/gotchas.md",{"path":709,"priority":343},"references/observability/patterns.md",{"path":711,"priority":343},"references/pages/README.md",{"path":713,"priority":343},"references/pages/api.md",{"path":715,"priority":343},"references/pages/configuration.md",{"path":717,"priority":343},"references/pages/gotchas.md",{"path":719,"priority":343},"references/pages/patterns.md",{"path":721,"priority":343},"references/pages-functions/README.md",{"path":723,"priority":343},"references/pages-functions/api.md",{"path":725,"priority":343},"references/pages-functions/configuration.md",{"path":727,"priority":343},"references/pages-functions/gotchas.md",{"path":729,"priority":343},"references/pages-functions/patterns.md",{"path":731,"priority":343},"references/pipelines/README.md",{"path":733,"priority":343},"references/pipelines/api.md",{"path":735,"priority":343},"references/pipelines/configuration.md",{"path":737,"priority":343},"references/pipelines/gotchas.md",{"path":739,"priority":343},"references/pipelines/patterns.md",{"path":741,"priority":343},"references/pulumi/README.md",{"path":743,"priority":343},"references/pulumi/api.md",{"path":745,"priority":343},"references/pulumi/configuration.md",{"path":747,"priority":343},"references/pulumi/gotchas.md",{"path":749,"priority":343},"references/pulumi/patterns.md",{"path":751,"priority":343},"references/queues/README.md",{"path":753,"priority":343},"references/queues/api.md",{"path":755,"priority":343},"references/queues/configuration.md",{"path":757,"priority":343},"references/queues/gotchas.md",{"path":759,"priority":343},"references/queues/patterns.md",{"path":761,"priority":343},"references/r2/README.md",{"path":763,"priority":343},"references/r2/api.md",{"path":765,"priority":343},"references/r2/configuration.md",{"path":767,"priority":343},"references/r2/gotchas.md",{"path":769,"priority":343},"references/r2/patterns.md",{"path":771,"priority":343},"references/r2-data-catalog/README.md",{"path":773,"priority":343},"references/r2-data-catalog/api.md",{"path":775,"priority":343},"references/r2-data-catalog/configuration.md",{"path":777,"priority":343},"references/r2-data-catalog/gotchas.md",{"path":779,"priority":343},"references/r2-data-catalog/patterns.md",{"path":781,"priority":343},"references/r2-sql/README.md",{"path":783,"priority":343},"references/r2-sql/SKILL.md.backup",{"path":785,"priority":343},"references/r2-sql/api.md",{"path":787,"priority":343},"references/r2-sql/configuration.md",{"path":789,"priority":343},"references/r2-sql/gotchas.md",{"path":791,"priority":343},"references/r2-sql/patterns.md",{"path":793,"priority":343},"references/realtime-sfu/README.md",{"path":795,"priority":343},"references/realtime-sfu/api.md",{"path":797,"priority":343},"references/realtime-sfu/configuration.md",{"path":799,"priority":343},"references/realtime-sfu/gotchas.md",{"path":801,"priority":343},"references/realtime-sfu/patterns.md",{"path":803,"priority":343},"references/realtimekit/README.md",{"path":805,"priority":343},"references/realtimekit/api.md",{"path":807,"priority":343},"references/realtimekit/configuration.md",{"path":809,"priority":343},"references/realtimekit/gotchas.md",{"path":811,"priority":343},"references/realtimekit/patterns.md",{"path":813,"priority":343},"references/sandbox/README.md",{"path":815,"priority":343},"references/sandbox/api.md",{"path":817,"priority":343},"references/sandbox/configuration.md",{"path":819,"priority":343},"references/sandbox/gotchas.md",{"path":821,"priority":343},"references/sandbox/patterns.md",{"path":823,"priority":343},"references/secrets-store/README.md",{"path":825,"priority":343},"references/secrets-store/api.md",{"path":827,"priority":343},"references/secrets-store/configuration.md",{"path":829,"priority":343},"references/secrets-store/gotchas.md",{"path":831,"priority":343},"references/secrets-store/patterns.md",{"path":833,"priority":343},"references/smart-placement/README.md",{"path":835,"priority":343},"references/smart-placement/api.md",{"path":837,"priority":343},"references/smart-placement/configuration.md",{"path":839,"priority":343},"references/smart-placement/gotchas.md",{"path":841,"priority":343},"references/smart-placement/patterns.md",{"path":843,"priority":343},"references/snippets/README.md",{"path":845,"priority":343},"references/snippets/api.md",{"path":847,"priority":343},"references/snippets/configuration.md",{"path":849,"priority":343},"references/snippets/gotchas.md",{"path":851,"priority":343},"references/snippets/patterns.md",{"path":853,"priority":343},"references/spectrum/README.md",{"path":855,"priority":343},"references/spectrum/api.md",{"path":857,"priority":343},"references/spectrum/configuration.md",{"path":859,"priority":343},"references/spectrum/gotchas.md",{"path":861,"priority":343},"references/spectrum/patterns.md",{"path":863,"priority":343},"references/static-assets/README.md",{"path":865,"priority":343},"references/static-assets/api.md",{"path":867,"priority":343},"references/static-assets/configuration.md",{"path":869,"priority":343},"references/static-assets/gotchas.md",{"path":871,"priority":343},"references/static-assets/patterns.md",{"path":873,"priority":343},"references/stream/README.md",{"path":875,"priority":343},"references/stream/api-live.md",{"path":877,"priority":343},"references/stream/api.md",{"path":879,"priority":343},"references/stream/configuration.md",{"path":881,"priority":343},"references/stream/gotchas.md",{"path":883,"priority":343},"references/stream/patterns.md",{"path":885,"priority":343},"references/tail-workers/README.md",{"path":887,"priority":343},"references/tail-workers/api.md",{"path":889,"priority":343},"references/tail-workers/configuration.md",{"path":891,"priority":343},"references/tail-workers/gotchas.md",{"path":893,"priority":343},"references/tail-workers/patterns.md",{"path":895,"priority":343},"references/terraform/README.md",{"path":897,"priority":343},"references/terraform/api.md",{"path":899,"priority":343},"references/terraform/configuration.md",{"path":901,"priority":343},"references/terraform/gotchas.md",{"path":903,"priority":343},"references/terraform/patterns.md",{"path":905,"priority":343},"references/tunnel/README.md",{"path":907,"priority":343},"references/tunnel/api.md",{"path":909,"priority":343},"references/tunnel/configuration.md",{"path":911,"priority":343},"references/tunnel/gotchas.md",{"path":913,"priority":343},"references/tunnel/networking.md",{"path":915,"priority":343},"references/tunnel/patterns.md",{"path":917,"priority":343},"references/turn/README.md",{"path":919,"priority":343},"references/turn/api.md",{"path":921,"priority":343},"references/turn/configuration.md",{"path":923,"priority":343},"references/turn/gotchas.md",{"path":925,"priority":343},"references/turn/patterns.md",{"path":927,"priority":343},"references/turnstile/README.md",{"path":929,"priority":343},"references/turnstile/api.md",{"path":931,"priority":343},"references/turnstile/configuration.md",{"path":933,"priority":343},"references/turnstile/gotchas.md",{"path":935,"priority":343},"references/turnstile/patterns.md",{"path":937,"priority":343},"references/vectorize/README.md",{"path":939,"priority":343},"references/vectorize/api.md",{"path":941,"priority":343},"references/vectorize/configuration.md",{"path":943,"priority":343},"references/vectorize/gotchas.md",{"path":945,"priority":343},"references/vectorize/patterns.md",{"path":947,"priority":343},"references/waf/README.md",{"path":949,"priority":343},"references/waf/api.md",{"path":951,"priority":343},"references/waf/configuration.md",{"path":953,"priority":343},"references/waf/gotchas.md",{"path":955,"priority":343},"references/waf/patterns.md",{"path":957,"priority":343},"references/web-analytics/README.md",{"path":959,"priority":343},"references/web-analytics/configuration.md",{"path":961,"priority":343},"references/web-analytics/gotchas.md",{"path":963,"priority":343},"references/web-analytics/integration.md",{"path":965,"priority":343},"references/web-analytics/patterns.md",{"path":967,"priority":343},"references/workerd/README.md",{"path":969,"priority":343},"references/workerd/api.md",{"path":971,"priority":343},"references/workerd/configuration.md",{"path":973,"priority":343},"references/workerd/gotchas.md",{"path":975,"priority":343},"references/workerd/patterns.md",{"path":977,"priority":343},"references/workers/README.md",{"path":979,"priority":343},"references/workers/api.md",{"path":981,"priority":343},"references/workers/configuration.md",{"path":983,"priority":343},"references/workers/frameworks.md",{"path":985,"priority":343},"references/workers/gotchas.md",{"path":987,"priority":343},"references/workers/patterns.md",{"path":989,"priority":343},"references/workers-ai/README.md",{"path":991,"priority":343},"references/workers-ai/api.md",{"path":993,"priority":343},"references/workers-ai/configuration.md",{"path":995,"priority":343},"references/workers-ai/gotchas.md",{"path":997,"priority":343},"references/workers-ai/patterns.md",{"path":999,"priority":343},"references/workers-for-platforms/README.md",{"path":1001,"priority":343},"references/workers-for-platforms/api.md",{"path":1003,"priority":343},"references/workers-for-platforms/configuration.md",{"path":1005,"priority":343},"references/workers-for-platforms/gotchas.md",{"path":1007,"priority":343},"references/workers-for-platforms/patterns.md",{"path":1009,"priority":343},"references/workers-playground/README.md",{"path":1011,"priority":343},"references/workers-playground/api.md",{"path":1013,"priority":343},"references/workers-playground/configuration.md",{"path":1015,"priority":343},"references/workers-playground/gotchas.md",{"path":1017,"priority":343},"references/workers-playground/patterns.md",{"path":1019,"priority":343},"references/workers-vpc/README.md",{"path":1021,"priority":343},"references/workers-vpc/api.md",{"path":1023,"priority":343},"references/workers-vpc/configuration.md",{"path":1025,"priority":343},"references/workers-vpc/gotchas.md",{"path":1027,"priority":343},"references/workers-vpc/patterns.md",{"path":1029,"priority":343},"references/workflows/README.md",{"path":1031,"priority":343},"references/workflows/api.md",{"path":1033,"priority":343},"references/workflows/configuration.md",{"path":1035,"priority":343},"references/workflows/gotchas.md",{"path":1037,"priority":343},"references/workflows/patterns.md",{"path":1039,"priority":343},"references/wrangler/README.md",{"path":1041,"priority":343},"references/wrangler/api.md",{"path":1043,"priority":343},"references/wrangler/configuration.md",{"path":1045,"priority":343},"references/wrangler/gotchas.md",{"path":1047,"priority":343},"references/wrangler/patterns.md",{"path":1049,"priority":343},"references/zaraz/IMPLEMENTATION_SUMMARY.md",{"path":1051,"priority":343},"references/zaraz/README.md",{"path":1053,"priority":343},"references/zaraz/api.md",{"path":1055,"priority":343},"references/zaraz/configuration.md",{"path":1057,"priority":343},"references/zaraz/gotchas.md",{"path":1059,"priority":343},"references/zaraz/patterns.md",{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":332,"sourceLanguage":18,"type":251},"skills/cloudflare-email-service","Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like \"add email to my Worker\" — this skill has critical config details.","cloudflare-email-service",{"claudeCode":12},"SKILL.md frontmatter at skills/cloudflare-email-service/SKILL.md",[1067,1068,1070,1072,1074,1075],{"path":374,"priority":326},{"path":1069,"priority":343},"references/cli-and-mcp.md",{"path":1071,"priority":343},"references/deliverability.md",{"path":1073,"priority":343},"references/rest-api.md",{"path":398,"priority":343},{"path":1076,"priority":343},"references/sending.md",{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":332,"sourceLanguage":18,"type":251},"skills/durable-objects","Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.","durable-objects",{"claudeCode":12},"SKILL.md frontmatter at skills/durable-objects/SKILL.md",[1084,1085,1087,1089],{"path":374,"priority":326},{"path":1086,"priority":343},"references/rules.md",{"path":1088,"priority":343},"references/testing.md",{"path":1090,"priority":343},"references/workers.md",{"basePath":248,"description":10,"displayName":250,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":332,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/sandbox-sdk/SKILL.md",[1095,1096,1098],{"path":374,"priority":326},{"path":1097,"priority":343},"references/api-quick-ref.md",{"path":1099,"priority":343},"references/examples.md",{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":332,"sourceLanguage":18,"type":251},"skills/web-perf","Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed. Biases towards retrieval from current documentation over pre-trained knowledge.","web-perf",{"claudeCode":12},"SKILL.md frontmatter at skills/web-perf/SKILL.md",[1107],{"path":374,"priority":326},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":332,"sourceLanguage":18,"type":251},"skills/workers-best-practices","Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.","workers-best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/workers-best-practices/SKILL.md",[1115,1116,1118],{"path":374,"priority":326},{"path":1117,"priority":343},"references/review.md",{"path":1086,"priority":343},{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":332,"sourceLanguage":18,"type":251},"skills/wrangler","Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.","wrangler",{"claudeCode":12},"SKILL.md frontmatter at skills/wrangler/SKILL.md",[1126],{"path":374,"priority":326},{"sources":1128},[1129],"manual",{"closedIssues90d":236,"description":267,"forks":237,"homepage":1131,"license":242,"openIssues90d":238,"pushedAt":239,"readmeSize":234,"stars":240,"topics":1132},"https://workers.cloudflare.com/",[297,218,249,278],{"classifiedAt":1134,"discoverAt":1135,"extractAt":1136,"githubAt":1136,"updatedAt":1134},1778684000471,1778683995923,1778683998655,[218,217,219,216,220],{"evaluatedAt":246,"extractAt":291,"updatedAt":1139},1778684366616,[],[1142,1170,1197,1218,1247,1266],{"_creationTime":1143,"_id":1144,"community":1145,"display":1146,"identity":1152,"providers":1156,"relations":1163,"tags":1166,"workflow":1167},1778696691708.3103,"k17130yban6px8xta4cajsxkkh86md0q",{"reviewCount":8},{"description":1147,"installMethods":1148,"name":1150,"sourceUrl":1151},"Create and manage sandboxed WASM agents for isolated code execution",{"claudeCode":1149},"ruvnet/ruflo","wasm-agent","https://github.com/ruvnet/ruflo",{"basePath":1153,"githubOwner":1154,"githubRepo":1155,"locale":18,"slug":1150,"type":251},"plugins/ruflo-agent/skills/wasm-agent","ruvnet","ruflo",{"evaluate":1157,"extract":1162},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":1158,"targetMarket":221,"tier":222},[1159,216,1160,217,1161],"wasm","agent","security",{"commitSha":281},{"parentExtensionId":1164,"repoId":1165},"k177mwc5cwp1g88v1h8jj6jvgh86mxg4","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1160,217,216,1161,1159],{"evaluatedAt":1168,"extractAt":1169,"updatedAt":1168},1778699729568,1778696691708,{"_creationTime":1171,"_id":1172,"community":1173,"display":1174,"identity":1180,"providers":1183,"relations":1191,"tags":1193,"workflow":1194},1778690923100.043,"k17fs6zkv49hdzwbxp6g8hj65586nt87",{"reviewCount":8},{"description":1175,"installMethods":1176,"name":1178,"sourceUrl":1179},"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",{"claudeCode":1177},"inferen-sh/skills","python-executor","https://github.com/inferen-sh/skills",{"basePath":1181,"githubOwner":1182,"githubRepo":249,"locale":18,"slug":1178,"type":251},"tools/utilities/python-executor","inferen-sh",{"evaluate":1184,"extract":1190},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":1185,"targetMarket":221,"tier":222},[1186,217,216,1187,1188,1189],"python","data-processing","web-scraping","automation",{"commitSha":281},{"repoId":1192},"kd75bmkxfkvvw504knzzpkzjph86n71t",[1189,217,1187,1186,216,1188],{"evaluatedAt":1195,"extractAt":1196,"updatedAt":1195},1778692535532,1778690923100,{"_creationTime":1198,"_id":1199,"community":1200,"display":1201,"identity":1205,"providers":1207,"relations":1214,"tags":1215,"workflow":1216},1778696691708.2915,"k1763yx76wrzznx10svc4t1ev586mbsb",{"reviewCount":8},{"description":1202,"installMethods":1203,"name":1204,"sourceUrl":1151},"Agent skill for sandbox - invoke with $agent-sandbox",{"claudeCode":1149},"agent-sandbox",{"basePath":1206,"githubOwner":1154,"githubRepo":1155,"locale":18,"slug":1204,"type":251},".agents/skills/agent-sandbox",{"evaluate":1208,"extract":1213},{"promptVersionExtension":209,"promptVersionScoring":210,"score":295,"tags":1209,"targetMarket":221,"tier":222},[216,217,1210,1211,1212],"development","testing","e2b",{"commitSha":281},{"repoId":1165},[217,1210,1212,216,1211],{"evaluatedAt":1217,"extractAt":1169,"updatedAt":1217},1778698274129,{"_creationTime":1219,"_id":1220,"community":1221,"display":1222,"identity":1228,"providers":1232,"relations":1240,"tags":1242,"workflow":1243},1778669991536.9097,"k17559xqsm985xvdhpga2mb61d86n981",{"reviewCount":8},{"description":1223,"installMethods":1224,"name":1226,"sourceUrl":1227},"用于任何「运行/执行/评估代码」的请求（如 run this code、execute script、用 Python 画图、跑代码/画图/执行脚本）。通过 AgentBay SDK 创建 code_latest 沙箱，调用 run_code 执行并返回结果。支持 Python、JavaScript、R、Java。",{"claudeCode":1225},"agentbay-ai/agentbay-skills","AgentBay AIO Skills","https://github.com/agentbay-ai/agentbay-skills",{"basePath":1229,"githubOwner":1230,"githubRepo":1231,"locale":18,"slug":1229,"type":251},"agentbay-aio-skills","agentbay-ai","agentbay-skills",{"evaluate":1233,"extract":1239},{"promptVersionExtension":209,"promptVersionScoring":210,"score":295,"tags":1234,"targetMarket":221,"tier":222},[217,1186,1235,1236,1237,216,1238],"javascript","r","java","agentbay",{"commitSha":281,"license":63},{"repoId":1241},"kd72wnke7x1qmzt9j8yhhkh6cs86n6p3",[1238,217,1237,1235,1186,1236,216],{"evaluatedAt":1244,"extractAt":1245,"updatedAt":1246},1778673400790,1778669991536,1778673819471,{"_creationTime":1248,"_id":1249,"community":1250,"display":1251,"identity":1253,"providers":1254,"relations":1261,"tags":1262,"workflow":1263},1778684000954.311,"k173x21yscq4havt5f3kf66bs986mr20",{"reviewCount":8},{"description":1121,"installMethods":1252,"name":1122,"sourceUrl":14},{"claudeCode":12},{"basePath":1120,"githubOwner":218,"githubRepo":249,"locale":18,"slug":1122,"type":251},{"evaluate":1255,"extract":1260},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1256,"tags":1257,"targetMarket":221,"tier":222},100,[218,278,299,1258,1259],"devops","deployment",{"commitSha":281},{"parentExtensionId":254,"repoId":287},[299,218,1259,1258,278],{"evaluatedAt":1264,"extractAt":291,"updatedAt":1265},1778684220190,1778684367215,{"_creationTime":1267,"_id":1268,"community":1269,"display":1270,"identity":1275,"providers":1279,"relations":1283,"tags":1285,"workflow":1286},1778683070339.0781,"k179ew556ykcvqp5e6tqnakwps86m5d4",{"reviewCount":8},{"description":1271,"installMethods":1272,"name":1258,"sourceUrl":1274},"Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.",{"claudeCode":1273},"binjuhor/shadcn-lar","https://github.com/binjuhor/shadcn-lar",{"basePath":1276,"githubOwner":1277,"githubRepo":1278,"locale":18,"slug":1258,"type":251},".claude/skills/devops","binjuhor","shadcn-lar",{"evaluate":1280,"extract":1282},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1256,"tags":1281,"targetMarket":221,"tier":222},[1259,218,1258,1189,299],{"commitSha":281},{"repoId":1284},"kd7b04jshnqyx91sq3jrqtm56s86mmmq",[1189,299,218,1259,1258],{"evaluatedAt":1287,"extractAt":1288,"updatedAt":1287},1778683199076,1778683070339]