JavaScript is disabled. Some features may not work.
ask — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

ask

generationSafeIntermediateClaude Gemini

How to Install

Claude Code:
git clone --depth 1 https://github.com/wallacedobbs428/thecalltaker.git && cp thecalltaker/.claude/skills/ask ~/.claude/skills/ask -r
--- name: ask description: Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifact --- # Ask Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact. ## Usage ```bash /oh-my-claudecode:ask ``` Examples: ```bash /oh-my-claudecode:ask codex "review this patch from a security perspective" /oh-my-claudecode:ask gemini "suggest UX improvements for this flow" /oh-my-claudecode:ask claude "draft an implementation plan for issue #123" ``` ## Routing Preferred path: ```bash omc ask {{ARGUMENTS}} ``` ## Requirements - The selected local CLI must be installed and authenticated. - Verify availability with the matching command: ```bash claude --version codex --version gemini --version ``` ## Artifacts `omc ask` writes artifacts to: ```text .omc/artifacts/ask/--.md ``` Task: {{ARGUMENTS}}

Details

Category Coding → generation
Sourcewallacedobbs428/thecalltaker
SKILL.mdView on GitHub →
Repo StarsN/A
Est. per SkillN/A (shared across 100 skills from this repo)
DifficultyIntermediate
Risk LevelSafe

Related Skills

Works Well With

Skills from the same repository — often designed to work together