원클릭으로
memory
Two-layer memory with vector search + grep. Always load this skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Two-layer memory with vector search + grep. Always load this skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage calendar events and schedules. Create, view, update, and delete events. Supports Google Calendar and Outlook.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Manage email communications. Read, send, search, and organize emails. Supports Gmail and Outlook.
Unified productivity workflows combining calendar, email, and task management. Streamline common work processes like meeting preparation, daily planning, and project tracking.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
| name | memory |
| description | Two-layer memory with vector search + grep. Always load this skill. |
| always | true |
Picobot has two memory systems:
Fast, semantic similarity search for past conversations and facts.
search_memory tool for natural language queries like "what did I say about the API?" or "previous project preferences"remember tool to save important facts with automatic embeddingExample:
Tool: search_memory
query: "what did I ask about OAuth?"
limit: 5
For precise text matching and large history files.
memory/MEMORY.md — Long-term facts (preferences, project context, relationships). Always loaded.memory/HISTORY.md — Append-only event log. Search with grep when vector search misses.grep -i "keyword" memory/HISTORY.mdfindstr /i "keyword" memory\HISTORY.mdUse remember tool immediately for important facts:
Old conversations are automatically summarized and appended to file memory when the session grows large.