πŸ€–
AI EngineeringTypeScript

AI LLM Tools

by daxaur

AI LLM Tools is an AI Engineering skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install AI LLM Tools
Copy AI LLM Tools into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-ai ~/.claude/skills/c-ai

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-ai/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-ai
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering β€” 3670 skills

What AI LLM Tools does

AI LLM Tools lets you query local or cloud LLMs from the command line with llm or aichat. Use it to summarize piped text, chat interactively, or generate shell commands from natural language.

AI LLM Tools is cataloged under AI Engineering on DirSkills. AI LLM Tools comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

AI / LLM Tools

llm (Simon Willison)

# Quick prompt
llm "What is the capital of France?"

# Pipe text for processing
cat article.txt | llm "Summarize this in 3 bullet points"
git diff | llm "Write a commit message for these changes"
pbpaste | llm "Fix the grammar in this text"

# Interactive chat
llm chat

# Use specific model
llm -m claude-3.5-sonnet "Explain quantum computing"
llm -m gpt-4o "Review this code"

# List available models
llm models

# Install model plugins
llm install llm-claude-3
llm install llm-ollama    # local models

# View prompt/response history
llm logs list
llm logs last

aichat

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AI LLM Tools

  • What else does daxaur publish alongside AI LLM Tools?

    AI LLM Tools is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include Apple Notes And Reminders, Bluetooth Control and Browser Automation. Each one is a separate skill with its own page in this directory, installs the same way AI LLM Tools does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does AI LLM Tools compare to other AI Engineering skills?

    AI LLM Tools ranks #3302 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AI LLM Tools against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

AI LLM Tools is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills β†’