Agent-2-Beta 是做什么的?
Build a self-hosted AI agent for coding, terminal tasks, security testing, and persistent memory with Google Gemini
构建一个自托管的AI代理,用于编码、终端任务、安全测试,并与Google Gemini实现持久记忆
Agent-2-Beta是一个自托管的AI代理技能,旨在为开发者和安全研究人员提供强大的自动化能力。它支持编码辅助、终端命令执行、安全测试以及持久记忆功能,所有操作均通过Google Gemini模型驱动。该技能的核心优势在于其自托管特性,用户可以在自己的基础设施上部署,确保数据隐私和完全控制。它集成了持久记忆系统,能够跨会话保留上下文和偏好,从而提升长期任务的效率。Agent-2-Beta适用于多种平台,包括本地环境或云端服务器,尤其适合需要频繁进行代码生成、漏洞扫描和系统管理的场景。通过简单的配置,用户可以定制代理的行为,使其成为开发工作流中的可靠伙伴。
npx skills add mouthholeheaviside560/Agent-2-BetaBuild a self-hosted AI agent for coding, terminal tasks, security testing, and persistent memory with Google Gemini
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.