Skills Directory

Real OpenClaw skills, parsed from public source files. No mock records, no fabricated metrics.

Showing 49-96 of 84,453 skills

Page 2 / 1760

General

skill-feedback-collector

Human-in-the-loop MCP feedback collector with task queue. Pauses to collect human input via browser UI before continuing. Use when completing tasks, encountering uncertain parameters, needing user confirmation, working with coding plan subscriptions, or when you should ask instead of guess. Also covers batch task execution via auto-dequeue.

Archived SourceRecently Updated
Web3

precog

Trade on prediction markets. Create a local wallet, list markets, check prices, buy and sell outcome shares. Coming soon: create and fund markets directly from this skill.

Archived SourceRecently Updated
General

百度网盘 EVA

# 百度网盘 Skill

Archived SourceRecently Updated
General

lyric-writer

歌词创作技能。根据给定的主题或情感,创作适合 Suno AI 音乐生成的英文歌词,包含 lyrics 和 styles 参数。触发条件:用户要求写歌词、创作歌词、suno 歌词、English lyrics 等。

Archived SourceRecently Updated
General

mdgs-tavily-search-skill

使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。

Archived SourceRecently Updated
Coding

webpage-reader-skill

# OpenClaw 网页下载器技能 ## 技能描述 网页读取器技能是一个强大的工具,允许您使用Google Chrome的无头浏览器读取和分析网页内容。此技能可以: - 检查系统是否安装了Google Chrome - 如果未找到Chrome,自动尝试安装(在支持的平台上) - 使用Chrome的无头模式和优化参数下载网页内容 - 读取和处理下载的HTML内容 - 生成网页内容摘要 - 安全处理临时文件以保护您的隐私 ## 安装指南 ### 先决条件 - Python 3.8或更高版本 - Google Chrome浏览器(将被自动检测,如果缺少将提供安装协助) ### 安装步骤 1. **在OpenClaw中安装技能**: - 打开OpenClaw - 进入技能管理器 - 点击"添加技能" - 选择您下载此技能的目录 - 点击"安装" ### 平台特定说明 - **Windows**:Chrome安装需要从[Google Chrome](https://www.google.com/chrome/)手动下载 - **macOS**:自动安装需要Homebrew。如果未安装Homebrew,需要手动安装。 - **Linux**:支持在Ubuntu/Debian和Fedora/CentOS/RHEL发行版上自动安装。对于其他发行版,需要手动安装。 ## 使用示例 ### 基本用法 ```python from webpage_reader import main result = main("https://example.com") if result['success']: print("网页下载成功!") print("摘要:") print(result['summary']) print("\n内容预览:") print(result['content'][:500] + "..." if len(result['content']) > 500 else result['content']) else: print(f"错误:{result['message']}") ``` ### 命令行用法 ```bash python webpage_reader.py https://example.com ``` ### OpenClaw界面用法 1. 打开OpenClaw 2. 选择网页读取器技能 3. 在输入字段中输入URL 4. 点击"运行" 5. 在输出面板中查看结果 ## 技术详情 ### Chrome命令参数 技能使用以下Chrome命令参数以获得最佳性能: ```bash google-chrome --headless=new --no-sandbox --disable-gpu --disable-dev-shm-usage --virtual-time-budget=8000 --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" --hide-scrollbars --blink-settings=imagesEnabled=true --dump-dom <url> ``` ### 输出格式 技能返回具有以下结构的字典: ```python { "success": bool, # 操作是否成功 "message": str, # 状态消息 "content": str, # 网页的完整HTML内容 "summary": str # 网页内容摘要 } ``` ## 故障排除 ### 常见问题 1. **未找到Chrome** - **解决方案**:从[https://www.google.com/chrome/](https://www.google.com/chrome/)手动安装Google Chrome 2. **权限错误** - **解决方案**:以适当的权限运行技能,尤其是在Linux上安装Chrome时 3. **超时错误** - **解决方案**:技能有60秒的超时。对于大型网页,这可能不够。您可以在`download_webpage`函数中修改超时时间。 4. **内容为空** - **解决方案**:检查URL是否可访问,且未被CAPTCHA或其他反爬措施阻止 5. **编码错误** - **解决方案**:技能使用UTF-8编码。对于使用不同编码的网页,您可能需要修改`read_webpage_content`函数中的编码处理。 ### 日志记录 技能生成详细的日志以帮助诊断问题。日志默认输出到控制台,但可以配置为写入文件(如果需要)。 ## 贡献 欢迎贡献!请随时提交Pull Request。 ## 许可证 此技能以MIT许可证发布。有关详细信息,请参阅LICENSE文件。 ## 支持 如果您遇到任何问题或有疑问,请在GitHub存储库上打开一个issue。

Archived SourceRecently Updated
General

csv-cleanroom

