ask-claude

Run local Claude CLI queries and save markdown artifacts.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill ask-claude-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-claude
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/ask-claude
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill ask-claude-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides local Claude CLI access to obtain expert answers and records the results as a reusable artifact.

Core Features & Use Cases

  • Local Claude CLI execution path via OMX; runs claude CLI locally to obtain responses.
  • Artifact generation: save a markdown artifact to .omx/artifacts/claude-<slug>-<timestamp>.md.
  • Graceful handling when Claude CLI is not installed, providing guidance to install and verify.

Quick Start

Provide a question to Claude via the local CLI to generate a response and save an 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 and save the output automatically?

You can run Claude locally via CLI to obtain expert answers and automatically save the results as a reusable markdown artifact in the .omx/artifacts/ directory for reproducibility.

What is a local Claude CLI workflow for capturing AI responses as artifacts?

A local Claude CLI workflow executes Claude locally to generate answers and records the output as a markdown artifact, ensuring privacy and reproducibility for software, design, and product decisions.

Do I need a local Claude CLI installation to execute AI-assisted reviews?

Yes, you need a local Claude CLI installation to execute this workflow. If the binary is missing, the process stops and provides guidance on how to install and verify it.

Can I use local CLI execution for private AI second opinions without data leakage?

Yes, local CLI execution supports focused questions, reviews, and second opinions across workflows where privacy matters, processing everything locally and saving reproducible markdown artifacts.

What happens if the Claude CLI binary is missing when I try to generate an artifact?

If the Claude CLI binary is missing, the workflow gracefully handles the error by providing specific guidance to install and verify the required local Claude CLI installation.

How do I get reproducible AI answers for product decisions and save them as markdown?

You can get reproducible AI answers by running the local Claude CLI with a focused question, which saves the response as a timestamped markdown artifact at .omx/artifacts/claude-<slug>-<timestamp>.md.