ask-claude

Run local Claude CLI Q&A via OMX and save markdown artifacts.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/wmasfoe/notch-pet --skill ask-claude-wmasfoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-claude
Source: https://github.com/wmasfoe/notch-pet/tree/main/.codex/skills/ask-claude
Command: npx skills add https://github.com/wmasfoe/notch-pet --skill ask-claude-wmasfoe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables private, on-demand Claude-assisted questions by using a local CLI, avoiding reliance on external routing and simplifying artifact capture.

Core Features & Use Cases

  • Local Claude CLI execution for fast, private AI guidance.
  • Automatic generation and storage of a markdown artifact documenting the task, CLI input, and Claude output.
  • Flexible compatibility with common wrappers (e.g., OMX CLI path) to fit existing workflows.

Quick Start

Ask Claude a question locally through the OMX CLI and save the resulting artifact.

Frequently Asked Questions about ask-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Claude locally via CLI for private AI Q&A?

You can run Claude locally via CLI through the OMX wrapper, which sends prompts to the local binary instead of external servers to provide private AI Q&A. This enables fast, on-demand guidance for quick questions and decision tasks.

Does local Claude CLI execution store outputs as markdown artifacts?

Local Claude CLI execution automatically writes a markdown artifact to the .omx/artifacts/ directory, naming it claude-<slug>-<timestamp>.md. This artifact documents the task, CLI input, and Claude output for later review.

What happens if the local Claude CLI binary is missing when I ask a question?

If the local Claude CLI binary is missing, the execution triggers a fallback warning. The Skill enforces local CLI usage by default and alerts you when the required binary is unavailable for processing your AI guidance request.

Can I use local AI assistance for quick code reviews without external routing?

You can use local AI assistance for quick code reviews without external routing by executing the local Claude CLI. It processes review and decision tasks entirely on your machine, ensuring privacy and speed without external server routing.

Is the OMX CLI path required to capture Claude artifacts locally?

The OMX CLI path is the compatibility wrapper used to fit existing workflows and capture Claude artifacts locally. Flexible compatibility ensures the local Claude CLI integrates seamlessly into your established development environment.