33 skills found · Page 1 of 2
openclaw / bear-notesCreate, search, and manage Bear notes via grizzly CLI.
openclaw / coding-agentDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
openclaw / gh-issuesFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
openclaw / gifgrepSearch GIF providers with CLI/TUI, download results, and extract stills/sheets.
openclaw / githubGitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries
openclaw / goplacesQuery Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
openclaw / oracleBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
openclaw / ordercliFoodora-only CLI for checking past orders and active order status (Deliveroo WIP).
openclaw / summarizeSummarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
openclaw / things-macManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
antoniocascais / quizGenerates multiple choice quiz questions based on current conversation context
hapticdata / lgtmLaunch lgtm TUI to review a markdown file with line-by-line commenting
mbarbieri / javaUse when writing, modifying, or reviewing Java code - applies SOLID principles, clean code practices, minimal documentation, and pragmatic abstraction to create maintainable Java applications
SawanoLab / skillsAuto-generate specialized Claude Code subagents for your stack. Phase-adaptive code review. 10 frameworks, 13 templates. MIT licensed.
zolkers / doUse for ANY task - automatically plans if needed, then executes step by step with mandatory code review
matt-fell-ai / EgoEgo Skill - Dynamic Identity Evolution | name | description | | --- | --- | | ego | Analyzes user interaction history and feedback to evolve the PAI's identity, tone, and preferences. USE WHEN you
curphey / gcpGCP infrastructure security review process
curphey / awsAWS infrastructure security review process
pradeepmouli / spec-kit-feedback9 workflows that extend spec-kit to cover the complete software development lifecycle
phj128 / survey|
sawrus / code_review_expertAll-in-one toolbox for managing backend agent projects: rules, skills, and workflows.
DaRipper91 / peer-reviewBackup of Gemini CLI skills and configurations
pardnchiu / skill-creatorCreate, edit, improve, or audit AgentSkills
DaRipper91 / ethics-reviewBackup of Gemini CLI skills and configurations
DaRipper91 / reviewPhD-level academic manuscript and research proposal review.
espennilsen / pi-memoryManage persistent memory across sessions
DaRipper91 / research-reviewerExpertise in reviewing technical research for objectivity, evidence, and completeness. Use to ensure the "Documentarian" standard is met.
Sandeep-AdaptIQ / agent-customization**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.
davidklan-png / prompt-translatorOpenClaw Agent Kinokomon
mecharoy / OrbitDefenseDevelopment & Deployment Best Practices1. Code Quality & StructureECS Pattern (Entity-Component-System)Instead of deep OOP inheritance (e.g., class Guard extends Enemy extends Actor), use composition.