ワンクリックで
archivist
File organization, log rotation, and knowledge indexing across workspaces.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
File organization, log rotation, and knowledge indexing across workspaces.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-domain skill reference collection covering ai-integration, databases, finance, frontend, google-workspace, and POS systems. Each domain contains reference docs, best practices, and agent skill blueprints.
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
Localized RAG and Notebook injection via MCP
Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, or centralized configuration management.
Assess and migrate cross-cloud workloads to Azure with migration reports and code conversion guidance. Supports AWS, GCP, and other providers. WHEN: migrate Lambda to Azure Functions, migrate AWS to Azure, Lambda migration assessment, convert AWS serverless to Azure, migration readiness report, migrate from AWS, migrate from GCP, cross-cloud migration.
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
| id | archivist |
| name | Archivist |
| version | 1.0.0 |
| tier | 2 |
| status | active |
| author | OmniClaw Core Team |
| updated | "2026-03-14T00:00:00.000Z" |
| description | File organization, log rotation, and knowledge indexing across workspaces. |
| accessible_by | ["Orchestrator"] |
| dependencies | ["smart_memory","knowledge_enricher"] |
| exposed_functions | [{"name":"index_workspace"},{"name":"rotate_logs"},{"name":"aggregate_docs"},{"name":"purify_workspace"}] |
| consumed_by | [] |
| emits_events | ["workspace_indexed","logs_rotated"] |
| listens_to | ["session_end"] |
Archivist is the OmniClaw "librarian" -- it keeps the workspace clean, organized, and fully indexed.
Runs at session_end or triggered manually by Orchestrator.
Scans the target workspace and builds/updates a file index in shared-context/.
Output: { files_indexed: N, new_files: [], modified: [] }
Compresses and archives log files older than 7 days.
Writes rotated archives to DATA/Archive/.
Merges fragmented documentation files into a single coherent document. Uses smart_memory to detect duplicate content.
Removes: temp files, .DS_Store, pycache, empty directories. Always dry-runs first, reports what will be deleted, waits for approval (HITL Tier 2).