Skip to content

Top 4061 Agent Skills

An automatically maintained ranking ordered by public downloads, with GitHub stars as the tie-breaker. Momentum, community interest, and maintenance stay independent signals.

Snapshot 2026-09-18No sponsored resultsVerified SKILL.md
RankSkillCategoryClawHub downloadsMomentumStatus
#901Exa SearchUse Exa (exa.ai) Search API to search the web and return structured results (title/url/snippet/text) via a local Node script. Trigger when the user asks to enable Exa search, configure Exa API key, or perform web search using Exa.Research6,333Quiet · 4mo ago
#902Telegram ComposeFormat and deliver rich Telegram messages with HTML formatting via direct Telegram API. Auto-invoked by the main session for substantive Telegram output — no other skills need to call it. Decision rule: If your Telegram reply is >3 lines or contains structured data (lists, stats, sections, reports), spawn this as a Haiku sub-agent to format and send. Short replies (<3 lines) go directly via OpenClaw message tool. Handles: research summaries, alerts, status updates, reports, briefings, notifications — anything with visual hierarchy.Communication6,327Quiet · 4mo ago
#903Requesting Code ReviewUse when completing tasks, implementing major features, or before merging to verify work meets requirementsCoding6,325Quiet · 4mo ago
#904Clawdbot Documentation ExpertExpert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.Media6,319Quiet · 4mo ago
#905Ai Era Career PlannerAI时代职业规划师技能。专为AI时代职场变化而设计,帮助用户应对AI带来的职业冲击与机遇。当用户询问职业规划、职业建议、选专业、职场转型、未来就业方向时触发。功能包括:收集用户基本信息、霍兰德职业兴趣测评、职业价值观分析、AI时代职业影响评估(高危/中危/低危分级),并输出完整的个性化职业规划报告。关键词:职业规划、选专业、工作建议、做什么工作好、职业转型、AI时代职业、AI替代、哪些工作会被AI取代。Data & AI6,318Active · 1d ago
#906LinuxDebugs and hardens Linux hosts: permissions, disk full, OOM kills, stuck processes, systemd units, cron, networking, SSH, and boot failures. Use when a service starts by hand but fails at boot, a process ignores kill -9, df and du disagree, a box runs out of memory or inodes, sudo or ACLs deny access, SELinux blocks a write, a job works in the shell but not in cron, sshd rejects a key, an upgrade leaves packages half-configured, load is high while the CPU sits idle, or a host needs firewall rules, users, LVM, journald, kernel tuning, or a security baseline. Also for setting up a fresh server, deciding what to alert on, backups whose restore has never been tested, a host that may be compromised, and desktop or laptop trouble — GPU drivers, Wayland, suspend, audio, Wi-Fi. Covers Debian/Ubuntu, RHEL/Fedora, Arch, Alpine, SUSE and WSL. Not for shell-script syntax (bash) or container build and runtime internals (docker).Media6,315Maintained · 1mo ago
#907Minimax Web Search使用 MiniMax MCP 进行网络搜索。触发条件:(1) 用户要求进行网络搜索、在线搜索、查找信息 (2) 需要查询最新资讯、新闻、资料 (3) 使用 MiniMax 的 web_search 功能Research6,313Quiet · 4mo ago
#908Ralph LoopsRuns autonomous iterative AI loops for requirements, planning, or building phases using structured prompts and fresh context per iteration.Productivity6,307Quiet · 4mo ago
#909Clawd Docs V2Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.Media6,300Quiet · 4mo ago
#910Mx Financial Assistant基于东方财富权威金融数据库,打造覆盖"数据-资讯-知识-分析-决策"全链条的智能问答服务。通过自然语言交互, 为用户提供从基础金融知识科普到专业投资研究支持的全方位解决方案,实现"一问即达"的高效金融信息获取体验。 涵盖七大核心能力:全市场金融数据实时查询(A港美股、基金、债券)、全网财经资讯智能检索(公告、研报.Data & AI6,300Quiet · 4mo ago
#911Screen MonitorDual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL).DevOps6,300Quiet · 4mo ago
#912InvestToday Finance Data获取中国市场金融数据与投研信息,覆盖 A股、港股、基金、指数、财务、公告、研报和宏观经济等 200+ 接口。Use when: 用户要查股票走势、基金净值、指数行情、财务报表、估值指标、公告研报、机构观点、宏观数据、板块主题、产业链、市场统计,或要拉取、导出、对比结构化金融数据。Do not use when: 用户要直接买卖建议、自动下单、交易执行、非金融数据查询、系统运维排查,或在无数据时要求编造结论。Data & AI6,298Active · 1d ago
#913DomainKits Domain Name Data And IntelligenceCheck domain availability. Search domains by keyword across the full lifecycle, from newly registered to expired and deleted. Analyze keyword value and trends. Turn AI into your domain agent. domainkits.comResearch6,296Active · 1mo ago
#914FacebookOpenClaw skill for Facebook Graph API workflows focused on Pages posting, comments, and Page management using direct HTTPS requests.Data & AI6,286Quiet · 4mo ago
#915JotFormJotForm API integration with managed OAuth. Create forms, manage submissions, and access form data. Use this skill when users want to interact with JotForm forms and submissions. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a JotForm connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a JotForm action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with JotForm examples; they add no JotForm capability - JotForm is not an event source, a trigger cannot read JotForm data, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe).Communication6,286Active · 5d ago
#916Docker SandboxCreate and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads. Supports Claude, Codex, Copilot, Gemini, and Kiro agents with network proxy controls.DevOps6,274Quiet · 4mo ago
#917Content Quality AuditorUse when auditing content quality, E-E-A-T, or publish readiness; runs a typed 80-item CORE-EEAT profile with evidence coverage, veto checks, and a fix plan..Media6,270Maintained · 1mo ago
#918AI Image & Video Generator — GPT Image 2, Seedance, ComfyUICompose MeiGen image/video and five dedicated image tools inside an existing workflow, or opt into creative planning. Preserves caller prompts, parameters, approved count and budget; includes discovery and recoverable task handles.Communication6,268Active · 3d ago
#919LinkedIn Automation By Zich (BradAI's OpenClaw)Automate LinkedIn content creation, posting, engagement tracking, and audience growth. Use for posting content, scheduling posts, analyzing engagement metrics, generating content ideas, commenting on posts, and building LinkedIn presence. Requires browser access with LinkedIn logged in.Marketing6,263Quiet · 4mo ago
#920SummarizeSummarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).Media6,260Quiet · 4mo ago
#921Computer Vision ExpertSOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.Data & AI6,259Quiet · 4mo ago
#922🏠 Home Assistant Via MCP ProtocolThe skill for control Home Assistant smart home devices and query states using MCP protocol.Data & AI6,251Quiet · 4mo ago
#923TutoringAI tutoring and education powered by CellCog. Study guides, exam prep, coding tutorials, language learning, math help, science explanations, practice problems — every subject, every level. Explains concepts via diagrams, analogies, worked examples, and interactive lessons.Research6,242Active · 25d ago
#924OpenAI Codex Sub AgentsUse OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.Coding6,221Quiet · 4mo ago
#925ResearchConduct open-ended research on a topic, building a living markdown document. Supports interactive and deep research modes.Media6,210Quiet · 4mo ago
#926Product ManagerBuild products users love with discovery, prioritization, roadmapping, and cross-functional leadership.Data & AI6,209Quiet · 4mo ago
#927Tavily Search 1.0.0AI-optimized web search using Tavily API providing concise, relevant results and optional deep or topic-specific queries for AI agents.Research6,209Quiet · 4mo ago
#928VercelDeploy and manage Vercel projects, including linking repositories, env vars, and domains.DevOps6,209Quiet · 4mo ago
#929Smart Context ManagerAI-powered context management for OpenClaw sessionsData & AI6,194Quiet · 4mo ago
#930Instagram ReelsAI social media video and content creation powered by CellCog. Instagram Reels, TikTok videos, Stories, carousels, social posts. Full video production from a single prompt — scripted, shot, stitched, and scored automatically.Communication6,188Active · 25d ago
#931Nuwa 女娲Nuwa (女娲): Input any name, auto-research → extract thinking frameworks → generate a runnable perspective skill. Uses multi-agent parallel research, mental mo.Research6,185Quiet · 4mo ago
#932Multi Factor StrategyGuide users to create multi-factor stock selection strategies and generate independent YAML configuration filesMedia6,173Quiet · 4mo ago
#933A股智能选股 · BigA(A股实时行情·股票分析·基本面筛选·AI选股·买卖信号)🐂 A股智能选股 · BigA — A股实时行情、A股基本面筛选、A股量化选股、A股个股诊断、A股实时盯盘、A股买卖信号与短线择时一站式。A股行情分析、A股情绪与资金流向、A股板块轮动、A股股票池监控;量化评分+技术面分析,自主研发 -10~+10 择时分体系判断买卖时机,动态股票池(≤30支),按高科技×中小市值×好业绩原则筛选。A股投资、股市分析、量化选股、股票池管理、短线择时、A股择时。| A-share stock analysis & quant stock selection — real-time quotes, fundamental screening, stock diagnosis, timing score, buy/sell signals.Data & AI6,164Active · 4d ago
#934App Store ChangelogCreate user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.Coding6,155Quiet · 4mo ago
#935Discord ChatSend messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord (send/reply/search messages), check Discord activity, or interact with Discord channels.Communication6,153Quiet · 4mo ago
#936Memory System V2Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.Communication6,151Quiet · 4mo ago
#937DreamingCreative exploration during quiet hours. Turns idle heartbeat time into freeform thinking — hypotheticals, future scenarios, reflections, unexpected connecti.Data & AI6,144Quiet · 4mo ago
#938Wechat Auto Reply半自动回复微信联系人消息(置信度>85%自动发送,否则确认),或主动发送指定内容。使用方式:wechat-auto-reply "联系人名称" 或 wechat-auto-reply "联系人名称" "消息内容Communication6,136Quiet · 4mo ago
#939Openclaw MemoryPersistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions.Communication6,136Quiet · 4mo ago
#940DeepRead OCRAI-native OCR platform that turns documents into high-accuracy data in minutes. Using multi-model consensus, DeepRead achieves 97%+ accuracy and flags only u.Media6,131Quiet · 4mo ago
#941加密货币与贵金属监控加密货币与贵金属价格监控 / Crypto & Precious Metals Price Monitor - 监控BTC/ETH实时价格、黄金(XAU)/白银(XAG)走势,免费API无需KeyDevOps6,129Quiet · 4mo ago
#942Wechat Mp Writer Skill Mxx微信公众号文章全流程写作助手。支持热点选题、文章撰写、AI去味润色(去除机器感)、配图建议、一键发布到公众号草稿箱。适用于技术博主、自媒体创作者、企业公众号运营等场景。当用户需要写公众号文章、润色内容、寻找配图或发布到微信时使用此skill。Communication6,115Quiet · 4mo ago
#943Amap使用高德地图Web服务API进行地点搜索、天气查询和路线规划。Data & AI6,113Quiet · 4mo ago
#944Wan Image And Video Generation And EdittingImage and Video Generation and Editting wiht Wan series models. It offers text2image, image editting(with prompt), text2video, image2video and reference(imag.Media6,112Quiet · 4mo ago
#945Context RecoveryRecover missing conversation context after explicit compaction or truncation, or when the user explicitly asks to recover prior work. Use for requests such as "where were we before compaction?" when the current thread is insufficient. Do not trigger on a generic "continue" when the current thread already provides an actionable next step.Data & AI6,111Active · 19d ago
#946Eastmoney Skills本 Skill 支持基于股票选股条件(行情指标、财务指标等)筛选满足条件的股票;可查询指定行业/板块内的股票、上市公司,以及板块指数的成分股;同时支持股票、上市公司、板块/指数推荐等相关任务,避免大模型在选股时使用过时信息。Data & AI6,102Quiet · 4mo ago
#947TikTok Crawling (yt Dlp)Use for TikTok crawling, content retrieval, and analysisMarketing6,101Quiet · 4mo ago
#948CanvaCreate, export, and manage Canva designs via the Connect API. Generate social posts, carousels, and graphics programmatically.Communication6,086Quiet · 4mo ago
#949Wordpress REST APIOpenClaw skill that provides a WordPress REST API CLI for posts, pages, categories, tags, users, and custom requests using plain HTTP.Data & AI6,085Quiet · 4mo ago
#950Advanced QR IntelligenceGenerate and read QR codes. Use when the user wants to create a QR code from text/URL, or decode/read a QR code from an image file. Supports PNG/JPG output and can read QR codes from screenshots or image files.Media6,085Quiet · 4mo ago
#951AudioProcess, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.Media6,084Quiet · 4mo ago
#952CodexUse Codex safely for repo-aware coding with explicit approvals, sandbox choices, MCP boundaries, and PR-ready verification workflows.Coding6,084Quiet · 4mo ago
#953Garmin Health AnalysisTalk to your Garmin data naturally - "what was my fastest speed snowboarding?", "how did I sleep last night?", "what was my heart rate at 3pm?". Access 20+ metrics (sleep stages, Body Battery, HRV, VO2 max, training readiness, body composition, SPO2), download FIT/GPX files for route analysis, query elevation/pace at any point, and generate interactive health dashboards. From casual "show me this week's workouts" to deep "analyze my recovery vs training load".Media6,081Quiet · 4mo ago
#954MixpostMixpost is a self-hosted social media management software that helps you schedule and manage your social media content across multiple platforms including Facebook, Twitter/X, Instagram, LinkedIn, Pinterest, TikTok, YouTube, Mastodon, Google Business Profile, Threads, Bluesky, and more.Media6,078Quiet · 4mo ago
#955Openclaw Godmode Skill RepoSelf-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.Coding6,063Quiet · 4mo ago
#956Agent EvaluationTesting and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.DevOps6,062Quiet · 4mo ago
#957DeveloperWorks as a software developer day to day: turning a ticket into merged, shipped, supported code inside a codebase someone else wrote. Use when landing in an unfamiliar repo and hunting for where the change goes; when scoping, splitting, or estimating work; when a bug has to go from report to verified fix; when tests are missing, slow, or flaky; when a pull request is too big to review or a review has stalled; when a dependency upgrade breaks the build; when a schema change or backfill must ship without downtime; when something works locally but fails in CI or production; when a release needs a rollback plan or a flag; when on call and mitigation has to come before root cause; or when deciding what is reversible. Covers environment parity, security on your own diff, and new services. Not for isolation technique (`debugging`), the transformation catalog (`refactoring`), review analysis (`review-code`), or Git mechanics (`git`).Communication6,059Maintained · 1mo ago
#958Reasoning PersonasActivate different high-agency thinking modes to unlock better reasoning. Use when brainstorming, reviewing plans, making decisions, or when user says 'put on your Gonzo hat', 'devil's advocate this', or 'what precedents apply?'Data & AI6,055Quiet · 4mo ago
#959AgentlensNavigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.Media6,054Quiet · 4mo ago
#960Network ScannerScan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.DevOps6,054Quiet · 4mo ago
#961AgentArxivOutcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.Research6,051Quiet · 4mo ago
#962Dont Hack Me別駭我!基本安全檢測 — Security self-check for Clawdbot/Moltbot. Run a quick audit of your clawdbot.json to catch dangerous misconfigurations — exposed gateway, missing auth, open DM policy, weak tokens, loose file permissions. Auto-fix included. Invoke: "run a security check" or "幫我做安全檢查".Media6,050Quiet · 4mo ago
#963Claw Memory Guardian自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。Productivity6,050Quiet · 4mo ago
#964WecomSend messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients.Communication6,049Quiet · 4mo ago
#965Grok SearchSearch the web or X/Twitter using xAI Grok server-side tools (web_search, x_search) via the xAI Responses API. Use when you need tweets/threads/users from X, want Grok as an alternative to Brave, or you need structured JSON + citations.DevOps6,046Quiet · 4mo ago
#966Mcp AdapterUse Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).DevOps6,046Quiet · 4mo ago
#967Coder WorkspacesManage Coder workspaces and AI coding agent tasks via CLI. List, create, start, stop, and delete workspaces. SSH into workspaces to run commands. Create and monitor AI coding tasks with Claude Code, Aider, or other agents.DevOps6,045Quiet · 4mo ago
#968Searxng Web SearchSearch the web using SearXNG. Use when you need current information, research topics, find documentation, verify facts, or look up anything beyond your knowledge. Returns ranked results with titles, URLs, and content snippets.Media6,033Quiet · 4mo ago
#969ElevenlabsText-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or mana.Media6,031Quiet · 4mo ago
#970Newsletter DigestSummarize newsletters and articles, extract key insights, create reading listsProductivity6,028Quiet · 4mo ago
#971Douyin Video Analyst抖音账号视频批量采集与文案分析工作流。当用户提供抖音账号主页链接、要求抓取最新 N 条视频链接、提取视频文案(语音转文字)、或对视频内容进行总结归纳时,激活此 skill。依赖 browser 工具(抓取视频列表)和 mcporter + douyin-mcp(文案提取)。Media6,022Quiet · 4mo ago
#972Video EditingEdit videos with AI background removal, color grading, upscaling, stabilization, and enhancement tools.Media5,997Quiet · 4mo ago
#973DCC MCP CreatorCreate and modernize DCC-MCP adaptersData & AI5,995Active · 4d ago
#974HubSpotHubSpot API integration with managed OAuth. The documented surface is CRM: contacts, companies, deals, associations, and properties. What is reachable is decided by the OAuth grant the user approved for this connection, which HubSpot enforces on every request: if that grant covers marketing, CMS, conversations or automation scopes, those APIs are reachable too. This skill uses the CRM endpoints and asks before touching any other. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot; anything outside CRM needs the user to ask for that endpoint by name. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a HubSpot connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a HubSpot action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with HubSpot examples; they add no HubSpot capability - HubSpot is itself an event source, so its own events are in `references/hubspot/triggers.md`, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe).Communication5,994Active · 5d ago
#975Testing PatternsUnit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".Coding5,993Quiet · 4mo ago
#976Agent BrowserAutomates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.Research5,985Quiet · 4mo ago
#977Pinch To Post Manage WordPress Sites Through WP Pinch MCP ServerManage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).DevOps5,983Quiet · 4mo ago
#978腾讯会议腾讯会议:会议管理与音视频协作助手。预约/创建/修改/取消会议、查询会议详情与会议号转换、查看参会成员/受邀人/等候室成员、管理会中等候室成员、查询用户会议列表(即将开始/进行中/已结束)、搜索会议列表、导出参会成员统计与获取异步任务结果、查询录制列表与播放地址、搜索录制文件、获取转写全文/段落/搜索、获取AI智能纪要(支持多语言翻译)、搜索与查询元宝纪要(支持关键词/时间过滤、获取概览/要点/待办/滚动总结)、录制权限申请(预览+提交两步流程)、企业通讯录搜索/按手机号或邮箱批量查询用户(获取open_id)、向会议添加/移除/替换受邀人(创建或修改会议时可一并指定)、会中批量呼叫成员入会、Data & AI5,966Active · 16d ago
#979ScheduleProgram recurring or one-time tasks. User defines what to do, skill handles when.Productivity5,961Quiet · 4mo ago
#980HolySpiritOSA Christian alignment layer for AI agents.Coding5,960Quiet · 4mo ago
#981Speech Recognition通用语音识别 Skill。支持多种音频格式(ogg/mp3/wav/m4a),使用硅基流动 SenseVoice API 进行语音转文字。当用户发送语音消息、音频文件,或需要转录音频时触发。Data & AI5,957Quiet · 4mo ago
#982Minimax DocxEnterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility.Media5,953Quiet · 4mo ago
#983CLI AnythingGenerate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t.Coding5,950Quiet · 4mo ago
#984Filesystem MCP ServerSecure, sandboxed filesystem access enabling agents to list, read, write, create, move, delete, search files and directories within allowed paths.Media5,948Quiet · 4mo ago
#985Agency AgentsAI Agent 团队 - 61 个专业 Agent,8 大部门,完整的 AI 代理机构。支持单 Agent 使用和多 Agent 协作编排。Data & AI5,944Quiet · 4mo ago
#986Baidu AI Map(百度地图官方AI SKills)百度地图 Agent Plan ,无需成为百度地图开发者,立即接入百度地图为 Agent 场景原生设计的地图能力,例如 AI 地点检索、AI 路线规划、地理编码与逆地理编码、天气查询、地图展示等开箱即用的工具。Data & AI5,926Quiet · 4mo ago
#987Qqbot配置并管理QQ官方机器人,支持身份认证、IP白名单设置、Webhook/WebSocket连接及OpenClaw AI集成。Data & AI5,925Quiet · 4mo ago
#988X Tweet FetcherFetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.Data & AI5,924Quiet · 4mo ago
#989Skill To Manage A Facebook PageManage Facebook Pages via Meta Graph API. Post content (text, photos, links), list posts, manage comments (list/reply/hide/delete). Use when user wants to publish to Facebook Page, check Page posts, or handle comments.Marketing5,922Quiet · 4mo ago
#990Data VisualizationData visualization with chart selection, color theory, and annotation best practices. Covers chart types (bar, line, scatter, heatmap), axes rules, and story.Data & AI5,917Quiet · 4mo ago
#991Copywriting ProWrite persuasive, high-converting copy for any format — ads, landing pages, emails, sales pages, headlines, product descriptions, CTAs, and social posts. App.Communication5,913Quiet · 4mo ago
#992WebsiteBuild fast, accessible, and SEO-friendly websites with modern best practices.Marketing5,906Quiet · 4mo ago
#993Canva AutomationAutomate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.Marketing5,904Quiet · 4mo ago
#994Xiaohongshu 小红书自动运营小红书相关操作,覆盖账号定位、选题研究、内容生产、发布执行与复盘修复的小红书全链路运营技能。凡是小红书的浏览/搜索/发布/评论任务,默认必须使用 OpenClaw 内置浏览器流程并指定 profile="openclaw";除非用户明确要求,否则不要使用系统 open 或外部浏览器。Media5,902Quiet · 4mo ago
#995AgentDefine agent identity, personality, voice, and boundaries to create assistants that feel authentic rather than generic.Data & AI5,899Quiet · 4mo ago
#996Tavily Search SkillWeb search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable.Research5,896Quiet · 4mo ago
#997Travel Agent SkillFind, book, and change flights for your human via email. One message, and done. (by BonBook)Communication5,890Quiet · 4mo ago
#998Generate Instagram Marketing Content From Product URLs. Extract Product Information And Create Engaging Instagram Posts With Image Suggestions, Captions, And Hashtags Optimized For Engagement. Use When User Provides A Product URL From E Commerce Sites Like Amazon, Shopify, Taobao, Etc. And Wants Instagram Marketing Content Such As Image/text Post Ideas, Engaging Captions With CTAs, Hashtag Strategy, Or Story/reels Content Suggestions.Generate Instagram marketing content from product URLs. Extract product information and create engaging Instagram posts with image suggestions, captions, and hashtags optimized for engagement. Use when user provides a product URL from e-commerce sites like Amazon, Shopify, Taobao, etc. and wants Instagram marketing content such as Image/text post ideas, engaging captions with CTAs, hashtag strategy, or Story/reels content suggestions.Media5,886Quiet · 4mo ago
#999Youtube FactoryGenerate complete YouTube videos from a single prompt - script, voiceover, stock footage, captions, thumbnail. Self-contained, no external modules. 100% free.Media5,884Quiet · 4mo ago
#1000Obsidian CLISkill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, base.Media5,883Quiet · 4mo ago
#901

