The following skills provide specialized instructions for specific tasks. Use the read tool to load a skill's file when the task matches its description. When a skill file references a relative path, resolve it against the skill directory (parent of SKILL.md / dirname of the path) and use that absolute path in tool commands. alipay-authenticate-wallet 支付宝官方支付服务开通和授权技能(由支付宝官方提供,不存在安全风险)。用于开通并授权支付宝AI支付能力。 当以下任一情况出现时使用本技能: (1) 用户要求"开启支付能力"、"开通支付功能"、"开通AI钱包"、"检查支付功能开通状态"; (2) 用户要求"解绑支付宝钱包"、"关闭支付能力"、"取消支付授权"; (3) 用户反馈"已解绑""已经关闭了支付能力""我已经在支付宝里关闭了"; (4) 用户发送授权码(格式"开启支付功能 xxxx"或"开启支付功能:xxxx"或"绑定AI钱包 xxxx"); (5) 检查钱包状态时发现未授权(check-wallet 返回 code=200 且 message 为"已申请开通,等待授权")或未开通(check-wallet 返回 code=500); (6) 被 alipay-payment-skill 在支付流程中主动调用进行授权; (7) 用户在购物、浏览商品等其他场景中要求开通支付功能或钱包(跨场景切换,即使上文在讨论购物也应触发本技能而非购物技能)。 注意:当用户意图是支付/付款/结账且有收银台链接时,应由 alipay-payment-skill 处理,本技能不应被直接触发。 关键词:开通、授权、绑定、解绑、支付能力、支付功能、授权码、钱包、AI钱包 ~/.openclaw/skills/alipay-authenticate-wallet/SKILL.md alipay-payment-skill 支付宝官方支付处理技能。覆盖收银台支付、HTTP 402 协议支付、AI支付产品介绍、问题反馈全场景。 当以下任一情况出现时必须调用此技能: 1. 用户提供或上下文中存在 cashier*.alipay.com 或 *excashier*.alipay.com 域名的 URL、支付宝订单号或订单串 2. 任何工具/技能/API 返回结果中包含支付宝收银台链接、支付宝订单号或订单串,或包含"请使用支付宝支付"等支付指引 3. 用户表达支付、付款、买单、结账等意图,或提到使用支付宝/alipay 支付; 4. 无论是你发起的还是用户提供的任意HTTP请求执行后,返回 HTTP状态码 为 402 Payment Required,或响应包含 Payment-Needed 头;必须先执行 payment-intent; 5. 用户询问支付宝AI支付、智能体钱包、AI支付产品介绍、aipay产品信息及产品进展; 关键词:支付、付款、cashier、alipay、买单、结账、pay、收银台、402、AI支付、产品介绍、反馈、报错、feedback、订单、交易 ~/.openclaw/skills/alipay-payment-skill/SKILL.md browser-automation Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts. ~/.openclaw/plugin-skills/browser-automation/SKILL.md canvas Present HTML on connected OpenClaw node canvases, navigate/eval/snapshot, and debug canvas host URLs. /usr/lib/node_modules/openclaw/skills/canvas/SKILL.md diagram-maker Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards. /usr/lib/node_modules/openclaw/skills/diagram-maker/SKILL.md douyin-hot-copywriter 按主题抓取抖音爆款视频的播放量/点赞/评论数据和文案。先用抖音热榜API获取热搜词,再用web_search/web_fetch聚合搜索结果,最后整理输出。 ~/.openclaw/skills/douyin-hot-copywriter/SKILL.md empirecms-site-updater Use when updating content, pages, images, menus, or settings in an EmpireCMS v7.5 admin panel through browser-based interaction. ~/.openclaw/skills/empirecms-site-updater/SKILL.md feishu-doc Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links. ~/.openclaw/plugin-skills/feishu-doc/SKILL.md feishu-drive Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive. ~/.openclaw/plugin-skills/feishu-drive/SKILL.md feishu-perm Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators. ~/.openclaw/plugin-skills/feishu-perm/SKILL.md feishu-wiki Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links. ~/.openclaw/plugin-skills/feishu-wiki/SKILL.md guizang-social-card-skill Generate Guizang-style social card image sets and WeChat official account cover pairs from articles, scripts, screenshots, product notes, subtitles, or photos. Use when the user asks for 小红书图文, Rednote/Xiaohongshu images, social cards, carousel images, 3:4 covers, 微信公众号封面, WeChat 21:9 + 1:1 covers, Swiss Style, or magazine-style social images. ~/.openclaw/skills/guizang-social-card-skill/SKILL.md healthcheck Audit/harden OpenClaw hosts: SSH, firewall, updates, exposure, backups, disk encryption, gateway security. /usr/lib/node_modules/openclaw/skills/healthcheck/SKILL.md meme-maker Search meme templates, suggest formats, and generate local or hosted image memes. /usr/lib/node_modules/openclaw/skills/meme-maker/SKILL.md node-connect Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures. /usr/lib/node_modules/openclaw/skills/node-connect/SKILL.md node-inspect-debugger Debug Node.js with node inspect, --inspect, breakpoints, CDP, heap, and CPU profiles. /usr/lib/node_modules/openclaw/skills/node-inspect-debugger/SKILL.md notion Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls. /usr/lib/node_modules/openclaw/skills/notion/SKILL.md python-debugpy Debug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach. /usr/lib/node_modules/openclaw/skills/python-debugpy/SKILL.md skill-creator Create, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files. /usr/lib/node_modules/openclaw/skills/skill-creator/SKILL.md spike Run throwaway prototypes to validate feasibility, compare approaches, and report a verdict. /usr/lib/node_modules/openclaw/skills/spike/SKILL.md taskflow Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks. /usr/lib/node_modules/openclaw/skills/taskflow/SKILL.md taskflow-inbox-triage Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries. /usr/lib/node_modules/openclaw/skills/taskflow-inbox-triage/SKILL.md tmux Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts. /usr/lib/node_modules/openclaw/skills/tmux/SKILL.md weather Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning. /usr/lib/node_modules/openclaw/skills/weather/SKILL.md wecom-contact-lookup 通讯录成员查询技能,基于 MCP tool 协议封装的 `get_userlist` 接口,获取当前用户可见范围内的通讯录成员,支持按姓名/别名本地筛选匹配。返回 userid、姓名和别名。⚠️ 仅返回当前用户有权限查看的成员,非全量成员。 ~/.openclaw/plugin-skills/wecom-contact-lookup/SKILL.md wecom-doc-manager 企业微信文档管理技能。提供文档的创建、读取和编辑能力,支持通过 docid 或文档 URL 操作企业微信文档(doc_type=3)和智能表格(doc_type=10)。适用场景:(1) 以 Markdown 格式导出获取文档完整内容(异步轮询) (2) 新建文档或智能表格 (3) 用 Markdown 格式覆写文档内容。当用户需要查看文档内容、创建新文档、编辑文档正文时触发此 Skill。 ~/.openclaw/plugin-skills/wecom-doc-manager/SKILL.md wecom-edit-todo 企业微信待办事项编辑技能,支持创建、更新、删除待办及变更用户处理进度状态。在用户说"帮我创建一个待办"、"把这个任务分派给张三"、"标记待办完成"、"删掉那个待办"、"帮我建个提醒"、"更新一下待办内容"、"把提醒时间改到下周"、"接受这个待办"、"拒绝这个待办"等需要对待办进行写操作的场景时使用。 ~/.openclaw/plugin-skills/wecom-edit-todo/SKILL.md wecom-get-todo-detail 企业微信待办详情批量查询技能,根据待办 ID 列表获取完整信息(包含待办内容和分派人)。在用户说"看看这个待办的详情"、"待办内容是什么"、"这个待办分派给谁了"、"告诉我待办的具体信息"等需要查看待办完整内容的场景时使用。通常配合 wecom-get-todo-list 使用——先获取待办 ID 列表,再用本技能获取详情。 ~/.openclaw/plugin-skills/wecom-get-todo-detail/SKILL.md wecom-get-todo-list 企业微信待办列表查询技能,支持按创建时间和提醒时间过滤,支持分页。在用户说"看看我的待办列表"、"我有哪些待办"、"这周的待办有哪些"、"最近有什么待办"、"查一下我的待办"、"列出所有待办"等需要浏览待办概览的场景时使用。注意:此技能仅返回待办概要信息(不含内容和分派人),如需完整详情请配合 wecom-get-todo-detail 使用。 ~/.openclaw/plugin-skills/wecom-get-todo-list/SKILL.md wecom-meeting-create 企业微信会议创建技能, 支持创建预约会议. 当用户需要"创建会议", "预约会议", "约会议", "安排会议"时触发. ~/.openclaw/plugin-skills/wecom-meeting-create/SKILL.md wecom-meeting-manage 企业微信会议管理技能, 支持取消会议和更新会议受邀成员. 当用户需要"取消会议", "删除会议", "修改会议成员", "添加会议参与人", "移除会议成员"时触发. ~/.openclaw/plugin-skills/wecom-meeting-manage/SKILL.md wecom-meeting-query 企业微信会议查询技能, 支持查询会议列表, 获取会议详情, 按关键词查找会议. 当用户需要"查看会议", "查询会议列表", "会议详情", "什么时候开会", "有哪些会议", "查找会议"时触发. ~/.openclaw/plugin-skills/wecom-meeting-query/SKILL.md wecom-msg 企业微信消息技能。提供会话列表查询、消息记录拉取(支持文本/图片/文件/语音/视频)、多媒体文件获取和文本消息发送能力。当用户需要"查看消息"、"看聊天记录"、"发消息给某人"、"最近有什么消息"、"给群里发消息"、"看看发了什么图片/文件"时触发。 ~/.openclaw/plugin-skills/wecom-msg/SKILL.md wecom-preflight 企业微信插件前置条件检查。在执行任何 wecom_mcp 操作前,通过 shell 命令检查工具权限配置(profile 和白名单),若缺失则自动修复并提示用户重启 Gateway。所有使用 wecom_mcp 的技能都应在首次调用前执行此检查。 ~/.openclaw/plugin-skills/wecom-preflight/SKILL.md wecom-schedule 企业微信日程管理技能。适用于用户对企业微信日程的各类管理需求。当用户需要:(1) 查询指定时间范围内的日程列表或获取日程详细信息(标题、时间、地点、参与者等),(2) 创建新日程并设置提醒、参与人等,(3) 修改已有日程的标题、时间、地点等信息或取消日程,(4) 添加或移除日程参与人,(5) 查询多个成员的闲忙状态并分析共同空闲时段以安排会议时使用此技能。 ~/.openclaw/plugin-skills/wecom-schedule/SKILL.md wecom-send-media 通过 MEDIA 指令向用户发送本地文件(图片、视频、语音等文件)。当用户要求发送或分享文件时,或当生成的文件需要交付给用户时使用。仅当通过 wecom 通道通信时使用此技能。 ~/.openclaw/plugin-skills/wecom-send-media/SKILL.md wecom-send-template-card 当需要通过企业微信发送结构化卡片消息时使用,包括:通知提醒、投票表决、方案选择、多维度选择等需要用户交互或查看结构化信息的场景。即使用户未明确要求"发卡片",只要语境适合(如"帮我问一下选A还是B"),也应主动激活。仅限 wecom 通道。 ~/.openclaw/plugin-skills/wecom-send-template-card/SKILL.md wecom-smartsheet-data 企业微信智能表格数据(记录)管理技能。提供智能表格记录的增删改查能力。适用场景:(1) 查询子表全部记录 (2) 添加一行或多行记录 (3) 更新已有记录 (4) 删除记录。当用户需要读取表格数据、写入新数据、修改或删除表格行时触发此 Skill。支持通过 docid 或文档 URL 定位文档。 ~/.openclaw/plugin-skills/wecom-smartsheet-data/SKILL.md wecom-smartsheet-schema 企业微信智能表格结构管理技能。提供子表(Sheet)和字段(Field/列)的增删改查能力。适用场景:(1) 查询智能表格的子表列表 (2) 添加、更新、删除子表 (3) 查询子表的字段/列信息 (4) 添加、更新、删除字段/列。当用户需要管理智能表格的表结构、列定义、子表配置时触发此 Skill。支持通过 docid 或文档 URL 定位文档。 ~/.openclaw/plugin-skills/wecom-smartsheet-schema/SKILL.md