Facilitates direct consultation with the Claude CLI and logs the output as artifacts.

Install

mkdir -p .claude/skills/ask-claude-byonk19-svg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13678" && unzip -o skill.zip -d .claude/skills/ask-claude-byonk19-svg && rm skill.zip

Installs to .claude/skills/ask-claude-byonk19-svg

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Ask Claude via local CLI and capture a reusable artifact
56 charsno explicit “when” trigger
Beginner

Key capabilities

  • Execute Claude CLI commands locally
  • Capture full Claude interactions
  • Generate markdown artifacts with task descriptions
  • Include Claude's raw output in artifacts
  • Summarize interactions and list action items

How it works

The skill executes a user's question or task via the local Claude CLI and saves the interaction details into a markdown artifact.

Inputs & outputs

You give it
A question or task for Claude
You get back
A markdown artifact in .omx/artifacts/claude-<slug>-<timestamp>.md

When to use ask-claude

  • Get second opinions on code
  • Review logic with Claude
  • Document advice and action items

About this skill

Ask Claude (Local CLI)

Use the locally installed Claude CLI as a direct external advisor for focused questions, reviews, or second opinions.

Usage

/ask-claude <question or task>

Routing

Preferred: Local CLI execution

Run Claude through the canonical OMX CLI command path (no MCP routing):

omx ask claude "{{ARGUMENTS}}"

Exact non-interactive Claude CLI command from claude --help:

claude -p "{{ARGUMENTS}}"
# equivalent: claude --print "{{ARGUMENTS}}"

If needed, adapt to the user's installed Claude CLI variant while keeping local execution as the default path.

Legacy compatibility entrypoints (./scripts/ask-claude.sh, npm run ask:claude -- ...) are transitional wrappers.

Missing binary behavior

If claude is not found, do not switch to MCP. Instead:

  1. Explain that local Claude CLI is required for this skill.
  2. Ask the user to install/configure Claude CLI.
  3. Provide a quick verification command:
claude --version

Artifact requirement

After local execution, save a markdown artifact to:

.omx/artifacts/claude-<slug>-<timestamp>.md

Minimum artifact sections:

  1. Original user task
  2. Final prompt sent to Claude CLI
  3. Claude output (raw)
  4. Concise summary
  5. Action items / next steps

Task: {{ARGUMENTS}}

When not to use it

  • When the Claude CLI is not installed locally
  • When the user expects an MCP routing for Claude

Prerequisites

Local Claude CLI

Limitations

  • Requires local Claude CLI installation
  • Does not switch to MCP if Claude CLI is missing

How it compares

This workflow captures the full Claude interaction into a structured markdown artifact, unlike a direct CLI interaction that only displays output.

Compared to similar skills

ask-claude side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ask-claude (this skill)03moReviewBeginner
sleap-support16moReviewBeginner
u04101-explainability-narrative-design-for-climate-adaptation-initiatives01moNo flagsAdvanced
ml-paper-writing486moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

sleap-support

talmolab

Handle SLEAP GitHub support workflow for issues and discussions. Use when the user says "support", provides a GitHub issue/discussion number like "#2512", or asks to investigate a user report from talmolab/sleap. Scaffolds investigation folders, downloads posts with images, analyzes problems, and drafts friendly responses.

11

u04101-explainability-narrative-design-for-climate-adaptation-initiatives

zwright8

Build and operate the "Explainability Narrative Design for climate adaptation initiatives" capability for climate adaptation initiatives. Use when this exact capability is required by autonomous or human-guided missions.

00

ml-paper-writing

davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

4897

content-research-writer

ComposioHQ

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

15111

citation-management

davila7

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

2395

product-manager-toolkit

davila7

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

3280

Search skills

Search the agent skills registry