ask-claude

Execute Claude through the OMX CLI and save structured markdown artifacts.

24|2|Updated Mar 12, 2025
One-click install
npx skills add https://github.com/Orinks/AccessiWeather --skill ask-claude-orinks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-claude
Source: https://github.com/Orinks/AccessiWeather/tree/main/.codex/skills/ask-claude
Command: npx skills add https://github.com/Orinks/AccessiWeather --skill ask-claude-orinks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to run Claude through a local CLI for focused questions and to save a structured artifact of the interaction for later review.

Core Features & Use Cases

  • Local Claude CLI execution through the canonical OMX CLI path (no MCP routing) to get direct, private advice.
  • Artifact generation: saves a markdown artifact containing the original task, final prompt sent to Claude, Claude output, a concise summary, and next steps, stored under .omx/artifacts/claude-<slug>-<timestamp>.md.
  • Legacy compatibility: provides transitional wrappers for compatibility with older entrypoints while maintaining a clean local workflow.

Quick Start

Ask Claude a question locally using the OMX path and review the generated 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 through the CLI and save the output?

To run Claude locally through the CLI, execute it via the OMX CLI path to get direct advice and save a structured markdown artifact to .omx/artifacts/claude-<slug>-<timestamp>.md.

What is included in a local Claude CLI artifact?

A local Claude CLI artifact includes the original task, the final prompt sent to Claude, the Claude output, a concise summary, and action items for later review.

Do I need the Claude CLI installed to execute local AI assistant workflows?

Yes, you need the Claude CLI installed and accessible in your system PATH to execute local AI assistant workflows and generate structured artifacts.

Can I use local Claude interactions for private and auditable development advice?

Local Claude interactions provide private, auditable advice for developers and knowledge workers by executing directly on your desktop and saving the output locally.

Where are Claude CLI execution artifacts stored on my desktop?

Claude CLI execution artifacts are stored locally as markdown files under the .omx/artifacts/ directory, specifically named claude-<slug>-<timestamp>.md.

Does the local Claude CLI skill maintain compatibility with older OMX entrypoints?

Yes, the local Claude CLI skill provides transitional wrappers to maintain compatibility with older entrypoints while ensuring a clean local workflow.