denoBuild with Deno runtime avoiding permission gotchas, URL import traps, and Node.js migration pitfalls.
Install via ClawdBot CLI:
clawdbot install ivangdavila/denoRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
/etc/passwdCalls external URL not in known-safe list
https://deno.land/[email protected]/AI Analysis
The skill is a documentation/guide for the Deno runtime, not executable code. The flagged signals are examples within the documentation text (e.g., mentioning /etc/passwd as a security example, referencing deno.land as a standard library URL). There is no mechanism for data exfiltration, credential harvesting, or unauthorized external calls.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
A fintech startup builds microservices using Deno's permission model to enforce strict access controls, ensuring services only read necessary files and connect to authorized APIs. This prevents data breaches from overly permissive configurations common in Node.js.
An e-commerce company transitions from Node.js to Deno to leverage TypeScript-first runtime and avoid dependency issues, using the agent to handle import maps and npm compatibility for smoother migration without breaking existing functionality.
A SaaS provider integrates Deno into CI/CD pipelines, using --no-prompt flags and lockfiles to prevent hangs and ensure reproducible builds, while caching dependencies to speed up deployment in cloud environments.
A media streaming platform uses Deno Deploy for edge functions, avoiding filesystem and subprocess limitations by designing stateless APIs that rely on fetch and environment variables for low-latency content delivery.
An edtech company creates interactive coding tutorials with Deno, leveraging top-level await and built-in testing to simplify examples for beginners while ensuring secure execution with minimal permission prompts.
Offer specialized consulting to help enterprises migrate from Node.js to Deno, focusing on permission audits, dependency management, and training to reduce security risks and improve performance. Revenue comes from project-based fees and retainer contracts.
Develop and sell a SaaS platform that automates Deno deployment, including permission validation, dependency vendoring, and CI/CD integration, targeting DevOps teams. Revenue is generated through subscription tiers based on usage and features.
Provide online courses and certification programs on Deno best practices, covering traps like import errors and testing differences, aimed at developers and IT professionals. Revenue streams include course sales and certification exam fees.
💬 Integration Tip
Always use deno.lock for dependency consistency and specify exact permissions in production to avoid security holes and runtime failures.
Scored Apr 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.