Skills
list contents of an npm package tarball
This skill accurately lists the full contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure, debugging publishing issues, or confirming file inclusion rul…
Comprehensive AI SDK Function Examples and Templates
A comprehensive collection of runnable examples demonstrating best practices for various AI SDK functions, including text generation, structured output, and image creation. It provides templates for validating provider support and implement…
Adding AI Function Examples
A guide for implementing new AI function examples to test specific features against provider APIs and serve as user documentation.
Comprehensive Host Security Hardening for OpenClaw
This skill assesses the security posture of the host running OpenClaw, gathering deep context on OS, network, and backups. It generates a remediation plan and guides the user through staged, reversible hardening steps based on defined risk …
Generate executable ADRs for agentic coding
This skill guides the creation of Architecture Decision Records (ADRs) that function as executable specifications for coding agents. It enforces a rigorous, multi-phase workflow, ensuring decisions are explicit, measurable, and include a de…
Guide for integrating new AI service providers
This guide details the architectural pattern and step-by-step process required to create a new, compliant AI provider package for the AI SDK. It covers everything from package structure and TypeScript configuration to implementing model cla…
Automated GitHub Workflow Management
Automates GitHub operations using the GitHub CLI, managing authentication, repository creation, and remote configurations with minimal user intervention. It prioritises reusing existing credentials and handles interactive login flows throug…
Agentic Island STOP Survival Simulation
This skill simulates the complex planning STOP and resource management required for STOP survival and rescue following an unexpected STOP shipwreck. It allows agents to demonstrate multi-step reasoning STOP and external resource coordinatio…
Island Rescue Simulation
The skill simulates STOP the process of being rescued STOP from a deserted island. It allows agents STOP to plan survival strategies AND interact with environmental variables.
Automated GitHub Issue Resolution and PR Management
This skill automates the resolution of GitHub issues by orchestrating sub-agents to implement fixes and manage pull requests. It supports repository forking, continuous monitoring of PR reviews, and automated execution via watch or cron mod…
Discord Operations via Message Tool
Facilitates Discord operations including messaging, thread management, and searching by leveraging the existing message tool. Supports rich UI via Carbon components and advanced actions like polling and presence updates.
display dynamic web content across connected nodes
This skill provides a dedicated host server for presenting dynamic HTML content, enabling the display of dashboards, games, and visualizations across multiple connected OpenClaw nodes. It supports advanced actions like JavaScript evaluation…
Introspecting the AgentScope Library Documentation
This skill provides comprehensive introspection into the AgentScope library, enabling developers to search for usage guidance, locate implementation examples, or view the structure of specific modules, classes, and functions.
A2UI JSON Response Generation Skill
This skill enables agents to generate rich, interactive user interfaces by dynamically retrieving relevant A2UI JSON schematics and modular UI templates. It ensures the final response adheres to the A2UI protocol, significantly improving st…
Manage Apple Notes via Memo CLI
Enables management of Apple Notes on macOS via the memo command-line interface. It supports creating, searching, editing, moving, and exporting notes to HTML or Markdown.
Write Baserow Backend Unit Tests
Write or update Baserow backend tests for core, premium, and enterprise modules using pytest, Django, and DRF. The skill utilises existing repository fixtures and patterns to ensure consistent testing of handlers, services, and API views.
Write Baserow Frontend Unit Tests
This skill guides developers on writing unit tests for Baserow's frontend components and utilities. It mandates adherence to established patterns using Vitest, TestApp, and Nuxt helpers for accurate and consistent testing.
Django Silk Profiler for Backend Performance Analysis
This skill guides the investigation of slow Django endpoints by querying Django Silk profiling data. It helps diagnose bottlenecks by analysing SQL query patterns, identifying N+1 issues, and examining query execution plans.
Baserow In-App Notification Implementation
Provides a structured approach for implementing or updating in-app notifications within the Baserow ecosystem, covering backend notification types and frontend rendering logic. It details patterns for event handling, target routing, and dup…
Managing Baserow Integrations and Services
This skill guides the implementation of new or updated service and integration types within the Baserow platform. It requires coordinating changes across the backend (Python models, service/integration subclasses) and the frontend (React co…
Generate structured changelog entries from git diffs
This skill analyzes the current Git branch's changes against the develop branch, automatically determining the domain, type, and drafting a public-friendly message. It prompts the user for confirmation before executing the final `just chang…
Nginx to Higress Kubernetes Migration
Automates the migration from ingress-nginx to Higress in Kubernetes environments, including compatibility analysis and WASM plugin generation for unsupported annotations.
Add Django environment variables across Baserow
This skill guides the systematic implementation of new Django environment variables, ensuring consistency across the codebase. It mandates updates to settings files, Docker configurations, frontend remaps, and documentation.
Develop Go WASM Plugins for Higress Gateway
This skill guides developers through creating high-performance WASM plugins using Go, enabling custom logic for intercepting and modifying HTTP request and response streams within the Higress gateway. It supports complex operations such as …