Exa Search

Use Exa (exa.ai) Search API to search the web and return structured results (title/url/snippet/text) via a local Node script. Trigger when the user asks to enable Exa search, configure Exa API key, or perform web search using Exa.

Research6,333 ClawHub downloads
#902

Telegram Compose

Format and deliver rich Telegram messages with HTML formatting via direct Telegram API. Auto-invoked by the main session for substantive Telegram output — no other skills need to call it. Decision rule: If your Telegram reply is >3 lines or contains structured data (lists, stats, sections, reports), spawn this as a Haiku sub-agent to format and send. Short replies (<3 lines) go directly via OpenClaw message tool. Handles: research summaries, alerts, status updates, reports, briefings, notifications — anything with visual hierarchy.

Communication6,327 ClawHub downloads
#903

Requesting Code Review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Coding6,325 ClawHub downloads
#904

Clawdbot Documentation Expert

Expert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.

Media6,319 ClawHub downloads
#905

Ai Era Career Planner

AI时代职业规划师技能。专为AI时代职场变化而设计,帮助用户应对AI带来的职业冲击与机遇。当用户询问职业规划、职业建议、选专业、职场转型、未来就业方向时触发。功能包括:收集用户基本信息、霍兰德职业兴趣测评、职业价值观分析、AI时代职业影响评估(高危/中危/低危分级),并输出完整的个性化职业规划报告。关键词:职业规划、选专业、工作建议、做什么工作好、职业转型、AI时代职业、AI替代、哪些工作会被AI取代。

