원클릭으로
assistant
RAG-augmented AI assistant powered by Google Gemini with MongoDB-backed knowledge base, chat history, and feedback learning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
RAG-augmented AI assistant powered by Google Gemini with MongoDB-backed knowledge base, chat history, and feedback learning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Codebase mapping and architectural maintenance. Use to prevent architectural drift.
Master behavior injection for full Claude Code v2.1.110 emulation. Use when needing peak performance.
Plan-Explore-Task-Verify workflow for massive tasks. Use for full feature implementation.
Strict safety rule: read before write. Use when working on complex or sensitive codebases.
Locks responses to Claude Code CLI style. Use to ensure clean and uniform output.
| name | assistant |
| description | RAG-augmented AI assistant powered by Google Gemini with MongoDB-backed knowledge base, chat history, and feedback learning. |
| metadata | {"amberclaw":{"emoji":"🤖","requires":{"env":["GEMINI_API_KEY"],"services":["mongodb"]}}} |
RAG-augmented conversational AI integrated into AmberClaw as native tools.
assistant_chatChat with Personal Assistant using context from conversation history, knowledge base, and feedback.
Use the assistant_chat tool to ask questions, get help, or have a conversation.
Personal Assistant remembers previous messages within a session and searches its knowledge base automatically.
Parameters:
message (required) — The message to sendsession_id (optional) — Session ID for context continuity (defaults to today's date)assistant_knowledge_searchSearch the RAG knowledge base built from Google Drive documents.
Use assistant_knowledge_search to find specific facts, documentation, or reference material
from the user's uploaded knowledge base.
Parameters:
query (required) — Search querytop_k (optional) — Number of results (1-10, default: 3)Set in ~/.amberclaw/config.json under assistant:
{
"assistant": {
"enabled": true,
"model": "gemini-2.5-flash",
"mongodbUri": "mongodb://localhost:27017",
"googleApiKey": ""
}
}
Environment variables: GEMINI_API_KEY or GOOGLE_API_KEY, MONGODB_URI
amberclaw assistant telegram — Start Telegram botamberclaw assistant sync — Sync Google Drive → RAG knowledge baseamberclaw assistant status — Check connection status