Skill rating
114 076 skills. The A–F grade combines safety (60%) and quality (40%); tests add a bonus. The rating refreshes automatically from open catalogs.
ManufacturingLogistics and warehouseProcurementQuality controlContact centreField serviceFinanceCustomer supportindustry shortcuts
| # | Grade | Skill | Score ▾ | Safety | Quality | Process | Tests | Popularity | Updated |
|---|---|---|---|---|---|---|---|---|---|
| 6351 | A | godot-gdscriptGeneratorSoftware developmentWriting and documentsgamedev-skills/awesome-gamedev-agent-skillsAgent Skills Write idiomatic GDScript for Godot 4.7: static typing, the node lifecycle (_ready/_process/_physics_process), @export/@onready/@tool annotations, signals, and await for asynchronous flow. Use when edi | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6352 | A | Design NPC and enemy decision-making with finite state machines, behavior trees, steering behaviors, and A* pathfinding — engine-neutral algorithms that pair with the detected engine's navigation API. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6353 | A | Build a visual novel: a branching script, character and background display, a text box with choices, save/load, backlog, and skip/auto. Use for a VN, dating sim, or branching story game. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6354 | A | Use Godot 4.7 physics bodies and detection in 2D and 3D: RigidBody, StaticBody, Area, and CharacterBody; collision layers vs masks; contact/overlap signals; and raycasts (RayCast nodes and direct spac | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6355 | A | Write Godot 4.7 shaders in the Godot Shading Language: canvas_item shaders for 2D and spatial shaders for 3D, with vertex/fragment functions, uniforms (source_color, hint_range), TIME/UV animation, an | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6356 | A | Build and edit tile-based 2D levels in Godot 4.7 with TileMapLayer and TileSet: paint layers, set up collision/navigation/custom-data on tiles, autotile with terrain sets, and read/write cells from co | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6357 | A | Set up 3D physics in Unity 6.3 LTS: Rigidbody movement and forces, colliders, triggers vs collisions, layer-based collision, raycasts, and joints. Use when adding a Rigidbody, handling OnCollisionEnte | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6358 | A | Build a first-person shooter: move+mouse-look controller, hitscan or projectile shooting, weapons, health, and enemy AI. Use for an FPS, or tuning aim feel, time-to-kill, recoil, or spread. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6359 | A | godot-csharpProcedureSoftware developmentWriting and documentsgamedev-skills/awesome-gamedev-agent-skillsAgent Skills Use C#/.NET in Godot 4.7: partial classes extending nodes, the PascalCase lifecycle (_Ready/_Process/_PhysicsProcess), [Export] fields, [Signal] delegates as C# events, type-safe node lookup, and call | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6360 | A | Export and build a Godot 4.7 project for distribution: install export templates, define export presets (Windows/macOS/Linux/Web/Android), run headless command-line exports for CI, and handle web (HTML | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6361 | A | platformerGeneratorSoftware developmentLearninggamedev-skills/awesome-gamedev-agent-skillsAgent Skills Build a 2D platformer: run/jump control with coyote time, jump buffering, and variable jump height, plus tiled levels and hazards. Use for a platformer or Mario/Celeste-like, or tuning jump feel. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6362 | A | Play and mix audio in Godot 4.7: AudioStreamPlayer (2D/3D variants), audio buses with volume/mute and effects, music vs SFX routing, db/linear volume, and precise sync-to-beat playback timing. Use whe | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6363 | A | card-gameGeneratorSoftware developmentInfrastructuregamedev-skills/awesome-gamedev-agent-skillsAgent Skills Build a card game: card data, deck/hand/discard zones, draw/shuffle/reshuffle, a turn structure, costs, and effect resolution. Use for a deckbuilder, TCG/CCG, or roguelike deckbuilder. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6364 | A | Build a roguelike: turn-based grid movement, procedural dungeons, permadeath, field-of-view, and loot tables. Use for a roguelike/roguelite or turn-based grid dungeon crawler with procedural levels. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6365 | A | Build a puzzle game: grid/board state, move input, rule-based resolution (match-3 cascades, sokoban pushes, tile logic), scoring, and undo. Use for a match-3, sokoban, or grid-logic puzzle. | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6366 | A | Build an RPG: stats and leveling, inventory and equipment, quests, branching dialogue, save/load, and combat. Use for an RPG/JRPG, or designing stat, inventory, quest, or combat systems. | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6367 | A | roblox-studio-workflowProcedureSoftware developmentAI and agentsgamedev-skills/awesome-gamedev-agent-skillsAgent Skills Modify living Roblox Studio projects safely: inspect Explorer and execution locations, preserve existing structure, reuse modules/remotes, create meaningful Instances, apply Attributes and CollectionS | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6368 | A | roblox-charactersGeneratorSoftware developmentgamedev-skills/awesome-gamedev-agent-skillsAgent Skills Build respawn-safe Roblox character systems around Players, CharacterAdded/CharacterRemoving, Humanoid, HumanoidRootPart, Animator, R6/R15 rigs, movement, animations and markers, death, tools, accesso | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6369 | A | roblox-networkingProcedureSoftware developmentFinancegamedev-skills/awesome-gamedev-agent-skillsAgent Skills Design and harden Roblox client/server networking with RemoteEvent, RemoteFunction, and UnreliableRemoteEvent; server authority, argument and Instance validation, rate limits, proximity/ownership chec | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6370 | A | roblox-physicsProcedureSoftware developmentResearchgamedev-skills/awesome-gamedev-agent-skillsAgent Skills Implement Roblox physical simulation and queries with assemblies, anchoring, constraints, collision groups, CanCollide/CanTouch/CanQuery, raycasts and overlap queries, mass, impulses, forces, velocity | 100 | 88 | C | — | ★ 1 040 | 9 d ago | |
| 6371 | A | Build production Roblox interfaces with ScreenGui/PlayerGui lifecycle, responsive UDim2 layouts, safe insets, reusable editable Instances, cross-device input and selection, restrained motion, cleanup, | 100 | 88 | D | — | ★ 1 040 | 9 d ago | |
| 6372 | A | Retrieve paper metadata from arXiv using keyword queries and save results as JSONL (`papers/papers_raw.jsonl`).
**Trigger**: arXiv, arxiv, paper search, metadata retrieval, 文献检索, 论文检索, 拉取元数据, 离线导入.
** | 100 | 91 | C | — | ↓ 1 378 | 11 May 2026 | |
| 6373 | A | Automated Hinge dating profile liker using Android emulator + Gemini vision AI. Scrolls through full profiles, analyzes attractiveness with AI, likes the best photo/prompt with witty comments, skips o | 100 | 90 | B | — | ↓ 1 438 | 18 May 2026 | |
| 6374 | A | When the user wants to implement, optimize, or audit favicon and app icons. Also use when the user mentions "favicon," "app icon," "browser icon," "touch icon," "PWA icon," "favicon sizes," "apple-tou | 100 | 92 | B | — | ↓ 831 | 11 May 2026 | |
| 6375 | A | Perform a thorough client-side / browser-facing security assessment of a target web application. Use this skill whenever the user asks to pentest, audit, or review the security of a website or web app | 96 | 92 | C | — | ↓ 1 266 ★ 3 | 17 May 2026 | |
| 6376 | A | Use PoYo AI Nano Banana for general image generation and image editing across many aspect ratios through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants prompt-based imag | 99 | 90 | C | — | ↓ 1 570 ★ 1 | 9 Jul 2026 | |
| 6377 | A | Executive scheduling assistant for meeting coordination (email, calendar, venues, confirmations). | 100 | 88 | C | — | ↓ 792 ★ 3 | 11 May 2026 | |
| 6378 | A | Add, fix, or optimize schema markup and structured data. Use when the user mentions schema markup, structured data, JSON-LD, rich snippets, schema.org, FAQ schema, product schema, review schema, or br | 100 | 88 | C | — | ↓ 2 492 | 11 May 2026 | |
| 6379 | A | Search and download related arXiv papers by topic plus date range, or from a seed paper title/id. Use when user asks to crawl related papers, collect arXiv articles, or bulk download PDFs into an arxi | 100 | 90 | C | — | ↓ 804 ★ 1 | 11 May 2026 | |
| 6380 | A | Zero-trust email triage — prioritize inbox by sender trust tier, not arrival order. Surfaces paying customers immediately, batches newsletters, and applies an exception lane for unknown senders with o | 100 | 89 | D | — | ↓ 805 ★ 1 | 11 May 2026 | |
| 6381 | A | Apple Music integration via AppleScript (macOS) or MusicKit API | 100 | 81 | D | — | ↓ 3 746 ★ 3 | 18 May 2026 | |
| 6382 | A | Activate when: 'our best practices keep failing', 'experts disagree on the right answer', 'the old playbook isn't working', 'we're in crisis and don't know what to do first', 'best practice doesn't ap | 99 | 92 | C | — | ↓ 1 096 ★ 3 | 16 Jul 2026 | |
| 6383 | A | Work with Promptfoo for local, repeatable LLM evals and red-team testing. Use when a request explicitly involves Promptfoo, `promptfooconfig.yaml`, Promptfoo CLI commands (`promptfoo eval`, `validate` | 100 | 91 | C | — | ↓ 803 ★ 1 | 11 May 2026 | |
| 6384 | A | Searchable knowledge base that captures and cross-references everything users share. Auto-triggers when user shares ANY URL (article, tweet, thread, repo, video, paper). Saves structured summaries wit | 100 | 90 | B | — | ↓ 1 430 | 17 May 2026 | |
| 6385 | A | Generate Instagram-ready card news (카드뉴스) image sets. Use when creating a series of 5 slide images from a topic — includes content planning, image generation via nano-banana-pro, PNG→JPG conversion, c | 100 | 91 | C | — | ↓ 1 390 | 18 May 2026 | |
| 6386 | A | Task Planner — Professional Task Manager & SchedulerProcedurePersonal productivityClawHubAgent Skills Manage tasks, set priorities, and track deadlines locally. Supports bilingual (EN/CN) documentation. 支持个人任务管理、优先级设定及到期提醒。100% private, no cloud sync. Use when organizing daily work, planning projects, | 100 | 80 | D | — | ↓ 4 726 ★ 2 | 11 May 2026 | |
| 6387 | A | Kannaka Constellation status monitoring — all apps, services, swarm health, and connectivity. Use when: AUTOMATICALLY ACTIVATE when user asks about:. "constellation status", "constellation health". "s | 100 | 93 | C | — | ↓ 708 ★ 1 | 27 Jul 2026 | |
| 6388 | A | Grade and provide feedback on English written homework for Chinese elementary school students in grades 3–6. Use when the user asks to check, correct, grade, review, or give feedback on English writin | 100 | 92 | B | — | ↓ 929 | 42 d ago | |
| 6389 | A | AI-agent-friendly Hologres CLI with safety guardrails and structured JSON output.
Use for database operations, schema inspection, SQL execution, data import/export, Dynamic Table lifecycle management | 100 | 96 | C | — | ↓ 526 | 14 May 2026 | |
| 6390 | A | Search the web and fetch URL content using DuckDuckGo. Use when the user wants to search for information online without requiring API keys or paid services. Supports text search with results including | 100 | 92 | D | — | ↓ 823 | 11 May 2026 | |
| 6391 | A | Professional training course design for corporate L&D with ONE-CLICK generation of complete training packages including course materials, marketing copy, and assessments. Use when designing training c | 100 | 84 | C | — | ↓ 1 191 ★ 3 | 11 May 2026 | |
| 6392 | A | Create a brand jingle (5–15 seconds) from a brand name and tone keywords. Use when users want a brand sound logo, audio identity, jingle, intro music, or short branded audio clip. Triggers on "品牌 jing | 100 | 92 | B | — | ↓ 843 | 11 May 2026 | |
| 6393 | A | When the user wants to design, optimize, or audit list layouts for content display. Also use when the user mentions "list layout," "list design," "vertical list," "stacked list," "blog list," "article | 100 | 85 | C | — | ↓ 1 320 ★ 3 | 11 May 2026 | |
| 6394 | A | Reverse image search (find image source, visually similar images). Use when user provides an image and wants to find its origin, similar images, or verify authenticity. Supports Yandex, Google, and Bi | 100 | 87 | C | — | ↓ 1 316 ★ 1 | 11 May 2026 | |
| 6395 | A | Read Korea OpenDART disclosures using the OpenDART API. Use when the user asks for DART 공시 조회, recent filings by company, filtering by filing type/date, or quick summaries with source links. Supports | 100 | 91 | B | — | ↓ 1 415 | 11 May 2026 | |
| 6396 | A | Use when the user mentions TBC Bank, tbcbank.ge, Georgian bank APIs, PSD2 integration with TBC, account information services (AIS), payment initiation (PIS) with TBC, TPay gateway, TBC installments, o | 100 | 92 | B | — | ↓ 819 | 11 May 2026 | |
| 6397 | A | Batch-distill completed and live OpenClaw session transcripts into structured daily memory files. Two components: distill.py (batch + live session distillation, Granola meeting note distillation, Capt | 99 | 93 | C | — | ↓ 819 | 11 May 2026 | |
| 6398 | A | Search Google Patents database for patent research, infringement risk checks, and competitive IP analysis. Use when user mentions: 专利, patent, 侵权, infringement, 知识产权, IP, 外观设计, design patent, 专利检索, pa | 100 | 87 | D | — | ↓ 1 313 ★ 1 | 17 May 2026 | |
| 6399 | A | Design, configure, and give identity to a companion AI agent running alongside a primary agent. A companion is a second mind in the same house — different model, different tone, same workspace, its ow | 100 | 92 | D | — | ↓ 920 | 23 Jul 2026 | |
| 6400 | A | Content moderation plugin for OpenClaw/Moltbot AI agents. Use when building chatbots that need profanity filtering, moderating user messages in Discord/Slack/Telegram bots, or adding content moderatio | 100 | 84 | C | — | ↓ 2 220 ★ 1 | 11 May 2026 |