Data & AI6,318 ClawHub downloads
#906

Linux

Debugs and hardens Linux hosts: permissions, disk full, OOM kills, stuck processes, systemd units, cron, networking, SSH, and boot failures. Use when a service starts by hand but fails at boot, a process ignores kill -9, df and du disagree, a box runs out of memory or inodes, sudo or ACLs deny access, SELinux blocks a write, a job works in the shell but not in cron, sshd rejects a key, an upgrade leaves packages half-configured, load is high while the CPU sits idle, or a host needs firewall rules, users, LVM, journald, kernel tuning, or a security baseline. Also for setting up a fresh server, deciding what to alert on, backups whose restore has never been tested, a host that may be compromised, and desktop or laptop trouble — GPU drivers, Wayland, suspend, audio, Wi-Fi. Covers Debian/Ubuntu, RHEL/Fedora, Arch, Alpine, SUSE and WSL. Not for shell-script syntax (bash) or container build and runtime internals (docker).

Media6,315 ClawHub downloads
#907

Minimax Web Search

使用 MiniMax MCP 进行网络搜索。触发条件:(1) 用户要求进行网络搜索、在线搜索、查找信息 (2) 需要查询最新资讯、新闻、资料 (3) 使用 MiniMax 的 web_search 功能

Research6,313 ClawHub downloads
#908

