원클릭으로
ask-gemini
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Clone/replicate websites into production-ready Next.js 16 code using Firecrawl MCP. Use when user asks to: clone website, vibe clone, replicate landing page, copy website design, rebuild this site, recreate this page, clone specific sections (hero, pricing, footer, etc). Triggers: "clone this website", "vibe clone [url]", "replicate this landing page", "rebuild this site in Next.js", "clone the hero section from [url]", "copy this design".
Create, verify, and manage OpenClaw cron jobs reliably. Use when the user asks to schedule tasks, set reminders, create recurring jobs, or manage existing cron jobs. Triggers on: "remind me", "schedule", "cron", "every morning", "in 20 minutes", "recurring task", "set a timer", "lembrete", "agendar", "todo dia", "daqui a". Ensures correct sessionTarget/payload pairing, verifies jobs after creation, and handles delivery, isolation, and model overrides properly.
Mermaid diagram generation for architecture visualization, data flow diagrams, and component relationships. Use for documentation, PR descriptions, and architectural analysis.
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
| name | ask-gemini |
| description | Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks. |
| allowed-tools | Bash(gemini *) |
Executes the local gemini CLI to get coding assistance.
Note: This skill requires the gemini CLI to be installed and available in your system's PATH.
Run a single query using positional prompt:
gemini "Your question or task here"
| Option | Description |
|---|---|
-m MODEL | Specify model |
-y, --yolo | Auto-approve all tool executions |
For all available options, run
gemini --help
Ask a coding question:
gemini "How do I implement a binary search in Python?"
Use a specific model:
gemini -m gemini-2.5-pro "Review this code for potential issues"
Let Gemini make changes automatically:
gemini -y "Refactor this function to use async/await"
GEMINI_API_KEY environment variable for authentication-y/--yolo for automatic execution without confirmation prompts