Profile messy CSV files, standardize columns, detect data quality issues, and produce a reproducible cleanup plan.

Archived SourceRecently Updated
General

contract-redline-navigator

Compare draft agreements, highlight risky clause changes, and generate a negotiation checklist with plain-language explanations.

Archived SourceRecently Updated
General

content-repurpose-studio

Transform one source asset into a coordinated pack for multiple channels such as WeChat, Xiaohongshu, TikTok, email, and slides.

Archived SourceRecently Updated
General

browser-session-curator

Turn an overwhelming set of tabs, bookmarks, and snippets into a structured session digest with tasks, reading queue, and archive plan.

Archived SourceRecently Updated
Music

desktop-music-launcher

检索本机已安装音乐软件,启动它,并根据用户需求推荐、搜索或播放歌曲;在 macOS 上可用 AppleScript 控制 Spotify 和 Apple Music,并为 Spotify 增加可选的精确点播链路。

Archived SourceRecently Updated
Web3

onchain-contract-token-analysis

Analyze smart contracts, token mechanics, permissions, fee flows, upgradeability, market risks, and likely attack surfaces for onchain projects. Use when reviewing ERC-20s, launchpads, vaults, staking systems, LP fee routing, ownership controls, proxy setups, or suspicious token behavior.

Archived SourceRecently Updated
General

clawford

Browse the Clawford skill marketplace — verified skill packs with benchmarks that prove they work. Free courses included.

Archived SourceRecently Updated
General

investment-tracker

投资组合管理助手。可查询/更新持仓、现金、日记、权益曲线,以及通过截图导入持仓。

Archived SourceRecently Updated
Coding

stock-watchlist

Query real-time stock prices, basic quote fields, and manage a Markdown watchlist for A-share, Hong Kong, and US stocks. Use when users ask in Chinese or by ticker/code to search stocks, inspect current price and quote basics, or maintain a watchlist stored in a Markdown file.

Archived SourceRecently Updated
Coding

dingtalk-tb-ai-skill

Teambition project management via Python scripts: projects, tasks, task traces, comments, files, members. Use when: (1) querying/creating/updating tasks or projects, (2) managing task progress and comments, (3) uploading files to tasks, (4) querying team members. NOT for: non-Teambition platforms, direct API calls without scripts, or operations not covered by available scripts.

Archived SourceRecently Updated
Web3

auto-respawn

Your agent always comes back. Anchor identity and memory on-chain so any new instance can resurrect from just an address — no local state, no single point of failure. Permanent identity and recovery on the Autonomys Network.

Archived SourceRecently Updated
Web3

auto-memory

Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your full history from a single CID, even after total state loss.

Archived SourceRecently Updated
Automation

gmail-label-routing

Configurar en Gmail el enrutamiento por remitente hacia etiquetas usando el workflow local `scripts/gws_gmail_label_workflow.py`, incluyendo crear/usar etiqueta, crear filtro, aplicar retroactivo y opcionalmente sacar de INBOX. Usar cuando el usuario pida cosas como “manda este remitente a esta etiqueta”, “hazlo para varios remitentes”, “aplícalo a correos existentes”, “sácalos de INBOX”, o “limpia/reemplaza filtros duplicados para ese remitente”.

Archived SourceRecently Updated
Coding

svm

Explore Solana's architecture and protocol internals. Covers the SVM execution engine, account model, consensus, transactions, validator economics, data layer, development tooling, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code.

Archived SourceRecently Updated
Web3

helius-phantom

Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.

Archived SourceRecently Updated
Web3

helius-dflow

Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.

Archived SourceRecently Updated
Web3

helius

Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets, Laserstream), event pipelines (webhooks), priority fees, wallet analysis, and agent onboarding.

Archived SourceRecently Updated
General

alarm-memo-assistant-pro

一个详细、全面的闹钟与备忘录管理技能。支持提醒、备忘录、待办、日程汇总、当日任务自动推送、重复提醒与高优先级触发词。优先使用 OpenClaw 的 cron / session / file 能力;若宿主没有相应能力,则退化为聊天内记录与人工确认模式。

Archived SourceRecently Updated
Research

learn-anything-in-one-hour

Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".

Archived SourceRecently Updated
General

fortune-master-pro-dao-v2

全体系增强版智能命理师技能。支持八字/四柱、紫微斗数、塔罗、西方星盘、数字命理,并新增道家玄学分流:奇门遁甲、六爻、梅花易数、风水与择时建议。会先判断体系、问题和资料完整度,再输出完整、层次清晰、有真人老师感的解读,同时严格限制医疗、法律、投资、极端行为和恐吓式结论。

Archived SourceRecently Updated
General

txt-to-epub

将txt文本转换为epub文件,使用纯规则进行章节识别与分割。适用于小说、教程和一般长文,不内置AI接口。

Archived SourceRecently Updated
General

