com um clique
download-skills
从clawhub.ai中的下载链接下载到指定的skill文件夹,并安装到用户的skills目录中。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
从clawhub.ai中的下载链接下载到指定的skill文件夹,并安装到用户的skills目录中。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Expert in building cross-platform desktop applications using web technologies (HTML/CSS/JS) with the Electron framework.
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Refine academic writing for computer science research papers targeting top-tier venues (NeurIPS, ICLR, ICML, AAAI, IJCAI, ACL, EMNLP, NAACL, CVPR, WWW, KDD, SIGIR, CIKM, and similar). Use this skill whenever a user asks to improve, polish, refine, edit, or proofread academic or research writing — including paper drafts, abstracts, introductions, related work sections, methodology descriptions, experiment write-ups, or conclusion sections. Also trigger when users paste LaTeX content and ask for writing help, mention "camera-ready", "rebuttal", "paper revision", or reference any academic venue or conference. This skill handles both full paper refinement and section-by-section editing.
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
| name | download-skills |
| description | 从clawhub.ai中的下载链接下载到指定的skill文件夹,并安装到用户的skills目录中。 |
步骤1: 从https://clawhub.ai/skills?sort=downloads中检索相应的skill,如下图所示:

步骤2: 选择合适的skill,点击进入,找到Download.zip按钮,右键点击,复制链接,将链接给AI助手进行下载,示意图如下:

链接的格式如:https://wry-manatee-359.convex.site/api/v1/download?slug=baidu-scholar-search-skill
这里以下载baidu-scholar-search-skill为例。
步骤 1: 进入用户的Download Directory目录中,通过用户提供的链接下载,使用wget下载对应的zip文件:
cd /user/work_dir/downloads && wget https://wry-manatee-359.convex.site/api/v1/download?slug=baidu-baike-data -O baidu-baike-data.zip
步骤 2: 进入用户的Download Directory目录中,创建对应名称的文件夹,将下载的zip文件解压到对应的文件夹:
mkdir /user/work_dir/downloads/baidu-baike-data && unzip baidu-baike-data.zip -d /user/work_dir/downloads/baidu-baike-data.zip -d /user/work_dir/downloads/baidu-baike-data
步骤 3: 将解压后的skill文件夹复制到用户的skills文件夹中:
cp -r /user/work_dir/downloads/baidu-baike-data /user/work_dir/configs/skills/.
注意:
命令行依次执行,不要一次执行多条命令,每次执行后查看结果是否正常,没有问题继续下一条命令。有问题则进行修改,3次尝试无法成功则直接告诉用户具体问题是什么。