Ralph Loops

Runs autonomous iterative AI loops for requirements, planning, or building phases using structured prompts and fresh context per iteration.

Productivity6,307 ClawHub downloads
#909

Clawd Docs V2

Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.

Media6,300 ClawHub downloads
#910

Mx Financial Assistant

基于东方财富权威金融数据库,打造覆盖"数据-资讯-知识-分析-决策"全链条的智能问答服务。通过自然语言交互, 为用户提供从基础金融知识科普到专业投资研究支持的全方位解决方案,实现"一问即达"的高效金融信息获取体验。 涵盖七大核心能力:全市场金融数据实时查询(A港美股、基金、债券)、全网财经资讯智能检索(公告、研报.

Data & AI6,300 ClawHub downloads
#911

Screen Monitor

Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL).

DevOps6,300 ClawHub downloads
#912

InvestToday Finance Data

获取中国市场金融数据与投研信息,覆盖 A股、港股、基金、指数、财务、公告、研报和宏观经济等 200+ 接口。Use when: 用户要查股票走势、基金净值、指数行情、财务报表、估值指标、公告研报、机构观点、宏观数据、板块主题、产业链、市场统计,或要拉取、导出、对比结构化金融数据。Do not use when: 用户要直接买卖建议、自动下单、交易执行、非金融数据查询、系统运维排查,或在无数据时要求编造结论。

