Skills

Type: All Skills Tools
skill ★ 34

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…

cdeust/Cortex knowledge-graph relationship-tracing causal-chain graph-exploration
skill ★ 34

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 …

cdeust/Cortex memory-management debugging cortex data-validation
skill ★ 34

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…

cdeust/Cortex memory-import data-migration ai-consolidation claude-mem
skill ★ 34

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…

cdeust/Cortex memory-diagnostics knowledge-gaps coverage-assessment system-status
skill ★ 34

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…

cdeust/Cortex memory-consolidation knowledge-graph semantic-storage memory-maintenance
skill ★ 372,633

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.

openclaw/openclaw weather forecast curl api
skill ★ 372,633

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 …

openclaw/openclaw task-orchestration durable-workflows state-management background-tasks
skill ★ 372,633

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…

openclaw/openclaw tmux terminal-management cli-interaction session-control
skill ★ 372,633

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…

openclaw/openclaw taskflow inbox-triage state-management intent-routing
skill ★ 372,633

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.

openclaw/openclaw session-logs conversation-history jsonl log-analysis
skill ★ 372,633

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…

openclaw/openclaw prototyping feasibility validation testing
skill ★ 372,633

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…

openclaw/openclaw skill-creation agent-skills workflow validation
skill ★ 372,633

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.

openclaw/openclaw tts audio offline
skill ★ 372,633

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.

openclaw/openclaw tts elevenlabs text-to-speech audio
skill ★ 372,633

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.

openclaw/openclaw philips-hue smart-home iot cli
skill ★ 372,633

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.

openclaw/openclaw notion cli api-integration markdown
skill ★ 372,633

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/openclaw audio-transcription openai whisper speech-to-text
skill ★ 372,633

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…

openclaw/openclaw openclaw diagnostics networking pairing
skill ★ 372,633

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…

openclaw/openclaw cost-logging model-usage codex claude
skill ★ 372,633

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.

openclaw/openclaw macos imessage sms cli
skill ★ 372,633

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…

openclaw/openclaw security audit hardening risk-assessment
skill ★ 372,633

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 …

openclaw/openclaw github-issues pr-automation git-workflow agentic
skill ★ 372,633

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…

openclaw/openclaw coding-agent background-tasks automated-development claude-code
skill ★ 372,633

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…

openclaw/openclaw diagram-generation svg excalidraw architecture