Use this skill when the user asks to create a PR, open a pull request, "create-pr", "submit a pull request", or "open a merge request". Requires Gitee MCP Se...
--- name: skill-github-daily-ops version: 1.0.0 description: Daily GitHub repo health check + safe Dependabot auto-merge. Outputs markdown report. metadata: openclaw: requires: { bins: ["node"]
--- name: bnb-chain version: 0.1.0 description: Basic BNB Chain operations — check balances, send BNB, send BEP-20 tokens. metadata: {"openclaw":{"emoji":"🟡","category":"blockchain","requires":{"
Prepares a video by verifying all required assets from a script on Google Drive and triggers generation or reports missing files.
--- name: ews-calendar description: Extract calendar events from Microsoft Exchange via EWS API user-invocable: true metadata: { "openclaw": { "emoji": "📅", "requires":
--- name: gws-gmail-reply-all version: 1.0.0 description: "Gmail: Reply-all to a message (handles threading automatically)." metadata: openclaw: category: "productivity" requires: bins
Tool lifecycle UI components for React/Next.js from ui.inference.sh. Display tool calls: pending, progress, approval required, results. Capabilities: tool st...
--- name: api-endpoint-tester description: CLI tool to test REST API endpoints with various HTTP methods, headers, and payloads. version: 1.0.0 author: skill-factory metadata: openclaw: requires
--- name: screen-monitor description: Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL). metadata: {"clawdbot":{"emoji":"🖥️","requires":{"model_features":["vision"]}}
--- name: nostrsocial description: Social graph manager — contacts, trust tiers, and identity verification over Nostr version: 0.1.0 metadata: openclaw: requires: bins: - pip
Vision-driven HarmonyOS NEXT device automation using Midscene. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact wit...
--- name: garmin description: Access Garmin Connect health, fitness, and activity data via a non-interactive CLI. metadata: {"clawdbot":{"emoji":"⌚","requires":{"bins":["gc"]}}} --- # Garmin Connec
--- name: wifi-qr description: "Generate QR code for Wi-Fi credentials" metadata: { "openclaw": { "emoji": "📶", "requires": { "bins": ["qrencode"] }, "install":
Web scraping and search via Bright Data API. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE. Use for scraping any webpage as markdown (bypassing bot detection/CAPTCHA) or searching Google wi
--- name: clawbridge description: Run Clawbridge discovery from OpenClaw chat metadata: openclaw: emoji: "🌉" homepage: "https://clawbridge.cloud" requires: bins: ["clawbridge"]
--- name: listonic version: 1.0.0 description: "Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists." metadata: {"clawdbot":{"emoji":"🛒","requires":{"bins":["
--- name: CMA-email description: Sends an email via Gmail when a message starts with "cma" or "cmap". metadata: clawdbot: emoji: "📧" requires: skills: ["gog"] --- # CMA-email **SY
--- name: philips-hue description: Local control of Philips Hue lights via API v1. homepage: https://developers.meethue.com/ metadata: {"clawdbot":{"emoji":"💡","requires":{"bins":["curl","jq","pyth
--- name: codescene description: | CodeScene integration. Manage Projects. Use when the user wants to interact with CodeScene data. compatibility: Requires network access and a valid Membrane accoun
Generate PDFs and images from HTML. No sign-up required — the free tier works out of the box (1 req/min, small watermark). For higher volume and no watermark...
--- name: obsidian description: Work with Obsidian vaults (plain Markdown notes) and automate via notesmd-cli. homepage: https://help.obsidian.md metadata: {"clawdbot":{"emoji":"💎","requires":{
--- name: bilibili description: B 站 (Bilibili) CLI 工具 - 发布动态、管理视频、搜索内容、获取弹幕 metadata: {"openclaw":{"emoji":"📺","requires":{"bins":["python3","bilibili-cl
Launch non-blocking Claude Code headless tasks from slash command dispatch. Use when user requests async coding jobs and does not require slash-only Claude p...
You are an expert in React functional patterns, enforcing best practices. ## Component Structure ```typescript // ✅ REQUIRED STRUCTURE import { useState, useEffect, useMemo } from 'react'; import