跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Oh My Claudecode

技能 已验证 活跃

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

目的

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.

功能

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

使用场景

  • 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

非目标

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

工作流

  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.

先决条件

  • 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)

安装

请先添加 Marketplace

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

质量评分

已验证
100 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标33.7k
许可证MIT
状态
查看源代码

类似扩展

Project Session Manager

100

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

技能
Yeachan-Heo

Github

100

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

技能
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.

技能
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.

技能
steipete

Agent Browser

100

AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用,包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。

技能
shanraisshan

Chat Format

100

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

技能
ruvnet