Skills
Generate professional reports from analysis results
This skill structures raw analysis findings into professional, multi-section reports, including an executive summary, methodology, detailed results, and actionable recommendations. It ensures a consistent, data-driven, and highly readable f…
Statistical Data Analysis and Insight Generation
This skill loads and inspects datasets to compute comprehensive statistics, identifying patterns, anomalies, and summarizing key findings. It ensures data integrity by validating types and explicitly handling missing values.
Comprehensive Code Quality and Security Reviewer
Performs thorough code assessments covering correctness, readability, performance, and security vulnerabilities. It provides a structured report detailing issues by severity, along with actionable recommendations for improvement.
Framework for Creating Agentic Skills
This skill provides a comprehensive framework for developing modular, specialized agent capabilities. It guides developers on structuring context efficiently using metadata, scripts, and reference files to extend general-purpose agents.
OpenAI Whisper Audio Transcription API
Transcribe audio files via the OpenAI Whisper API endpoint. The implementation supports custom base URLs for compatible proxies and allows for language hints or prompts.
Notion API Integration Skill
This skill provides an interface for interacting with the Notion API to manage pages, blocks, and data sources. It allows for searching, querying databases, and updating page properties or block content.
Diagnosing OpenClaw Node Connection and Pairing Issues
This skill provides a systematic diagnostic workflow for resolving complex OpenClaw node connection and device pairing failures across various network topologies (LAN, Tailscale, public URL). It guides the user through canonical CLI checks …
Cal.diy API v2 Scheduling Integration
Enables agents to automate scheduling and booking management through the Cal.diy API v2. Use this skill to query available time slots, manage event types, and synchronise calendars.
Audit UI Code Against Web Guidelines
This skill audits provided UI code against the latest Web Interface Guidelines fetched from a specified source. It checks compliance rules and outputs findings in a precise file:line format.
Manage iMessage and SMS via macOS CLI
This skill provides a comprehensive CLI interface for interacting with iMessage and SMS messages on macOS. It enables developers to list chat history, view message details, and send new messages with text or attachments, supporting both iMe…
React and Next.js Performance Optimization Guide
This skill provides comprehensive, Vercel-maintained guidelines for optimising React and Next.js applications. It guides developers through best practices covering everything from eliminating waterfalls and optimizing bundle size to advance…
OpenClaw Host Security Auditing and Hardening
This skill assesses the security posture of the host running OpenClaw, performing deep audits across OS context, network exposure, and system configuration. It generates a detailed, actionable remediation plan tailored to a specified risk t…
Web Interface Guidelines Compliance Auditor
Audits UI code against the latest Web Interface Guidelines by fetching real-time rules and checking specified files. It identifies non-compliance and outputs findings in a precise file and line format.
GitHub CLI automation for git workflows
This skill automates complex GitHub interactions, preferring the GitHub CLI (gh) over raw APIs. It manages authentication, repository setup, and pushing with minimal user intervention, ensuring a seamless git workflow experience.
Automated GitHub Issue Fixing and PR Workflow
This skill orchestrates the full lifecycle of fixing GitHub issues, fetching targets via the REST API and spawning sub-agents for implementation. It manages git operations, pushing code to a specified fork, opening pull requests, and monito…
BlueBubbles iMessage Integration
Extends the generic message tool to enable iMessage management via the BlueBubbles gateway. It supports sending messages and attachments, as well as performing actions like tapbacks, editing, and replying to threads.
Orchestrate AI Agents for Complex Coding Tasks
This skill delegates complex coding tasks, such as feature building or refactoring, to various AI agents (Codex, Claude Code, Pi). It manages background sessions, handles PTY requirements for different agents, and provides process control a…
Automated Frontend Integration Test Generation
Analyses git diffs to identify changed frontend components and pages, then plans and writes integration tests using MSW and Vitest. It automates the creation of test coverage by identifying API endpoints and implementing appropriate mock ha…
Manage Apple Reminders via Command Line Interface
This skill provides programmatic access to Apple Reminders using the dedicated remindctl CLI. It allows developers to manage tasks, including adding, listing, completing, and deleting reminders, supporting various date formats and structure…
Red Team Setup for Promptfoo Security Scanning
This skill guides the creation of comprehensive red team configurations for Promptfoo, allowing developers to map real-world threat models and API evidence into structured, security-focused adversarial test cases. It facilitates the definit…
Set up isolated git worktrees for development
This skill provisions a dedicated git worktree, ensuring parallel development environments are isolated from the main repository. It handles copying necessary environment files, installing dependencies via poetry and pnpm, and generating th…
Promptfoo Provider and Target Configuration
Configure promptfoo providers and redteam targets for hosted models, HTTP APIs, or custom Python and JavaScript wrappers. The workflow facilitates discovering API contracts through live probes or static analysis and implementing smoke tests…
React and Next.js Performance Optimization Guide
This skill provides comprehensive, Vercel-maintained guidelines for optimising React and Next.js applications. It guides developers through best practices for data fetching, bundle size reduction, and component rendering to ensure optimal w…
Automated Git Worktree Repository Setup
Automates the creation of a git worktree-based development layout including main, reviews, and multiple parallel work branches. It handles environment variable configuration, dependency installation via poetry and pnpm, and branchlet config…