로컬 LLM 실행 도구. Ollama·vLLM으로 GPU 모델에 텍스트 생성·채팅을 요청한다. Use when: 온프레미스 추론, Ollama 엔드포인트 호출, 로컬 모델 요약·생성이 필요할 때.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add xuiltul/animaworks --skill local-llm-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Local Llm Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xuiltul-local-llm-tool-aea2c398)More formats (shields.io, HTML) on the badges page.
---
name: local-llm-tool
description: >-
로컬 LLM 실행 도구. Ollama·vLLM으로 GPU 모델에 텍스트 생성·채팅을 요청한다.
Use when: 온프레미스 추론, Ollama 엔드포인트 호출, 로컬 모델 요약·생성이 필요할 때.
tags: [llm, local, ollama, external]
---
# Local LLM 도구
로컬 LLM(Ollama/vLLM)을 통해 텍스트 생성 및 채팅을 수행하는 외부 도구입니다.
## 호출 방법
**Bash**: `animaworks-tool local_llm <서브커맨드> [인수]`로 실행합니다.
## 액션 목록
### generate — 텍스트 생성
```bash
animaworks-tool local_llm generate "프롬프트" [-S "시스템 프롬프트"]
```
### chat — 채팅 (다중 턴)
```bash
animaworks-tool local_llm chat [--messages JSON] [-S "시스템 프롬프트"]
```
### models — 모델 목록
```bash
animaworks-tool local_llm list
```
### status — 서버 상태 확인
```bash
animaworks-tool local_llm status
```
## CLI 사용법
```bash
animaworks-tool local_llm generate "프롬프트" [-S "시스템 프롬프트"]
animaworks-tool local_llm list
animaworks-tool local_llm status
```
## 주의사항
- Ollama 서버 또는 vLLM 서버가 실행 중이어야 합니다
- -s/--server로 서버 URL 지정 가능
- -m/--model로 모델 지정 가능
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...