SKILLEMALL.ai

Skill rating

24 761 skills. The A–F grade combines safety (60%) and quality (40%); tests add a bonus. The rating refreshes automatically from open catalogs.

24 761
#GradeSkillScore ▾SafetyQualityProcessTestsPopularityUpdated
2501A
Define and document performance budgets for a web service or application. Use when asked to set performance targets, define SLOs for latency or throughput, establish Core Web Vitals targets, create a
9310082C★ 1 36435 h ago
2502A
Write clear, helpful error messages that tell users what happened and how to fix it. Use when asked to write an error message, validation text, a failure/empty-error state, or to rewrite a cryptic sys
9310083B★ 1 36435 h ago
2503A
Decode an insurance claim denial letter — what the cited reason actually means, whether it's commonly overturnable, and the appeal letter that answers it point by point. Use when someone asks 'my insu
9310083B★ 1 36435 h ago
2504A
Plan the communications for deprecating a product, API, endpoint, or feature that customers depend on. Use when winding down or sunsetting something, planning a breaking change, or migrating customers
9310083B★ 1 36435 h ago
2505A
Write a test strategy document from a feature spec, PRD, or system description. Use when asked to create a test plan, write a test strategy, define QA approach, or plan testing for a feature or releas
939983B★ 1 36435 h ago
2506A
Appeal a parking ticket, penalty charge, or administrative fine with the grounds that actually get appeals granted — not indignation. Use when someone got a ticket/fine/penalty notice and either has a
9310083B★ 1 36435 h ago
2507A
Simulate the acquirer's diligence team hunting for reasons to cut your price — their internal red-flags memo with a price-chip estimate per finding. Use when asked to red-team my company before a sale
939983B★ 1 36435 h ago
2508A
Explain what a piece of code does in plain English, at the depth the reader needs. Use when asked to explain code, walk through a function, understand an unfamiliar snippet, or onboard to a file. Prod
9310083B★ 1 36435 h ago
2509A
Simplify code that works — remove speculative abstraction, dead flexibility, and needless indirection while keeping behaviour identical and verified. Use after a feature lands ('now simplify it'), whe
9310083C★ 1 36435 h ago
2510A
Decode an error message or stack trace into a plain-English cause, the exact fix, and how to prevent it. Use when asked to explain an error, debug a stack trace, figure out why code is throwing, or ma
9310083B★ 1 36435 h ago
2511A
Build a regular expression from a plain-English description, or explain an existing one. Use when asked to write a regex, match/validate/extract a pattern, or understand what a regex does. Produces th
9310083B★ 1 36435 h ago
2512A
Review a pull request or diff like a thoughtful senior engineer — prioritized, kind, and focused on what matters. Use when reviewing code, giving PR feedback, or asked to 'review this change'. Produce
9310083B★ 1 36435 h ago
2513A
Design a referral program that drives real word-of-mouth growth. Use when asked to build a referral or refer-a-friend program, create an incentive/reward structure, or turn happy users into a growth c
9310083B★ 1 36435 h ago
2514A
Plan a safe, incremental refactor of messy code without changing behavior. Use when code needs restructuring, is hard to change, has grown tangled, or you want to clean it up before adding a feature.
9310083B★ 1 36435 h ago
2515A
Spec a dbt model — its grain, sources, transformations, tests, and materialization. Use when asked to design a dbt model, plan a data transformation, write a staging/intermediate/mart model spec, or d
9310083B★ 1 36435 h ago
2516A
Produce frontend UI that actually looks designed — a working spacing/type system, deliberate color use, real states, and restraint — instead of the generic AI-generated interface. Use when asked to bu
9310083B★ 1 36435 h ago
2517A
Diagnose a slow SQL query and produce a concrete optimization plan. Use when asked to optimize SQL, speed up a slow query, reduce a query's cost/scan, fix a timeout, or review a query plan. Produces a
9310083C★ 1 36435 h ago
2518A
Write a clear pull-request description that gets reviewed fast and merged with confidence. Use when opening a PR, summarizing a change for review, or asked to write a PR/merge-request description. Pro
9310083B★ 1 36435 h ago
2519A
Diagnose a bug systematically instead of guessing — reproduce, isolate, form hypotheses, and test them to root cause. Use when debugging, chasing a defect, an intermittent failure, or 'why is this hap
9310083B★ 1 36435 h ago
2520A
Convert currencies and fetch live exchange rates with zero API keys — Frankfurter (ECB rates) primary, open.er-api.com fallback, via plain curl. Use when asked convert 500 dollars to euros, what's the
9310083B★ 1 36435 h ago
2521A
Drive a feature with a disciplined test-driven development loop — red, green, refactor. Use when implementing a feature or fixing a bug and you want tests to lead, or when asked to 'do this with TDD'
9310083B★ 1 36435 h ago
2522A
Plan tests for an API endpoint or service — functional, negative, and contract. Use when asked to test an API, write API test cases, plan REST/GraphQL endpoint testing, or validate an API contract. Pr
9310083B★ 1 36435 h ago
2523A
Query DNS records and domain registration data with zero API keys — DNS-over-HTTPS via dns.google and domain registration via RDAP, through plain curl. Use when asked what does this domain resolve to,
9310083C★ 1 36435 h ago
2524A
Answer 'is this site down or is it just me' properly — curl status/timing diagnostics, DNS cross-check, and TLS certificate reads, assembled into a where-it's-broken diagnosis. Use when asked is this
9310083B★ 1 36435 h ago
2525A
Look up IP addresses and your own public IP with zero API keys — geolocation, ISP/ASN, and hosting flags via ip-api.com and ipify through curl. Use when asked what's my public IP, where is this IP fro
9310083B★ 1 36435 h ago
2526A
Write a clear pull-request description that gets reviewed fast and merged with confidence, from a git diff, branch summary, or commit list. Use when opening a PR, summarizing a change for review, docu
9310082B★ 1 36435 h ago
2527A
Execute and monitor stock trades for openclaw.ai workflows using Questrade's browser platform with Yahoo Finance cross-checks. Use when Codex is asked to prepare or review Questrade Web order tickets,
9510087D↓ 1 03811 May 2026
2528A
Review agentic software-development plans and release readiness for Codex, GitHub, and ClawHub work. Use when a user asks for scoped delivery planning, implementation review, public-surface checks, or
9310083C↓ 1 224 ★ 215 May 2026
2529A
Manage DNS zones across multiple providers using octoDNS ("DNS as code"). Use when you need to (1) manage DNS records in YAML format, (2) sync DNS zones between providers, (3) deploy DNS changes with
9410084D↓ 971 ★ 111 May 2026
2530A
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving request
9510087Bevals↓ 1 11927 d ago
2531A
Caching strategies, invalidation, eviction policies, HTTP caching, distributed caching, and anti-patterns. Use when designing cache layers, choosing eviction policies, debugging stale data, or optimiz
9410084C↓ 1 76911 May 2026
2532A
Get real-time and scheduled bus arrival times for TPER buses in Bologna and Ferrara, Italy. Use this skill whenever the user mentions TPER, bus stop codes (numeric like 4476), bus line numbers (like 1
9510087C↓ 1 02117 May 2026
2533A
Provision, inspect, and terminate disposable OpenNebula virtual machines through a restricted control plane API. Use when an OpenClaw agent needs a short-lived VM for development, debugging, integrati
9610090B↓ 64118 May 2026
2534A
Your personal knowledge repository — capture, organize, and retrieve everything using PARA + Zettelkasten. Triggers on: "save this", "remember", "note", "capture", "brain dump", daily/weekly reviews,
9010076C↓ 3 791 ★ 411 May 2026
2535A
Search Google Finance for stocks, indices, funds, currencies, or futures. Do not use for general web search or personalized financial advice.
9610089B↓ 78115 d ago
2536A
Run a DuckDuckGo web search. Do not use when the user explicitly requests Google, Bing, or Yandex.
9610091B↓ 78015 d ago
2537A
Persistent digital identity for this agent. Provides real email, phone number, virtual payment card, and TOTP codes. Use this skill whenever the agent needs: an email address, a phone number, a name,
9610091C↓ 61218 May 2026
2538A
React and Next.js performance optimization patterns. Use when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance. Triggers on tasks involving components, data fetching
9210080C↓ 2 937 ★ 111 May 2026
2539A
Export a Codex CLI or Codex Desktop (App) session to a Markdown transcript. Use when the user asks to export, save, share, or review a past chat, session, or transcript. Supports --brief mode (user +
9510087C↓ 1 10411 May 2026
2540A
Use this skill when working with this repository's `bwm` CLI, including Bing Webmaster API key setup, CLI authentication, site listing, traffic stats, URL index checks with explanation, URL submission
9410084C↓ 977 ★ 111 May 2026
2541A
Use this skill when working with @bquery/bquery, bQuery apps, or the bQuery ecosystem. It helps the agent choose the right bQuery module, write idiomatic code, and use the library across core DOM APIs
9510087B↓ 564 ★ 111 May 2026
2542A
Generate concise daily/weekly standup summaries from git commit history. Analyzes recent commits, groups them by type (features, fixes, refactors, chores), and produces a standup-ready status report.
9610090B↓ 63311 May 2026
2543A
Search Google Maps to discover places, businesses, or map results. Do not use when a known URL, CID, or Place ID requires structured details or reviews.
9610089B↓ 77315 d ago
2544A
Search Google Play for apps, rankings, or store results. Do not use to collect reviews from a known app URL.
9610089B↓ 77115 d ago
2545A
Design an engineered gated loop for a medium/large (semi-)autonomous AI-coding task executed with the Codex CLI (single-agent, `codex exec`), emitted as a runnable .loop/ runbook. Use-when: "design an
9810096C↓ 4831 Aug 2026
2546A
Pre-ship safety net. Scan an npm package, OpenClaw skill folder, or git repo BEFORE publishing to catch personal info leaks (absolute home paths, emails, internal IPs / Tailscale hostnames, private pr
9610089D↓ 65313 May 2026
2547A
Use this skill when OpenClaw should hand a coding task to OpenCode, keep the OpenCode run model-compatible with Z.AI Coding Plan / GLM plans, and mirror execution progress into a Discord thread for li
9610089B↓ 59811 May 2026
2548A
Use pip for Python package install, upgrade, freeze, and dependency file workflows with virtual environments first. Use when handling requirements.txt, pip install errors, pipx vs pip decisions, or re
9510087C↓ 1 02611 May 2026
2549A
AI Agent Collaboration Platform - Get contracts, write code, review PRs, earn trust. No SDK needed — use curl.
9210081D↓ 2 810 ★ 111 May 2026
2550A
Orchestrate iterative design and frontend engineering work through research, planning, sub-agent execution, and validation loops. Use when a visual/UI task requires multiple iterations, when the first
9510088C↓ 1 09711 May 2026