Data & AI6,298 ClawHub downloads
#913

DomainKits Domain Name Data And Intelligence

Check domain availability. Search domains by keyword across the full lifecycle, from newly registered to expired and deleted. Analyze keyword value and trends. Turn AI into your domain agent. domainkits.com

Research6,296 ClawHub downloads
#914

Facebook

OpenClaw skill for Facebook Graph API workflows focused on Pages posting, comments, and Page management using direct HTTPS requests.

Data & AI6,286 ClawHub downloads
#915

JotForm

JotForm API integration with managed OAuth. Create forms, manage submissions, and access form data. Use this skill when users want to interact with JotForm forms and submissions. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a JotForm connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a JotForm action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with JotForm examples; they add no JotForm capability - JotForm is not an event source, a trigger cannot read JotForm data, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe).

Communication6,286 ClawHub downloads
#916

Docker Sandbox

Create and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads. Supports Claude, Codex, Copilot, Gemini, and Kiro agents with network proxy controls.

DevOps6,274 ClawHub downloads
#917

Content Quality Auditor

Use when auditing content quality, E-E-A-T, or publish readiness; runs a typed 80-item CORE-EEAT profile with evidence coverage, veto checks, and a fix plan..

Media6,270 ClawHub downloads
#918

AI Image & Video Generator — GPT Image 2, Seedance, ComfyUI

Compose MeiGen image/video and five dedicated image tools inside an existing workflow, or opt into creative planning. Preserves caller prompts, parameters, approved count and budget; includes discovery and recoverable task handles.

Communication6,268 ClawHub downloads
#919

LinkedIn Automation By Zich (BradAI's OpenClaw)

Automate LinkedIn content creation, posting, engagement tracking, and audience growth. Use for posting content, scheduling posts, analyzing engagement metrics, generating content ideas, commenting on posts, and building LinkedIn presence. Requires browser access with LinkedIn logged in.

Marketing6,263 ClawHub downloads
#920

Summarize

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).

Media6,260 ClawHub downloads
#921

Computer Vision Expert

SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.

Data & AI6,259 ClawHub downloads
#922

🏠 Home Assistant Via MCP Protocol