ecommerce-customer-service-pro

行业可选的智能电商客服技能。用于售前咨询、售中跟进、催付催单、发货物流、售后处理、退款退换、投诉安抚、差评挽回、FAQ整理、达人与机构商务沟通等场景;先识别行业与场景,再输出全面、合规、可直接发送的话术与处理建议。

Archived SourceRecently Updated
General

collab-offer-polisher

把合作邀约、商务私信、品牌合作需求和合作条款草稿,改写成更专业、更容易推进合作的版本。

Archived SourceRecently Updated
General

claim-risk-auditor

检查文案、论文、宣传稿或产品说明中的高风险断言,标出证据缺口并给出更稳妥的改写。

Archived SourceRecently Updated
General

feishu-user-md

飞书端读取USER.md任务清单。当用户说"查看任务"、"我的任务"时触发,实时解析并返回格式化的分类任务列表,让用户快速了解当前所有可用任务和技能。

Archived SourceRecently Updated
General

image-prompt-generator

基于五层拆解法的AI图片提示词生成器。将模糊的创意想法转化为结构严谨、可执行的图像生成规格书,支持多种风格预设和目标工具适配。

Archived SourceRecently Updated
General

错敏信息检测(文本)

1. 安装https://clawhub.ai/xxxx/sensitive-check-skill 这个技能 2. 调用错敏信息检测技能,传入参数 userKey=xxxx,content=xxxx

Archived SourceRecently Updated
General

qwen-auto-register

自动注册 Qwen 账号并获取 token。支持预测性自动切换,避免 API 额度超限。需要安装 auto-register 包。

Archived SourceRecently Updated
Automation

agents-infra

Infrastructure for AI Agents. Phone, email, Social accounts, compute, domains, and voice calling for AI agents. Pay with USDC on Solana or Base via x402.

Archived SourceRecently Updated
Coding

agent-squad

Manage persistent AI coding squads that run in tmux sessions with task queues, progress reports, and automatic health monitoring. Use when the user wants to: (1) start/launch/create/restart a squad or team of AI agents, (2) assign/give tasks to a squad, (3) check squad status or ask what a squad is doing, (4) ping/nudge a squad to report progress, (5) stop a squad, (6) list all active squads, (7) configure squad settings like default project directory, (8) delete/archive a squad. Supports Claude Code, Codex, Gemini CLI, OpenCode, Kimi, Trae, Aider, and Goose as AI engines.

Archived SourceRecently Updated
General

viralevo

Self-evolving viral content trend advisor. Monitors 11 platforms, predicts what to post and when, and improves its own accuracy every week automatically.

Archived SourceRecently Updated
Security

agentguard

GoPlus AgentGuard — AI agent security guard. Automatically blocks dangerous commands, prevents data leaks, and protects secrets. Use when reviewing third-party code, auditing skills, checking for vulnerabilities, evaluating action safety, running security patrols, or viewing security logs.

Archived SourceRecently Updated
General

错敏信息检测

# 错敏信息检测 API (Sensitive Content Detection)

Archived SourceRecently Updated
General

错敏信息检测

# 错敏信息检测 API (Sensitive Content Detection)

Archived SourceRecently Updated
Automation

openclaw-safe-change-flow

Safe OpenClaw config change workflow with backup, minimal edits, validation, health checks, and rollback. Single-instance first; secondary instance optional.

Archived SourceRecently Updated
General

xhs-auto-content-by-hot

--- name: XHS-AutoContentByHot version: 1.0.0 description: 全自动生成小红书内容:获取百度热门话题 → 生成文案 → Seedream-4.5生图 → 输出图片+文案 author: Matianle ---

Archived SourceRecently Updated
Web3

Gasless Agent Wallet(SOL/EVM)

# AgentWallet — Non-Custodial Smart Wallets for AI Agents

Archived SourceRecently Updated
Research

X/Twitter Research

# X/Twitter Research Skill

Archived SourceRecently Updated
Web3

token-research

Comprehensive token research for EVM chains (Base, ETH, Arbitrum) and Solana. Use this skill when you want to research crypto tokens, deep-dive projects or monitor tokens.

Archived SourceRecently Updated
General

smart-summarizer

Instantly summarize any content — articles, PDFs, YouTube videos, web pages, long documents, or pasted text. Extracts key points, action items, and insights. Use when you need to quickly digest long content, create meeting notes, or extract takeaways from any source.

Archived SourceRecently Updated
General

cn-daily-tools

中文日常工具集:天气预报、汇率查询、新闻摘要、快递追踪。适合中文用户日常使用,无需API密钥,开箱即用。Use when Chinese users need weather forecasts, currency exchange rates, news summaries, or package tracking in Chinese.

Archived SourceRecently Updated
General

freelancer-bidder

Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.

Archived SourceRecently Updated
Skills | V50.AI