원클릭으로
goose
Open-source extensible AI agent for coding tasks - install, execute, edit, and test with any LLM
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open-source extensible AI agent for coding tasks - install, execute, edit, and test with any LLM
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
In-process vector database for AI applications — embed vector search, hybrid retrieval, and full-text search directly into your application without managing a separate server.
LLM-powered knowledge extraction CLI — transform unstructured text into structured knowledge (graphs, hypergraphs, spatio-temporal graphs) with a single command.
Give your AI agent one-click internet access — Twitter, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Generate token-efficient CLIs for AI agents by reading API docs and studying community patterns. Prints Go binaries + Claude Code skills + MCP servers.
Terminal AI coding agent with video input, subagents, MCP support, and ACP editor integration
AI-powered code review CLI — deterministic pipelines + LLM agent, battle-tested at Alibaba scale
| name | goose |
| description | Open-source extensible AI agent for coding tasks - install, execute, edit, and test with any LLM |
| version | 1.0.0 |
| author | Hermes Agent |
| license | Apache-2.0 |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["ai-agent","coding","automation","llm","rust"],"related_skills":["claude-code","codex","opencode"]}} |
An extensible, open-source AI agent written in Rust that goes beyond code suggestions to perform actual development workflows.
# From source
git clone https://github.com/aaif-goose/goose.git
cd goose
cargo build --release
# Or download pre-built binary from GitHub releases
# Configure with your preferred LLM
goose configure
# Run a coding task
goose run "refactor the authentication module to use JWT tokens"
# Start interactive session
goose chat
# Ask questions about your codebase
> How does the authentication system work?
> Can you add unit tests for the user service?
# Process multiple tasks
goose batch tasks.txt
# Test installation
goose --version
# Run a simple test task
goose run "print the current working directory"