بنقرة واحدة
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"