A curated collection of Agent Skills extracted from QClaw.
Important
This repository was unpacked from QClaw-0.1.13-5001-67-arm64.dmg. The extracted app version is 0.1.13, and the bundle identifier is com.tencent.qclaw.
The repository currently contains 49 skills: 25 core directory skills, 8 single-file skills, and 16 plugin-embedded skills.
Warning
The extracted files are kept as close to QClaw's original layout as possible. A significant portion of these skills assume a QClaw / OpenClaw runtime, local Gateway APIs, MCP servers, or integrations such as WeCom, QQBot, Tencent Docs, and QClaw's mini-program upload flow. They are not guaranteed to work unchanged in a generic agent environment.
Once this project is published as stvlynn/qclaw-skills, you can install the whole collection like this:
npx --yes skills add stvlynn/qclaw-skills --skill='*' --full-depthOr install it globally:
npx --yes skills add stvlynn/qclaw-skills --skill='*' --full-depth -gFor the current local extraction workspace, manual copying is usually safer:
# Install a directory-based skill
cp -R ./multi-search-engine "$CODEX_HOME/skills/"
# Install a single-file skill
cp ./travel-planner.md "$CODEX_HOME/skills/"Tip
--full-depth is recommended for this multi-skill repository. Copy directory-based skills as whole folders, and copy single-file skills directly as .md files.
This extraction covers runtime governance, research and search, content production, personal productivity, lifestyle assistance, and collaboration flows for QQ and WeCom.
Core rules, wrappers, environment setup, security checks, and runtime-specific delivery helpers.
| Skill | Description | Source |
|---|---|---|
| qclaw-rules | System-level QClaw rules that always load and override other skill behavior | QClaw 0.1.13 core |
| qclaw-openclaw | Mandatory wrapper for OpenClaw CLI operations inside QClaw | QClaw 0.1.13 core |
| qclaw-env | Environment diagnosis and installation entrypoint for runtimes, CLIs, and package managers | QClaw 0.1.13 core |
| proactive-agent | Proactive, self-improving agent architecture and protocols | QClaw 0.1.13 core |
| skill-vetter | Security-first vetting workflow for third-party skills before install | QClaw 0.1.13 core |
| find-skills | Discover and install missing or relevant agent skills | QClaw 0.1.13 core |
| cloud-upload-backup | Upload local files to Tencent SMH and deliver them back through QClaw flows | QClaw 0.1.13 core |
Skills for information retrieval, trends, paper tracking, market validation, and agent analysis.
| Skill | Description | Source |
|---|---|---|
| multi-search-engine | Metasearch skill aggregating 17 search engines | QClaw 0.1.13 core |
| github-ai-trends | Generate GitHub AI trending leaderboards and reports | QClaw 0.1.13 core |
| arxiv-watcher | Search and summarize papers from ArXiv | QClaw 0.1.13 core |
| news-summary | Build news briefings from trusted international feeds | QClaw 0.1.13 core |
| earnings-tracker.md | Track earnings calendars and summarize company results | QClaw 0.1.13 core |
| idea-validator.md | Validate startup ideas, scan competitors, and shape MVP scope | QClaw 0.1.13 core |
| market-researcher.md | Automate market research and competitor analysis | QClaw 0.1.13 core |
| agent-mbti | Diagnose and tune agent personality with an MBTI-based framework | QClaw 0.1.13 core |
Skills for content pipelines, social content analysis, rewriting, and entertainment recommendations.
| Skill | Description | Source |
|---|---|---|
| content-factory.md | Multi-agent content production pipeline from topic research to final copy | QClaw 0.1.13 core |
| humanize-ai-text | Rewrite AI-generated text into more natural human-style language | QClaw 0.1.13 core |
| video-script.md | Generate structured scripts and storyboards for short videos and vlogs | QClaw 0.1.13 core |
| xiaohongshu | Xiaohongshu content search, detail lookup, comments, topic tracking, and reports | QClaw 0.1.13 core |
| music-recommender.md | Mood- and scenario-based music recommendations and playlists | QClaw 0.1.13 core |
| movie-advisor.md | Movie and TV recommendation, search, and review assistance | QClaw 0.1.13 core |
Skills for file organization, email handling, scheduling, document work, and study habits.
| Skill | Description | Source |
|---|---|---|
| file-skill | Safe desktop and file organization with rollback support | QClaw 0.1.13 core |
| email-skill | Unified email routing layer for enterprise and personal mailboxes | QClaw 0.1.13 core |
| imap-smtp-email | Read and send email with attachments over IMAP / SMTP | QClaw 0.1.13 core |
| schedule-skill | Cross-platform calendar, scheduling, and meeting management | QClaw 0.1.13 core |
| niuamaxia-scheduler | Smart macOS scheduler with system calendar automation | QClaw 0.1.13 core |
| tencent-docs | Create and manage Tencent Docs, sheets, slides, spaces, and related assets | QClaw 0.1.13 core |
| study-habits | Build study systems with spaced repetition and active recall | QClaw 0.1.13 core |
More personal skills for travel, nutrition, emotional support, tarot, and traditional calendar use.
| Skill | Description | Source |
|---|---|---|
| travel-planner.md | Create personalized travel plans with routes and budget guidance | QClaw 0.1.13 core |
| nutritionist | Holistic nutrition guidance and sustainable eating support | QClaw 0.1.13 core |
| night-owl-shrimp | Late-night emotional support and non-judgmental companionship | QClaw 0.1.13 core |
| tarot | Reflective tarot draws for emotional support | QClaw 0.1.13 core |
| cantian-bazi | Bazi charting, lunar calendar conversion, and Chinese almanac lookup | QClaw 0.1.13 core |
Channel-specific enhancements extracted from the openclaw-qqbot plugin.
| Skill | Description | Source |
|---|---|---|
| qqbot-cron | One-off and recurring reminders for QQBot | QClaw 0.1.13 / openclaw-qqbot |
| qqbot-media | Rich media send and receive support for QQBot | QClaw 0.1.13 / openclaw-qqbot |
Skills extracted from wecom-openclaw-plugin for meetings, todos, messages, docs, and smart sheets.
| Skill | Description | Source |
|---|---|---|
| wecom-preflight | Permission and whitelist preflight checks before any WeCom MCP call | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-contact-lookup | Look up visible contacts in the WeCom directory | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-msg | Query conversations, read message history, and send text messages in WeCom | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-schedule | Manage WeCom schedules, participants, and free/busy queries | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-meeting-create | Create scheduled WeCom meetings | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-meeting-manage | Cancel meetings and update invited participants | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-meeting-query | Query meeting lists, details, and keyword matches | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-get-todo-list | List and filter WeCom todos | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-get-todo-detail | Fetch detailed todo information in bulk | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-edit-todo | Create, update, delete, and change todo processing state | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-doc | Create and write WeCom Docs and smart sheets | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-doc-manager | Read, export, create, and overwrite WeCom documents | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-smartsheet-schema | Manage smart sheet tables and field schema | QClaw 0.1.13 / wecom-openclaw-plugin |
| wecom-smartsheet-data | CRUD operations for smart sheet records | QClaw 0.1.13 / wecom-openclaw-plugin |
- Skills such as
qclaw-*,cloud-upload-backup, andschedule-skillcontain explicit QClaw / OpenClaw runtime assumptions and will usually need adaptation outside that environment. - Skills such as
wecom-*,qqbot-*, andxiaohongshudepend on external platforms, MCP tooling, or channel configuration and may only be useful as references without the matching runtime. content-factory.md,earnings-tracker.md,idea-validator.md,market-researcher.md,movie-advisor.md,music-recommender.md,travel-planner.md, andvideo-script.mdare intentionally preserved in their original single-file skill format.