The skill for control Home Assistant smart home devices and query states using MCP protocol.

Data & AI6,251 ClawHub downloads
#923

Tutoring

AI tutoring and education powered by CellCog. Study guides, exam prep, coding tutorials, language learning, math help, science explanations, practice problems — every subject, every level. Explains concepts via diagrams, analogies, worked examples, and interactive lessons.

Research6,242 ClawHub downloads
#924

OpenAI Codex Sub Agents

Use OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.

Coding6,221 ClawHub downloads
#925

Research

Conduct open-ended research on a topic, building a living markdown document. Supports interactive and deep research modes.

Media6,210 ClawHub downloads
#926

Product Manager

Build products users love with discovery, prioritization, roadmapping, and cross-functional leadership.

Data & AI6,209 ClawHub downloads
#927

Tavily Search 1.0.0

AI-optimized web search using Tavily API providing concise, relevant results and optional deep or topic-specific queries for AI agents.

Research6,209 ClawHub downloads
#928

Vercel

Deploy and manage Vercel projects, including linking repositories, env vars, and domains.

DevOps6,209 ClawHub downloads
#929

Smart Context Manager

AI-powered context management for OpenClaw sessions

Data & AI6,194 ClawHub downloads
#930

Instagram Reels

AI social media video and content creation powered by CellCog. Instagram Reels, TikTok videos, Stories, carousels, social posts. Full video production from a single prompt — scripted, shot, stitched, and scored automatically.

Communication6,188 ClawHub downloads
#931

Nuwa 女娲

Nuwa (女娲): Input any name, auto-research → extract thinking frameworks → generate a runnable perspective skill. Uses multi-agent parallel research, mental mo.

Research6,185 ClawHub downloads
#932

Multi Factor Strategy

Guide users to create multi-factor stock selection strategies and generate independent YAML configuration files

Media6,173 ClawHub downloads
#933

A股智能选股 · BigA(A股实时行情·股票分析·基本面筛选·AI选股·买卖信号)

🐂 A股智能选股 · BigA — A股实时行情、A股基本面筛选、A股量化选股、A股个股诊断、A股实时盯盘、A股买卖信号与短线择时一站式。A股行情分析、A股情绪与资金流向、A股板块轮动、A股股票池监控;量化评分+技术面分析,自主研发 -10~+10 择时分体系判断买卖时机,动态股票池(≤30支),按高科技×中小市值×好业绩原则筛选。A股投资、股市分析、量化选股、股票池管理、短线择时、A股择时。| A-share stock analysis & quant stock selection — real-time quotes, fundamental screening, stock diagnosis, timing score, buy/sell signals.

Data & AI6,164 ClawHub downloads
#934

App Store Changelog

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

Coding6,155 ClawHub downloads
#935

Discord Chat

Send messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord (send/reply/search messages), check Discord activity, or interact with Discord channels.

Communication6,153 ClawHub downloads
#936

Memory System V2

Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.

Communication6,151 ClawHub downloads
#937

Dreaming

Creative exploration during quiet hours. Turns idle heartbeat time into freeform thinking — hypotheticals, future scenarios, reflections, unexpected connecti.

Data & AI6,144 ClawHub downloads
#938

Wechat Auto Reply

半自动回复微信联系人消息(置信度>85%自动发送,否则确认),或主动发送指定内容。使用方式:wechat-auto-reply "联系人名称" 或 wechat-auto-reply "联系人名称" "消息内容

Communication6,136 ClawHub downloads
#939

Openclaw Memory

Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions.

Communication6,136 ClawHub downloads
#940

DeepRead OCR

AI-native OCR platform that turns documents into high-accuracy data in minutes. Using multi-model consensus, DeepRead achieves 97%+ accuracy and flags only u.

Media6,131 ClawHub downloads
#941

加密货币与贵金属监控

加密货币与贵金属价格监控 / Crypto & Precious Metals Price Monitor - 监控BTC/ETH实时价格、黄金(XAU)/白银(XAG)走势,免费API无需Key

DevOps6,129 ClawHub downloads
#942

Wechat Mp Writer Skill Mxx

微信公众号文章全流程写作助手。支持热点选题、文章撰写、AI去味润色(去除机器感)、配图建议、一键发布到公众号草稿箱。适用于技术博主、自媒体创作者、企业公众号运营等场景。当用户需要写公众号文章、润色内容、寻找配图或发布到微信时使用此skill。

Communication6,115 ClawHub downloads
#943

Amap

使用高德地图Web服务API进行地点搜索、天气查询和路线规划。

Data & AI6,113 ClawHub downloads
#944

Wan Image And Video Generation And Editting

Image and Video Generation and Editting wiht Wan series models. It offers text2image, image editting(with prompt), text2video, image2video and reference(imag.

Media6,112 ClawHub downloads
#945

Context Recovery

Recover missing conversation context after explicit compaction or truncation, or when the user explicitly asks to recover prior work. Use for requests such as "where were we before compaction?" when the current thread is insufficient. Do not trigger on a generic "continue" when the current thread already provides an actionable next step.

Data & AI6,111 ClawHub downloads
#946

Eastmoney Skills

本 Skill 支持基于股票选股条件(行情指标、财务指标等)筛选满足条件的股票;可查询指定行业/板块内的股票、上市公司,以及板块指数的成分股;同时支持股票、上市公司、板块/指数推荐等相关任务,避免大模型在选股时使用过时信息。

Data & AI6,102 ClawHub downloads
#947

TikTok Crawling (yt Dlp)

Use for TikTok crawling, content retrieval, and analysis

Marketing6,101 ClawHub downloads
#948

Canva

Create, export, and manage Canva designs via the Connect API. Generate social posts, carousels, and graphics programmatically.

Communication6,086 ClawHub downloads
#949

Wordpress REST API

OpenClaw skill that provides a WordPress REST API CLI for posts, pages, categories, tags, users, and custom requests using plain HTTP.

Data & AI6,085 ClawHub downloads
#950

Advanced QR Intelligence

Generate and read QR codes. Use when the user wants to create a QR code from text/URL, or decode/read a QR code from an image file. Supports PNG/JPG output and can read QR codes from screenshots or image files.

Media6,085 ClawHub downloads
#951

Audio

Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.

Media6,084 ClawHub downloads
#952

Codex

Use Codex safely for repo-aware coding with explicit approvals, sandbox choices, MCP boundaries, and PR-ready verification workflows.

Coding6,084 ClawHub downloads
#953

Garmin Health Analysis

Talk to your Garmin data naturally - "what was my fastest speed snowboarding?", "how did I sleep last night?", "what was my heart rate at 3pm?". Access 20+ metrics (sleep stages, Body Battery, HRV, VO2 max, training readiness, body composition, SPO2), download FIT/GPX files for route analysis, query elevation/pace at any point, and generate interactive health dashboards. From casual "show me this week's workouts" to deep "analyze my recovery vs training load".

Media6,081 ClawHub downloads
#954

Mixpost

Mixpost is a self-hosted social media management software that helps you schedule and manage your social media content across multiple platforms including Facebook, Twitter/X, Instagram, LinkedIn, Pinterest, TikTok, YouTube, Mastodon, Google Business Profile, Threads, Bluesky, and more.

Media6,078 ClawHub downloads
#955

Openclaw Godmode Skill Repo

Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.

Coding6,063 ClawHub downloads
#956

Agent Evaluation

Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.

DevOps6,062 ClawHub downloads
#957

Developer

Works as a software developer day to day: turning a ticket into merged, shipped, supported code inside a codebase someone else wrote. Use when landing in an unfamiliar repo and hunting for where the change goes; when scoping, splitting, or estimating work; when a bug has to go from report to verified fix; when tests are missing, slow, or flaky; when a pull request is too big to review or a review has stalled; when a dependency upgrade breaks the build; when a schema change or backfill must ship without downtime; when something works locally but fails in CI or production; when a release needs a rollback plan or a flag; when on call and mitigation has to come before root cause; or when deciding what is reversible. Covers environment parity, security on your own diff, and new services. Not for isolation technique (`debugging`), the transformation catalog (`refactoring`), review analysis (`review-code`), or Git mechanics (`git`).

Communication6,059 ClawHub downloads
#958

Reasoning Personas

Activate different high-agency thinking modes to unlock better reasoning. Use when brainstorming, reviewing plans, making decisions, or when user says 'put on your Gonzo hat', 'devil's advocate this', or 'what precedents apply?'

Data & AI6,055 ClawHub downloads
#959

Agentlens

Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.

Media6,054 ClawHub downloads
#960

Network Scanner

Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.

DevOps6,054 ClawHub downloads
#961

AgentArxiv

Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.

Research6,051 ClawHub downloads
#962

Dont Hack Me

別駭我!基本安全檢測 — Security self-check for Clawdbot/Moltbot. Run a quick audit of your clawdbot.json to catch dangerous misconfigurations — exposed gateway, missing auth, open DM policy, weak tokens, loose file permissions. Auto-fix included. Invoke: "run a security check" or "幫我做安全檢查".

Media6,050 ClawHub downloads
#963

Claw Memory Guardian

自动保存、备份和恢复OpenClaw会话记忆,防止任务中断和信息丢失,支持语义搜索与项目时间线管理。

Productivity6,050 ClawHub downloads
#964

Wecom

Send messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients.

Communication6,049 ClawHub downloads
#965

Grok Search

Search the web or X/Twitter using xAI Grok server-side tools (web_search, x_search) via the xAI Responses API. Use when you need tweets/threads/users from X, want Grok as an alternative to Brave, or you need structured JSON + citations.

DevOps6,046 ClawHub downloads
#966

Mcp Adapter

Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).

DevOps6,046 ClawHub downloads
#967

Coder Workspaces

Manage Coder workspaces and AI coding agent tasks via CLI. List, create, start, stop, and delete workspaces. SSH into workspaces to run commands. Create and monitor AI coding tasks with Claude Code, Aider, or other agents.

DevOps6,045 ClawHub downloads
#968

Searxng Web Search

Search the web using SearXNG. Use when you need current information, research topics, find documentation, verify facts, or look up anything beyond your knowledge. Returns ranked results with titles, URLs, and content snippets.

Media6,033 ClawHub downloads
#969

Elevenlabs

Text-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or mana.

Media6,031 ClawHub downloads
#970

Newsletter Digest

Summarize newsletters and articles, extract key insights, create reading lists

Productivity6,028 ClawHub downloads
#971

Douyin Video Analyst

抖音账号视频批量采集与文案分析工作流。当用户提供抖音账号主页链接、要求抓取最新 N 条视频链接、提取视频文案(语音转文字)、或对视频内容进行总结归纳时,激活此 skill。依赖 browser 工具(抓取视频列表)和 mcporter + douyin-mcp(文案提取)。

Media6,022 ClawHub downloads
#972

Video Editing

Edit videos with AI background removal, color grading, upscaling, stabilization, and enhancement tools.

Media5,997 ClawHub downloads
#973

DCC MCP Creator

Create and modernize DCC-MCP adapters

Data & AI5,995 ClawHub downloads
#974

HubSpot

HubSpot API integration with managed OAuth. The documented surface is CRM: contacts, companies, deals, associations, and properties. What is reachable is decided by the OAuth grant the user approved for this connection, which HubSpot enforces on every request: if that grant covers marketing, CMS, conversations or automation scopes, those APIs are reachable too. This skill uses the CRM endpoints and asks before touching any other. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot; anything outside CRM needs the user to ask for that endpoint by name. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. Every call is authenticated as the user's connection and reaches only what that connection's authorization allows, which the provider enforces on every request; the endpoints documented here are the ones this skill uses, and any other endpoint of this app needs the user to ask for it by name. Default to read and list calls, and confirm every write or new connection with the user. This file also documents the three constructs that turn a HubSpot connection into automation, in the order they are used: the connection (the first step), a hosted function that runs a HubSpot action through the Maton SDK, and a trigger that calls that function on a schedule or on an event. Those sections are the platform's own reference text, shared with the api-gateway skill, with HubSpot examples; they add no HubSpot capability - HubSpot is itself an event source, so its own events are in `references/hubspot/triggers.md`, and the files under `references/<source>/triggers.md` are the platform's event catalogues for the sources Maton offers (time, Calendly, GitHub, Gmail, HubSpot, Linear, Notion, Slack, Stripe).

