Graph-RAG knowledge system with CLI interface. Use for semantic search, task management, knowledge capture, project audits, and sprint planning. Invoke when you need persistent memory across sessions, pattern/learning lookup, or task tracking. Requires FalkorDB running.
This stub points at the version-matched workflow shipped by the installed CLI.
Load the compact contract at session start:
sibyl skill get contract
It carries the five agent verbs, small enums, and hard rules in about 1k tokens. Before the first
write intent (remember, correct, or a task mutation), load the full version-matched pack:
sibyl skill get core
Load packs whole. Never pipe sibyl skill get through head/tail: the flag contracts and enum
tables sit past the fold, and truncated bootstraps are the leading cause of invented-flag errors.
Loading a pack is not the memory work itself: after skill get, still run the sibyl context /
task command you came for. Sessions that load the contract and skip the verb defeat the loop.
Quick triggers (intent -> verb):
sibyl task list --status doing,blockedsibyl context "<goal>"sibyl context "<topic>"sibyl remember "<title>" "<body>"sibyl correct <id> then add --action ...Live status: sibyl health shows server reachability.
Useful follow-ups:
sibyl skill list
sibyl skill get workflows
sibyl skill get examples
Hooks are separate from skills. Install or update hooks only when the user explicitly wants automatic prompt/session integration.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer