osori
Osori v1.6.1 — Local project registry & context loader with Telegram slash commands. Registry versioning + auto-migration + root filters + root management + doctor (preview-first + risk gate) + safe root remove + switch multi-match + GitHub count cache + alias/favorite + Entire integration commands. Find, switch, list, add/remove projects, check status. Triggers: work on X, find project X, list projects, project status, project switch. | 오소리 — 텔레그램 슬래시 명령어 지원 로컬 프로젝트 레지스트리.
Why use this skill?
Osori is an advanced project registry and context loader for OpenClaw. Manage repositories, track status, and switch projects via Telegram slash commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/oozoofrog/osoriWhat This Skill Does
Osori (오소리) is a powerful, high-performance local project registry and context loader designed for AI agents. Serving as the "file system brain" for your OpenClaw setup, it streamlines how your agent identifies, tracks, and navigates software development projects. It maintains a registry of your local repositories, supports versioning, auto-migration, and provides a robust command suite for project discovery and management. Whether you are switching between microservices or auditing deep legacy codebases, Osori provides the bridge between abstract agent instructions and actual local file paths.
Installation
To integrate Osori into your agent, use the OpenClaw hub CLI. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/oozoofrog/osori
Ensure your system meets the prerequisites:
- macOS:
mdfind(built-in),python3,git, andghCLI installed. - Linux:
find(for directory scanning),python3,git, andghCLI. - Entire (optional): Install the
entireCLI if you require specific integration features like status tracking and rewind points.
Use Cases
Osori is designed for developers who juggle multiple projects across various directory structures. It excels at:
- Context Switching: Quickly finding a specific repository across fragmented disk roots.
- Project Maintenance: Using the
/doctorcommand to verify registry health, identify orphaned paths, and fix configuration inconsistencies. - Quick Status Audits: Checking the latest commit status, pending PRs, or issue counts directly via Telegram without opening an IDE.
- Entire Integration: Managing specific Entire agent strategies or rewind points in local development environments.
Example Prompts
- "Osori, please list all projects currently registered in my 'work' root directory."
- "Switch to the 'auth-service' project and load the context for me."
- "Run a doctor check on my registry to ensure all project paths are still valid and fix any issues found."
Tips & Limitations
- Safety First: Always utilize the
--dry-runflag with the/doctorcommand before applying fixes to ensure you understand what Osori intends to modify. - Root Scoping: If you have many projects with overlapping names, always specify the
--rootflag to ensure the agent targets the correct directory. - Performance: Osori uses local indexing methods (Spotlight or
find); ensure your project root directories are correctly indexed for optimal performance. While it is safe for general directory operations, be cautious when using the/root-removecommand with the--forceflag, as it will purge tracking information for those projects.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-oozoofrog-osori": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api