Communication5,994 ClawHub downloads
#975

Testing Patterns

Unit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".

Coding5,993 ClawHub downloads
#976

Agent Browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Research5,985 ClawHub downloads
#977

Pinch To Post Manage WordPress Sites Through WP Pinch MCP Server

Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).

DevOps5,983 ClawHub downloads
#978

腾讯会议

腾讯会议:会议管理与音视频协作助手。预约/创建/修改/取消会议、查询会议详情与会议号转换、查看参会成员/受邀人/等候室成员、管理会中等候室成员、查询用户会议列表(即将开始/进行中/已结束)、搜索会议列表、导出参会成员统计与获取异步任务结果、查询录制列表与播放地址、搜索录制文件、获取转写全文/段落/搜索、获取AI智能纪要(支持多语言翻译)、搜索与查询元宝纪要(支持关键词/时间过滤、获取概览/要点/待办/滚动总结)、录制权限申请(预览+提交两步流程)、企业通讯录搜索/按手机号或邮箱批量查询用户(获取open_id)、向会议添加/移除/替换受邀人(创建或修改会议时可一并指定)、会中批量呼叫成员入会、

Data & AI5,966 ClawHub downloads
#979

Schedule

Program recurring or one-time tasks. User defines what to do, skill handles when.

Productivity5,961 ClawHub downloads
#980

HolySpiritOS

A Christian alignment layer for AI agents.

Coding5,960 ClawHub downloads
#981

Speech Recognition

通用语音识别 Skill。支持多种音频格式(ogg/mp3/wav/m4a),使用硅基流动 SenseVoice API 进行语音转文字。当用户发送语音消息、音频文件,或需要转录音频时触发。

Data & AI5,957 ClawHub downloads
#982

Minimax Docx

Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility.

Media5,953 ClawHub downloads
#983

CLI Anything

Generate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t.

Coding5,950 ClawHub downloads
#984

Filesystem MCP Server

Secure, sandboxed filesystem access enabling agents to list, read, write, create, move, delete, search files and directories within allowed paths.

Media5,948 ClawHub downloads
#985

Agency Agents

AI Agent 团队 - 61 个专业 Agent,8 大部门,完整的 AI 代理机构。支持单 Agent 使用和多 Agent 协作编排。

Data & AI5,944 ClawHub downloads
#986

Baidu AI Map(百度地图官方AI SKills)

百度地图 Agent Plan ,无需成为百度地图开发者,立即接入百度地图为 Agent 场景原生设计的地图能力,例如 AI 地点检索、AI 路线规划、地理编码与逆地理编码、天气查询、地图展示等开箱即用的工具。

Data & AI5,926 ClawHub downloads
#987

Qqbot

配置并管理QQ官方机器人,支持身份认证、IP白名单设置、Webhook/WebSocket连接及OpenClaw AI集成。

Data & AI5,925 ClawHub downloads
#988

X Tweet Fetcher

Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.

Data & AI5,924 ClawHub downloads
#989

Skill To Manage A Facebook Page

Manage Facebook Pages via Meta Graph API. Post content (text, photos, links), list posts, manage comments (list/reply/hide/delete). Use when user wants to publish to Facebook Page, check Page posts, or handle comments.

Marketing5,922 ClawHub downloads
#990

Data Visualization

Data visualization with chart selection, color theory, and annotation best practices. Covers chart types (bar, line, scatter, heatmap), axes rules, and story.

Data & AI5,917 ClawHub downloads
#991

Copywriting Pro

Write persuasive, high-converting copy for any format — ads, landing pages, emails, sales pages, headlines, product descriptions, CTAs, and social posts. App.

Communication5,913 ClawHub downloads
#992

Website

Build fast, accessible, and SEO-friendly websites with modern best practices.

Marketing5,906 ClawHub downloads
#993

Canva Automation

Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.

Marketing5,904 ClawHub downloads
#994

Xiaohongshu 小红书自动运营

小红书相关操作,覆盖账号定位、选题研究、内容生产、发布执行与复盘修复的小红书全链路运营技能。凡是小红书的浏览/搜索/发布/评论任务,默认必须使用 OpenClaw 内置浏览器流程并指定 profile="openclaw";除非用户明确要求,否则不要使用系统 open 或外部浏览器。

Media5,902 ClawHub downloads
#995

Agent

Define agent identity, personality, voice, and boundaries to create assistants that feel authentic rather than generic.

Data & AI5,899 ClawHub downloads
#996

Tavily Search Skill

Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable.

Research5,896 ClawHub downloads
#997

Travel Agent Skill

Find, book, and change flights for your human via email. One message, and done. (by BonBook)

Communication5,890 ClawHub downloads
#998

Generate Instagram Marketing Content From Product URLs. Extract Product Information And Create Engaging Instagram Posts With Image Suggestions, Captions, And Hashtags Optimized For Engagement. Use When User Provides A Product URL From E Commerce Sites Like Amazon, Shopify, Taobao, Etc. And Wants Instagram Marketing Content Such As Image/text Post Ideas, Engaging Captions With CTAs, Hashtag Strategy, Or Story/reels Content Suggestions.

Generate Instagram marketing content from product URLs. Extract product information and create engaging Instagram posts with image suggestions, captions, and hashtags optimized for engagement. Use when user provides a product URL from e-commerce sites like Amazon, Shopify, Taobao, etc. and wants Instagram marketing content such as Image/text post ideas, engaging captions with CTAs, hashtag strategy, or Story/reels content suggestions.

Media5,886 ClawHub downloads
#999

Youtube Factory

Generate complete YouTube videos from a single prompt - script, voiceover, stock footage, captions, thumbnail. Self-contained, no external modules. 100% free.

Media5,884 ClawHub downloads
#1000

Obsidian CLI

Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, base.

Media5,883 ClawHub downloads

No skills in this view

Try another category or sorting option.