Skills

Type: All Skills Tools
skill ★ 16,991

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…

camel-ai/camel report-writing document-generation analysis-summary structured-output
skill ★ 16,991

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.

camel-ai/camel data-analysis statistics data-insights data-processing
skill ★ 16,991

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.

camel-ai/camel code-review quality-assessment security best-practices
skill ★ 16,991

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.

camel-ai/camel agent-development skill-creation llm-architecture context-management
skill

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.

casibase/casibase openai-whisper audio-transcription speech-to-text api-integration
skill

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.

casibase/casibase notion api-integration productivity database-management
skill

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 …

casibase/casibase openclaw networking troubleshooting device-pairing
skill

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.

calcom/cal.com scheduling api-integration calcom booking-automation
skill

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.

calcom/cal.com web-design ui-audit accessibility code-review
skill

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…

casibase/casibase imessage sms macos messaging
skill

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…

calcom/cal.com react nextjs performance optimization
skill

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…

casibase/casibase security hardening audit openclaw
skill

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.

calcom/cal.com ui-review web-design code-auditing accessibility-check
skill

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.

casibase/casibase github git cli automation
skill

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…

casibase/casibase github issues pr-automation agentic
skill

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.

casibase/casibase imessage bluebubbles messaging automation
skill

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…

casibase/casibase coding agent llm cli
skill

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…

Significant-Gravitas/Auto-GPT frontend-testing vitest msw integration-tests
skill

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…

casibase/casibase apple-reminders cli macos to-do-list
skill ★ 21,403

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…

promptfoo/promptfoo red-teaming security-testing prompt-injection llm-security
skill

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…

Significant-Gravitas/Auto-GPT git-worktree development-setup environment-isolation backend-setup
skill ★ 21,403

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…

promptfoo/promptfoo promptfoo provider-setup api-configuration red-teaming
skill

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…

Significant-Gravitas/Auto-GPT react nextjs performance optimization
skill

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…

Significant-Gravitas/Auto-GPT git-worktree repository-setup automation development-environment