edgeone-pages-devThis skill guides development of full-stack features on EdgeOne Pages — Edge Functions, Cloud Functions (Node.js / Go / Python runtimes), Middleware, KV Stor...
Install via ClawdBot CLI:
clawdbot install edgeone-pages/edgeone-pages-devGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://localhost:8088/Audited Apr 18, 2026 · audit v1.0
Generated May 8, 2026
Build ultra-low-latency APIs for authentication, IP-blocking, or data transformation directly on the edge using Edge Functions. This is ideal for global user-facing features requiring sub-100ms response times without the overhead of a full backend.
Develop full-stack applications on EdgeOne Pages by combining a static frontend with Cloud Functions in Node.js, Go, or Python. Use Express, Koa, Gin, Flask, or FastAPI to handle complex business logic, database operations, and real-time WebSocket connections.
Implement lightweight request interception logic such as country-based redirects, cookie-driven A/B experiments, or authentication guards using Middleware. This ensures minimal latency and zero cold starts for traffic routing decisions.
Leverage Edge Functions with KV storage to persist session data, feature flags, or user preferences directly at the edge. This pattern enables high-read/low-write scenarios like personalized content delivery without relying on a central database.
Use EdgeOne Pages' multi-runtime support to build microservices in the best language for each task — Node.js for I/O heavy, Go for CPU-intensive, and Python for data processing — all within a single project. Functions are auto-detected by file extension under a unified routing model.
Build and sell APIs as products using EdgeOne Pages' serverless functions. Charge users based on request volume or tiered access, leveraging the edge for low latency and global reach.
Offer a fully managed platform as a service by deploying scalable full-stack apps on EdgeOne Pages. The combination of static frontend and dynamic Cloud Functions reduces infrastructure cost while delivering high performance.
Deliver personalized content experiences (e.g., geo-specific pages, A/B variants) using Edge Functions and KV storage. This model is ideal for media sites or e-commerce platforms that want to increase engagement without backend complexity.
💬 Integration Tip
Start by using `edgeone pages dev` locally on port 8088; never set the CLI as a devCommand in config to avoid infinite loops. Use the Decision Tree in the skill to pick the correct runtime for your task.
Scored May 8, 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.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
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.