Skills

Type: All Skills Tools
skill ★ 24,338

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…

vercel/ai npm package-management file-listing debugging
skill ★ 24,338

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…

vercel/ai ai-sdk llm generative-ai templates
skill ★ 24,338

Adding AI Function Examples

A guide for implementing new AI function examples to test specific features against provider APIs and serve as user documentation.

vercel/ai ai-functions testing documentation llm-providers
skill ★ 4,829

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 …

the-open-agent/openagent security-hardening host-audit openclaw os-security
skill ★ 24,338

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…

vercel/ai adr architecture agentic design-patterns
skill ★ 24,338

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…

vercel/ai ai-sdk provider-integration typescript llm
skill ★ 4,829

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…

the-open-agent/openagent github-cli git-workflows automation repository-management
skill ★ 24,338

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…

vercel/ai island-survival planning simulation resource-management
skill ★ 24,338

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.

vercel/ai island survival simulation rescue
skill ★ 4,829

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…

the-open-agent/openagent github-automation issue-resolution agentic-workflow pull-requests
skill ★ 4,829

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.

the-open-agent/openagent discord chat-ops messaging automation
skill ★ 4,829

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…

the-open-agent/openagent html-display web-content cross-platform visualization
skill ★ 25,372

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.

agentscope-ai/agentscope agentscope library documentation code-analysis
skill ★ 25,372

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…

agentscope-ai/agentscope a2ui ui-generation json-schema agent-response
skill ★ 4,829

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.

the-open-agent/openagent apple-notes macos cli automation
skill ★ 4,849

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.

baserow/baserow pytest django drf backend-testing
skill ★ 4,849

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.

baserow/baserow frontend-testing unit-testing vue-test-utils vitest
skill ★ 4,849

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/baserow django silk performance sql
skill ★ 4,849

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…

baserow/baserow baserow notification-system backend-development frontend-development
skill ★ 4,849

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…

baserow/baserow baserow integration service backend
skill ★ 4,849

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…

baserow/baserow git-changelog version-control release-notes automation
skill ★ 8,394

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.

higress-group/higress kubernetes nginx higress migration
skill ★ 4,849

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.

baserow/baserow django-config env-variable baserow backend-setup
skill ★ 8,394

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 …

higress-group/higress go-wasm gateway-plugin http-processing proxy-wasm