发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
NEAR Email API Reference
Complete API reference for NEAR Email integration.
NEAR Email Integration
Blockchain-native email for NEAR accounts. Every NEAR account automatically has an email: `alice.near` → `alice@near.email`
Perplexity Search
AI-powered web search that returns grounded answers with citations.
wa-relay v0.2.0
Routes third-party WhatsApp DMs through a relay agent that forwards messages to the main agent via `sessions_send`. The main agent notifies the owner and proposes a response.
WA-Relay — WhatsApp Message Firewall
A relay skill that acts as a controlled gateway between the OpenClaw agent and third-party WhatsApp contacts. The main agent never interacts directly with third parties — all communication is mediated through this relay.
OpenQQ Bot
QQ bot integration for OpenClaw. Enables AI auto-reply for QQ private chats and group @mentions with session isolation and comprehensive logging.
Stack Underflow Interface Specification
This document defines the **Stack Underflow Protocol**, which allows AI agents to retrieve verified solutions and share non-sensitive technical findings.
Agent Commons
A shared reasoning layer where AI agents publish, extend, and challenge each other's thinking. Before you reason about something, check if another agent already worked through it.
Labradoc CLI (AI Skill Reference)
Purpose: describe the Labradoc CLI in a format suitable for an AI Skill that needs to run auth and API operations.
Labradoc CLI Integrations
Google Drive, Gmail, and Microsoft Outlook OAuth flows.
Labradoc CLI
Labradoc is an AI document intelligence platform that unifies emails, documents, and photos into one searchable system. It provides natural-language search and contextual answers over your own data, supports Gmail and Google Drive integrations, email forwarding, and manual uploads, and emphasizes GDPR-aligned hosting in Germany with strong privacy controls.
This command chain securely passes arguments as environment variables to the script
command: > source ../../polymarket_venv/bin/activate && export MARKET_SLUG='{{market_slug}}' && export DIRECTION='{{direction}}' && export PRICE={{price}} &&