ask-claude

Query Claude locally via OMX CLI and save markdown artifacts.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ask-claude-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-claude
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/ask-claude
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ask-claude-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local Claude querying and artifact capture for quick decision support without network reliance or external prompts.

Core Features & Use Cases

  • Local Claude CLI execution to obtain advice or analysis.
  • Automatic artifact generation and archival for traceability.
  • Use Case: A developer asks Claude to review a piece of code and saves the interaction as a reusable markdown artifact for later reference.

Quick Start

Ask Claude to analyze the given prompt and save the resulting artifact to .omx/artifacts/claude-<slug>-<timestamp>.md.

Frequently Asked Questions about ask-claude

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

FAQPage Schema
How do I query Claude locally through the CLI and save the output?

You can query Claude locally by executing the Claude CLI binary to obtain advice or analysis, which then automatically generates and archives a markdown artifact for traceability and later reference.

Do I need a specific environment to run a local Claude CLI assistant?

Yes, you need a local Claude CLI binary installed on your developer workstation to facilitate querying Claude locally without network reliance or external prompts.

What's the best way to capture AI assistant code reviews as reusable artifacts?

The best way to capture AI assistant code reviews is to execute the local Claude CLI, which automatically saves the interaction as a reusable markdown artifact under the .omx/artifacts directory.

Where are local Claude CLI interaction artifacts stored on my workstation?

Local Claude CLI interaction artifacts are saved as markdown files under the .omx/artifacts directory, specifically named with the format claude-<slug>-<timestamp>.md.

When do I need to save a markdown artifact of a Claude AI interaction?

You need to save a markdown artifact of a Claude AI interaction when you require quick decision support, focused code reviews, or second opinions and want traceable, reusable records without network reliance.

Can I use Claude for quick guidance on tasks without network access?

Yes, you can use the local Claude CLI execution to obtain advice, analysis, or quick guidance on developer tasks entirely on your local workstation without requiring network access.