Universal content analyzer. Handles URLs or pasted content. Auto-detects type (article, job, repo, company, paper,...
Development
Code generation, debugging, testing, and development workflows
Iterative codebase cleanup using OpenCode (GLM-4.7). Runs scan → fix → verify cycles to systematically improve code...
Guide for designing skills. Use when creating new skills, refactoring existing ones, or reviewing skill architecture.
Cheap browser automation using Gemini Flash. Use for high-volume testing, repetitive form filling, or when Claude...
Summarize or extract text/transcripts from URLs, podcasts, and local files. Use when user asks to summarize a link,...
上传 OpenClaw skills 到 GitHub 仓库。支持单个 skill 上传、批量同步、查看本地 skills 列表。使用前需确保已登录 GitHub (gh auth login)。
自动分析项目并执行结构化清理(删除无用文件、归位错放文件、合并重复目录、规范命名、整理 docs 与 .gitignore),静默执行不输出分析报告。
根据当前 git diff 生成符合 Conventional Commits 规范的专业 Git 提交信息(含 type/scope/subject 与可选的 body/breaking 说明)。
以高级全栈架构师与生产代码评审视角,仅针对当前工作区 git diff 进行评审,关注变更的影响、回归风险、正确性、兼容性与副作用,并给出可落地的修复建议。
以高级全栈架构师与生产代码评审视角,对指定文件、目录或仓库范围内的代码现状进行评审,关注架构、设计、技术债、模式与整体质量,不依赖 git diff。
Secure REST and GraphQL API patterns. Authentication, authorization, rate limiting, input validation.
Authentication patterns done right. JWT, sessions, refresh tokens, OAuth, and password handling with security best practices.
Security patterns for Next.js applications. App Router, Server Components, Server Actions, middleware auth, and API...
Security-first React/TypeScript development patterns. Prevents XSS, injection, and auth vulnerabilities by default.
Meta-skill that ensures security patterns are automatically applied during code generation. Load this skill to make...
Secure form handling patterns. Input validation, file uploads, CSRF protection, and sanitization done right.
VAST threat modeling methodology for practical, scalable application security analysis. Visual, Agile, Simple -...
Compile an agent-optimized changelog by cross-referencing git history with plans and documentation. Use when asked...
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies...
Review architectural drawings, floor plans, and interior design proposals. Use when analyzing building layouts, room...
This skill should be used when implementing pre-hooks and post-hooks for Claude Code. It applies when users want to...
PostToolUse hook that checks code quality after Edit/Write operations. Reports violations for function size, nesting...
Automated E2E testing for Electron apps using Chrome DevTools Protocol (CDP). Use this when testing Electron...
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and...