Skills
Navigate knowledge graphs and relationships
This skill provides systematic traversal of the internal knowledge graph, enabling the tracing of causal chains, exploring entity relationships, and identifying implicit connections via co-access patterns. It is ideal for understanding comp…
Cortex Memory Debugging and Management
Provides capabilities to validate, rate, and manage the lifecycle of memories, including hard/soft deletion, anchoring critical information, and restoring from checkpoints. It enables developers to maintain retrieval quality by identifying …
Multi-source AI memory migration and consolidation
This skill autonomously detects and consolidates memories from various external AI platforms, including ChatGPT, Gemini, and Claude. It supports multiple formats (JSONL, SQLite, JSON) to ensure comprehensive data migration into the Cortex m…
Knowledge Base Diagnostics and Memory Gap Analysis
This skill provides comprehensive diagnostics on the knowledge base state, assessing coverage, identifying knowledge gaps, and checking for stale or isolated memories. It allows developers to understand the system's memory health and knowle…
Full memory consolidation and maintenance pipeline
This skill executes a full memory maintenance pipeline, simulating biological consolidation by decaying old memories, compressing content, and promoting episodic memories to a semantic store. It also discovers causal relationships and stren…
Fetch current weather and forecasts
Retrieves current weather conditions and forecasts for specified locations using the wttr.in service via curl. Supports various output formats, including structured JSON and detailed metrics like temperature and wind.
Durable multi-step task orchestration
Coordinate multi-step detached tasks as durable, persistent jobs with integrated state management and child task orchestration. It enables managing long-running workflows that require waiting on external signals or subagents while ensuring …
Control and interact with tmux terminal sessions
This skill provides programmatic control over existing tmux sessions, allowing developers to list, capture output from, and send input to specific panes or windows. It facilitates robust interaction with persistent, interactive command-line…
TaskFlow pattern for inbox triage and routing
This skill demonstrates a robust pattern for managing inbox items by classifying them, routing them based on intent (e.g., waiting for a Slack reply or immediate notification), and persisting state across asynchronous steps. It allows the a…
Search and Analyse Conversation Session Logs
Enables searching and analysing historical conversation transcripts stored in JSONL format using jq. It allows for querying message content, calculating usage costs, and auditing tool usage across agent sessions.
Feasibility Prototyping for Idea Validation
This skill allows agents to validate technical feasibility by creating minimal, runnable prototypes. It follows a structured process of research, building a small artifact, stress testing, and delivering a formal verdict (VALIDATED, PARTIAL…
Structured framework for agent skill creation
This framework provides structured guidelines and validation scripts for developing agentic skills. It enforces best practices for keeping skill definitions lean, managing metadata, and structuring associated assets like scripts and referen…
Local offline text-to-speech generation
This skill provides local, offline text-to-speech functionality using the sherpa-onnx CLI. It allows developers to generate audio files from text without requiring cloud connectivity or external APIs.
ElevenLabs Text-to-Speech Generation and Playback
This skill provides local playback for ElevenLabs Text-to-Speech, allowing developers to generate high-quality audio from text. It supports advanced delivery control via custom tags for emotion, pacing, and detailed normalization rules.
Philips Hue Light Control Skill
An interface for managing Philips Hue lights, rooms, and scenes through a command-line interface. It allows for precise control over brightness, colour temperature, and RGB values.
Notion Integration via ntn CLI
Provides an interface for interacting with Notion via the ntn CLI, supporting page management, database queries, file uploads, and raw API requests. It enables Markdown-first content manipulation and worker deployment.
OpenAI Audio Transcription API Wrapper
This skill provides a wrapper for transcribing audio files using various OpenAI models, including gpt-4o and whisper-1. It supports advanced features such as speaker diarization, language specification, and custom prompts.
OpenClaw Node Connection and Pairing Diagnostics
This skill provides a structured diagnostic workflow for resolving OpenClaw connection failures, covering issues related to network routing, authentication, and device pairing across LAN, Tailscale, and public internet topologies. It guides…
Summarise AI model usage costs from logs
This skill processes local cost logs generated by CodexBar to provide detailed per-model usage cost summaries. It supports calculating costs for specific providers like Codex or Claude, allowing users to view either the most recent daily br…
macOS iMessage and SMS Interface
A command-line interface for managing iMessage and SMS via the macOS Messages app. It enables listing chat histories, monitoring incoming messages, and sending text or attachments to phone numbers and Apple IDs.
Comprehensive Host Security Audit and Hardening
This skill assesses the security posture of a host by running deep, read-only audits across various operating systems. It then generates a staged, reversible hardening plan, guiding the user through risk profiling and necessary configuratio…
Automate GitHub Issues to Pull Requests
This skill automates the conversion of open GitHub issues into pull requests by fetching candidates, spawning background agents to implement fixes, and opening PRs. It also supports monitoring PR reviews and handling actionable comments to …
Autonomous Coding Agent for Background Development
This skill delegates complex coding tasks such as feature builds, PR reviews, and large refactors to background workers like Claude Code, Codex, or OpenCode. It manages long-running processes and provides mechanisms for monitoring and inter…
Generates structured diagrams for architecture and concepts
This skill generates structured diagrams in multiple formats, including clean SVG, architecture-specific SVG, and editable Excalidraw JSON. It manages complex workflows such as node extraction, layout selection, and adherence to strict form…