Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Oh My Claudecode

Skill Verifiziert Aktiv

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

Zweck

To streamline the process of using local AI models for tasks like code review, prompt engineering, and drafting by providing a consistent interface and automatically saving the output.

Funktionen

  • Advisor routing for Claude, Codex, and Gemini CLIs
  • Artifact capture of LLM responses
  • Abstraction of raw CLI commands
  • Consistent invocation via `omc ask`

Anwendungsfälle

  • Getting code reviews from a local security advisor
  • Generating implementation plans for issues
  • Suggesting UX improvements for a given flow
  • Drafting content using local AI models

Nicht-Ziele

  • Manually constructing provider CLI commands
  • Executing arbitrary commands on the local machine
  • Managing cloud-based LLM providers

Workflow

  1. User invokes `/oh-my-claudecode:ask <provider> <question>`.
  2. The skill routes the request to the `omc ask` command with the specified provider and question.
  3. The `omc ask` command invokes the appropriate local CLI (`claude`, `codex`, or `gemini`).
  4. The LLM processes the prompt.
  5. The result is captured and saved as a markdown artifact in `.omc/artifacts/ask/`.
  6. The artifact path is returned to the user.

Voraussetzungen

  • Local Claude, Codex, or Gemini CLI installed and authenticated
  • tmux installed (for some advanced OMC features, though not strictly required for this specific skill's core function)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode@omc

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne33.7k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Skill
Yeachan-Heo

Github

100

Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

Skill
steipete

Telegram Crabbox E2e Proof

100

Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.

Skill
steipete

ClawSweeper Skill

100

Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.

Skill
steipete

Agent Browser

100

Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.

Skill
shanraisshan

Chat Format

100

Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval

Skill
ruvnet