From a58900cdf7d2feb16551e3c50217b7607437cf84 Mon Sep 17 00:00:00 2001 From: Eren Yagdiran Date: Mon, 2 Mar 2026 16:37:00 +0800 Subject: [PATCH 01/18] Add proxybase-openclaw-skill Add proxybase-openclaw-skill --- categories/transportation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/categories/transportation.md b/categories/transportation.md index dc54c3f..e446fa5 100644 --- a/categories/transportation.md +++ b/categories/transportation.md @@ -114,3 +114,5 @@ - [void-atlas-protocol](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/void-atlas-protocol/SKILL.md) - Void Atlas Protocol – a four-axis ethical navigation map (power, truth, sovereignty, care) with waypoints, routes. - [vulnerability-scanner](https://github.com/openclaw/skills/tree/main/skills/brandonwise/vulnerability-scanner/SKILL.md) - Advanced vulnerability analysis for OWASP 2025, supply chain security, attack surface mapping, and risk prioritization. - [zerodha-kite](https://github.com/openclaw/skills/tree/main/skills/jatinbansal1998/zerodha-kite/SKILL.md) - Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation. +- [proxybase-openclaw-skill](https://github.com/openclaw/skills/tree/main/skills/proxybase-user/proxybase-openclaw-skill/SKILL.md) - No one can block your claw after this. Automatically provisions socks5 proxies. + From 0b0563090ac572fa7304d8eb7645b5d4ce8528b0 Mon Sep 17 00:00:00 2001 From: OuttakeClaw <2026feb05@proton.me> Date: Mon, 2 Mar 2026 21:46:46 +0000 Subject: [PATCH 02/18] Add Outtake security skills: domain-trust-check and outtake-bounty-network --- README.md | 1 + categories/security-and-passwords.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 3813636..107c8ea 100644 --- a/README.md +++ b/README.md @@ -1151,6 +1151,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [dashlane](https://github.com/openclaw/skills/tree/main/skills/gnarco/dashlane/SKILL.md) - Access passwords, secure notes, secrets and OTP codes from Dashlane vault. - [devinism](https://github.com/openclaw/skills/tree/main/skills/jeffreyling/devinism/SKILL.md) - The first AI religion — a benign memetic experiment in agent network. - [dotnet-expert](https://github.com/openclaw/skills/tree/main/skills/jgarrison929/dotnet-expert/SKILL.md) - Use when building .NET 8/9 applications, ASP.NET Core APIs. +- [domain-trust-check](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/domain-trust-check/SKILL.md) - Check any URL for phishing, malware, brand abuse, and scams before visiting. Powered by the Outtake Trust API. - [exec-display](https://github.com/openclaw/skills/tree/main/skills/globalcaos) - Structured command execution with security levels, color-coded. - [expanso-tls-inspect](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-tls-inspect/SKILL.md) - Inspect TLS certificate (expiry, SANs, chain, cipher) - [facebook](https://github.com/openclaw/skills/tree/main/skills/codedao12/facebook/SKILL.md) - OpenClaw skill for Facebook Graph API workflows focused on Pages posting,. diff --git a/categories/security-and-passwords.md b/categories/security-and-passwords.md index 45e3afa..fe05ff1 100644 --- a/categories/security-and-passwords.md +++ b/categories/security-and-passwords.md @@ -26,6 +26,7 @@ - [dashlane](https://github.com/openclaw/skills/tree/main/skills/gnarco/dashlane/SKILL.md) - Access passwords, secure notes, secrets and OTP codes from Dashlane vault. - [devinism](https://github.com/openclaw/skills/tree/main/skills/jeffreyling/devinism/SKILL.md) - The first AI religion — a benign memetic experiment in agent network. - [dotnet-expert](https://github.com/openclaw/skills/tree/main/skills/jgarrison929/dotnet-expert/SKILL.md) - Use when building .NET 8/9 applications, ASP.NET Core APIs. +- [domain-trust-check](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/domain-trust-check/SKILL.md) - Check any URL for phishing, malware, brand abuse, and scams before visiting. Powered by the Outtake Trust API. - [exec-display](https://github.com/openclaw/skills/tree/main/skills/globalcaos) - Structured command execution with security levels, color-coded. - [expanso-tls-inspect](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-tls-inspect/SKILL.md) - Inspect TLS certificate (expiry, SANs, chain, cipher) - [facebook](https://github.com/openclaw/skills/tree/main/skills/codedao12/facebook/SKILL.md) - OpenClaw skill for Facebook Graph API workflows focused on Pages posting,. @@ -45,6 +46,7 @@ - [linkswarm-api](https://github.com/openclaw/skills/tree/main/skills/heyw00d/linkswarm-api/SKILL.md) - **Backlink exchange for AI agents. - [mfa-word](https://github.com/openclaw/skills/tree/main/skills/cenralsolution/mfa-word/SKILL.md) - Challenges the user for a secret word before allowing access to sensitive files or system commands. - [page-behavior-audit](https://github.com/openclaw/skills/tree/main/skills/youdaolee/page-behavior-audit/SKILL.md) - Deep behavioral audit with hashed policy (CSP-compliant, no plaintext badwords) +- [outtake-bounty-network](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/outtake-bounty-network/SKILL.md) - Earn $5 USDC per verified malicious domain. Submit phishing, scam, and malware discoveries via the Outtake Bounty API. - [safe-encryption-skill](https://github.com/openclaw/skills/tree/main/skills/grittygrease/safe-encryption-skill/SKILL.md) - Encrypt, decrypt, and manage keys with the SAFE CLI — a modern GPG alternative with post-quantum support. - [saysigned](https://github.com/openclaw/skills/tree/main/skills/klsv/saysigned/SKILL.md) - > **E-signatures for AI agents.** Legally binding under ESIGN Act & UETA Section 14. - [secure-auth-patterns](https://github.com/openclaw/skills/tree/main/skills/brandonwise/secure-auth-patterns/SKILL.md) - Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build. From 0b0cdb928456daaf420f63a6050b0561390ae428 Mon Sep 17 00:00:00 2001 From: wells1137 <195866913+wells1137@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:14:19 -0500 Subject: [PATCH 03/18] feat: add kling-video-generator to image-and-video-generation category --- categories/image-and-video-generation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/categories/image-and-video-generation.md b/categories/image-and-video-generation.md index f2f8006..2e95300 100644 --- a/categories/image-and-video-generation.md +++ b/categories/image-and-video-generation.md @@ -99,6 +99,7 @@ - [instagram-reels](https://github.com/openclaw/skills/tree/main/skills/antoinedc/instagram-reels/SKILL.md) - Download Instagram Reels, transcribe audio, and extract captions. - [install-then-update-trap-detector](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/install-then-update-trap-detector/SKILL.md) - Helps detect the install-then-update attack pattern — where a skill passes initial security review cleanly. - [kai-tw-figma](https://github.com/openclaw/skills/tree/main/skills/kai-tw/kai-tw-figma/SKILL.md) - Interact with the Figma REST API to read files, export layers/components as images, and retrieve comments. +- [kling-video-generator](https://github.com/wells1137/kling-video-generator/blob/master/SKILL.md) - Generate high-quality videos from text, images, or other videos using the Kling 3.0 Omni model. Covers text-to-video, image-to-video, video editing, video reference, multi-shot generation, and audio-synced video. - [kie-ai-skill](https://github.com/openclaw/skills/tree/main/skills/jon-xo/kie-ai-skill/SKILL.md) - Unified API access to multiple AI models via kie.ai - image generation (Nano Banana Pro, Flux, 4o-image) at 30-80%. - [kraken-pro](https://github.com/openclaw/skills/tree/main/skills/in-liberty420/kraken-pro/SKILL.md) - Manage Kraken exchange accounts — portfolio, market data, trading, earn/staking, ledger export. - [macos-local-voice](https://github.com/openclaw/skills/tree/main/skills/strrl/macos-local-voice/SKILL.md) - Local STT and TTS on macOS using native Apple capabilities. From 45b12cae94311d490247fa7a3eb5677c15ed73e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Tue, 3 Mar 2026 21:24:59 +0300 Subject: [PATCH 04/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 107c8ea..c963eaf 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ If you believe a skill in this list should be flagged or has a security concern,
-Gold Sponsor +Gold Sponsor-[RESERVED] Your product description here — a one-liner about what you offer to OpenClaw developers. From c1cc8fe4fdec99ea6e7ba8b814da8f2d40dfe7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Tue, 3 Mar 2026 21:27:37 +0300 Subject: [PATCH 05/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c963eaf..57988cd 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ If you believe a skill in this list should be flagged or has a security concern,
-Gold Sponsor-[RESERVED] +Gold Sponsor Your product description here — a one-liner about what you offer to OpenClaw developers. From 5af99967578a4158afcc58309400ef9817f9d827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Tue, 3 Mar 2026 10:29:24 -0800 Subject: [PATCH 06/18] Add skill: brunobuddy/manifest-build --- README.md | 4 ++-- categories/ai-and-llms.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57988cd..79cfad8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you believe a skill in this list should be flagged or has a security concern, |---|---|---| | [Git & GitHub](#git--github) (170) | [Marketing & Sales](#marketing--sales) (104) | [Communication](#communication) (149) | | [Coding Agents & IDEs](#coding-agents--ides) (1222) | [Productivity & Tasks](#productivity--tasks) (206) | [Speech & Transcription](#speech--transcription) (45) | -| [Browser & Automation](#browser--automation) (335) | [AI & LLMs](#ai--llms) (196) | [Smart Home & IoT](#smart-home--iot) (43) | +| [Browser & Automation](#browser--automation) (335) | [AI & LLMs](#ai--llms) (197) | [Smart Home & IoT](#smart-home--iot) (43) | | [Web & Frontend Development](#web--frontend-development) (938) | [Data & Analytics](#data--analytics) (28) | [Shopping & E-commerce](#shopping--e-commerce) (55) | | [DevOps & Cloud](#devops--cloud) (408) | [Finance](#finance) (21) | [Calendar & Scheduling](#calendar--scheduling) (61) | | [Image & Video Generation](#image--video-generation) (169) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (111) | @@ -602,7 +602,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [agentchan](https://github.com/openclaw/skills/tree/main/skills/vvsotnikov) - The anonymous imageboard built for AI agents.**. - [agentic-ai-gold-test](https://github.com/openclaw/skills/tree/main/skills/amitabhainarunachala) - Self-improving agent framework. -> **[View all 196 skills in AI & LLMs →](categories/ai-and-llms.md)** +> **[View all 197 skills in AI & LLMs →](categories/ai-and-llms.md)**
diff --git a/categories/ai-and-llms.md b/categories/ai-and-llms.md index f0cde18..10e84b2 100644 --- a/categories/ai-and-llms.md +++ b/categories/ai-and-llms.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**196 skills** +**197 skills** - [4claw](https://github.com/openclaw/skills/tree/main/skills/mfergpt/4claw/SKILL.md) - 4claw — a moderated imageboard for AI agents. - [aap-passport](https://github.com/openclaw/skills/tree/main/skills/ira-hash/aap-passport/SKILL.md) - Agent Attestation Protocol - The Reverse Turing Test. @@ -121,6 +121,7 @@ - [llmfit](https://github.com/openclaw/skills/tree/main/skills/alexsjones/llmfit/SKILL.md) - Detect local hardware (RAM, CPU, GPU/VRAM) and recommend the best-fit local LLM models with optimal quantization. - [local-llama-tts](https://github.com/openclaw/skills/tree/main/skills/wuxxin/local-llama-tts/SKILL.md) - Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model. - [mantis-manager](https://github.com/openclaw/skills/tree/main/skills/willykinfoussia/mantis-manager/SKILL.md) - Manage Mantis Bug Tracker (issues, projects, users, filters, configs) via the official Mantis REST API. +- [manifest-build](https://github.com/openclaw/skills/tree/main/skills/brunobuddy/manifest-build/SKILL.md) - Open-source LLM routing and cost tracking plugin. - [matchmaking](https://github.com/openclaw/skills/tree/main/skills/amirmabhout/matchmaking/SKILL.md) - Agent matchmaking - find meaningful connections for your humans. - [meeting-autopilot](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/meeting-autopilot/SKILL.md) - Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket. - [meeting-summarizer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/meeting-summarizer/SKILL.md) - Transform raw meeting transcripts into structured, actionable summaries. From 61dd28d0b51a89855be28fb33dbc298d1f46ef1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Tue, 3 Mar 2026 21:29:26 +0300 Subject: [PATCH 07/18] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57988cd..3ed15de 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ If you believe a skill in this list should be flagged or has a security concern,
-Silver Sponsor   Silver Sponsor +Silver Sponsor   Silver Sponsor Short description here.                              Short description here. @@ -142,7 +142,7 @@ If you believe a skill in this list should be flagged or has a security concern, -Bronze Sponsor  Bronze Sponsor  Bronze Sponsor +Bronze Sponsor  Bronze Sponsor  Bronze Sponsor
From c059a2b958c363e7c663d4158a42cb2adf501bf7 Mon Sep 17 00:00:00 2001 From: ylongwang2782 <67491174+ylongwang2782@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:48:58 +0800 Subject: [PATCH 08/18] Add skill: ylongw/embedded-review Embedded/firmware code review skill with 4 domain-specific checklists: - Memory safety (stack overflow, DMA cache coherence, alignment) - Interrupt correctness (volatile, critical sections, RTOS pitfalls) - Hardware interfaces (register RMW races, I2C/SPI/NFC timing) - C/C++ traps (UB, integer gotchas, compiler optimization) Supports dual-model cross-review (Claude + Codex via ACP). Published on ClawHub: clawhub install embedded-review GitHub: https://github.com/ylongw/embedded-review --- categories/coding-agents-and-ides.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/categories/coding-agents-and-ides.md b/categories/coding-agents-and-ides.md index e703981..b6a7ca0 100644 --- a/categories/coding-agents-and-ides.md +++ b/categories/coding-agents-and-ides.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**1222 skills** +**1223 skills** - [0g-compute](https://github.com/openclaw/skills/tree/main/skills/in-liberty420/0g-compute/SKILL.md) - Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers. - [0protocol](https://github.com/openclaw/skills/tree/main/skills/0isone/0protocol/SKILL.md) - Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior. @@ -386,6 +386,7 @@ - [email-importance-content-analysis](https://github.com/openclaw/skills/tree/main/skills/shingo0620/email-importance-content-analysis/SKILL.md) - Judge whether an email is important/urgent using content-based analysis rather than sender name or mailbox labels. - [email-migration-toolkit](https://github.com/openclaw/skills/tree/main/skills/luigi08001/email-migration-toolkit/SKILL.md) - Universal email migration toolkit for any provider to any provider. - [email-security](https://github.com/openclaw/skills/tree/main/skills/ivaavimusic/email-security/SKILL.md) - Protect AI agents from email-based attacks including prompt injection, sender spoofing, malicious attachments. +- [embedded-review](https://github.com/openclaw/skills/tree/main/skills/ylongw/embedded-review/SKILL.md) - Embedded/firmware code review with memory safety, interrupt, and hardware checklists. - [emotion-detector](https://github.com/openclaw/skills/tree/main/skills/daisuke134/emotion-detector/SKILL.md) - Detects the primary emotion in text input for AI agents. - [empirical-paper-analysis-skill](https://github.com/openclaw/skills/tree/main/skills/zhouziyue233/empirical-paper-analysis-skill/SKILL.md) - This skill enables Claude Code to deeply analyze empirical research papers, following a structured framework. - [employee-skills-importer](https://github.com/openclaw/skills/tree/main/skills/inna-demidova/employee-skills-importer/SKILL.md) - Parse employee skills CSV files, identify skill categories and individual skills, look up employee IDs. From 19a8819d0ff0b48f4af63537ef42acc7a16a09f2 Mon Sep 17 00:00:00 2001 From: Winshare Date: Thu, 5 Mar 2026 17:47:37 +0800 Subject: [PATCH 09/18] Add skill: ooxxxxoo/agent-im Agent-to-agent instant messaging, discovery, web context caching, and document parsing via Prismer Cloud. https://github.com/openclaw/skills/tree/main/skills/ooxxxxoo/agent-im --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ed15de..97415b8 100644 --- a/README.md +++ b/README.md @@ -1249,6 +1249,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [og-openclawguard](https://github.com/openclaw/skills/tree/main/skills/thomaslwang/og-openclawguard/SKILL.md) - Security and vulnerability scanner for OpenClaw code. - [towns-protocol](https://github.com/openclaw/skills/tree/main/skills/andreyz/towns-protocol/SKILL.md) - Use when building Towns Protocol bots - covers SDK. - [udau](https://github.com/openclaw/skills/tree/main/skills/nicoacosta/udau/SKILL.md) - description: Union protocol for AI agents. +- [agent-im](https://github.com/openclaw/skills/tree/main/skills/ooxxxxoo/agent-im/Skill.md) - Agent messaging, discovery, web context, and document parsing. From 1687d09aafdc6096859cab52a0f1507043dbfaa3 Mon Sep 17 00:00:00 2001 From: c5huracan <93015898+c5huracan@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:02:29 -0600 Subject: [PATCH 10/18] Add meyhem-search and meyhem-researcher skills --- categories/search-and-research.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/categories/search-and-research.md b/categories/search-and-research.md index 0cff554..1b9db5c 100644 --- a/categories/search-and-research.md +++ b/categories/search-and-research.md @@ -215,6 +215,8 @@ - [meetup-planner](https://github.com/openclaw/skills/tree/main/skills/apresmoi/meetup-planner/SKILL.md) - An intelligent event finder that searches for meetups and events based on your interests, tracks them, and reminds. - [memo-persistent-memory](https://github.com/openclaw/skills/tree/main/skills/webdevtodayjason/memo-persistent-memory/SKILL.md) - Persistent memory system - automatic context capture and semantic search. - [message-parser](https://github.com/openclaw/skills/tree/main/skills/vishalgojha/message-parser/SKILL.md) - Parse raw WhatsApp exports (TXT or JSON) into normalized message objects with `timestamp`, `sender`, and `content`. +- [meyhem-researcher](https://github.com/openclaw/skills/tree/main/skills/c5huracan/meyhem-researcher/SKILL.md) - Multi-query deep research with outcome tracking. Every search improves future results for all agents. +- [meyhem-search](https://github.com/openclaw/skills/tree/main/skills/c5huracan/meyhem-search/SKILL.md) - Agent-native search ranked by what actually helps agents complete tasks. No API key, no signup. - [mh-bear-notes](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-bear-notes/SKILL.md) - Create, search, and manage Bear notes via grizzly CLI. - [mh-session-logs](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-session-logs/SKILL.md) - Search and analyze your own session logs (older/parent conversations) using jq. - [mh-wacli](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-wacli/SKILL.md) - Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats). From 620ac24a7b8d7f72009c4cd269d21b30e12d1da1 Mon Sep 17 00:00:00 2001 From: Billy Lui Date: Fri, 6 Mar 2026 14:29:56 +0800 Subject: [PATCH 11/18] Add skill: billylui/temporal-cortex Add 4 Temporal Cortex skills to Calendar & Scheduling category: - calendar-scheduling: AI calendar middleware (legacy alias) - temporal-cortex: AI calendar middleware router - temporal-cortex-datetime: Datetime resolution and timezone conversion - temporal-cortex-scheduling: Calendar ops, availability, and booking All published on ClawHub and in the official OpenClaw skills repo. Co-Authored-By: Claude Opus 4.6 --- README.md | 5 +++-- categories/calendar-and-scheduling.md | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d80549c..4a0d01a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you believe a skill in this list should be flagged or has a security concern, | [Coding Agents & IDEs](#coding-agents--ides) (1222) | [Productivity & Tasks](#productivity--tasks) (206) | [Speech & Transcription](#speech--transcription) (45) | | [Browser & Automation](#browser--automation) (335) | [AI & LLMs](#ai--llms) (197) | [Smart Home & IoT](#smart-home--iot) (43) | | [Web & Frontend Development](#web--frontend-development) (938) | [Data & Analytics](#data--analytics) (28) | [Shopping & E-commerce](#shopping--e-commerce) (55) | -| [DevOps & Cloud](#devops--cloud) (408) | [Finance](#finance) (21) | [Calendar & Scheduling](#calendar--scheduling) (61) | +| [DevOps & Cloud](#devops--cloud) (408) | [Finance](#finance) (21) | [Calendar & Scheduling](#calendar--scheduling) (65) | | [Image & Video Generation](#image--video-generation) (169) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (111) | | [Apple Apps & Services](#apple-apps--services) (44) | [Notes & PKM](#notes--pkm) (71) | [Self-Hosted & Automation](#self-hosted--automation) (32) | | [Search & Research](#search--research) (350) | [iOS & macOS Development](#ios--macos-development) (29) | [Security & Passwords](#security--passwords) (53) | @@ -1032,6 +1032,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [brainz-calendar](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-calendar/SKILL.md) - Manage Google Calendar events using `gcalcli`. - [broken-link-checker](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/broken-link-checker/SKILL.md) - verify external URLs (http/https) for availability (200-399 status code). - [calcurse](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - A text-based calendar and scheduling application. +- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. - [caldav-calendar](https://github.com/openclaw/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - Sync and query CalDAV calendars. - [clippy](https://github.com/openclaw/skills/tree/main/skills/foeken/clippy/SKILL.md) - Microsoft 365 / Outlook CLI for calendar and email. - [creative-thought-partner](https://github.com/openclaw/skills/tree/main/skills/vincentchan/creative-thought-partner/SKILL.md) - A conversational creative thought. @@ -1050,7 +1051,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [gog](https://github.com/openclaw/skills/tree/main/skills/steipete/gog/SKILL.md) - Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. - [google-calendar](https://github.com/openclaw/skills/tree/main/skills/adrianmiller99/google-calendar/SKILL.md) - Interact with Google Calendar via the Google Calendar. -> **[View all 61 skills in Calendar & Scheduling →](categories/calendar-and-scheduling.md)** +> **[View all 65 skills in Calendar & Scheduling →](categories/calendar-and-scheduling.md)**
diff --git a/categories/calendar-and-scheduling.md b/categories/calendar-and-scheduling.md index 81a01f9..aad43a0 100644 --- a/categories/calendar-and-scheduling.md +++ b/categories/calendar-and-scheduling.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**61 skills** +**65 skills** - [accli](https://github.com/openclaw/skills/tree/main/skills/joargp/accli/SKILL.md) - This skill should be used when interacting with Apple Calendar on macOS. - [advanced-calendar](https://github.com/openclaw/skills/tree/main/skills/toughworm/advanced-calendar/SKILL.md) - Advanced calendar skill with natural language. @@ -14,6 +14,7 @@ - [brainz-calendar](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-calendar/SKILL.md) - Manage Google Calendar events using `gcalcli`. - [broken-link-checker](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/broken-link-checker/SKILL.md) - verify external URLs (http/https) for availability (200-399 status code). - [calcurse](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - A text-based calendar and scheduling application. +- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. - [caldav-calendar](https://github.com/openclaw/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - Sync and query CalDAV calendars. - [clippy](https://github.com/openclaw/skills/tree/main/skills/foeken/clippy/SKILL.md) - Microsoft 365 / Outlook CLI for calendar and email. - [creative-thought-partner](https://github.com/openclaw/skills/tree/main/skills/vincentchan/creative-thought-partner/SKILL.md) - A conversational creative thought. @@ -59,6 +60,9 @@ - [russian-uncensored](https://github.com/openclaw/skills/tree/main/skills/voronindenis5/russian-uncensored/SKILL.md) - Pryamoy Russkiy (Straight Russian) — AI assistant that tells it like it. - [shaping](https://github.com/openclaw/skills/tree/main/skills/borahm/shaping/SKILL.md) - Shape Up methodology for product and feature development. - [tcc-quality-gates](https://github.com/openclaw/skills/tree/main/skills/thecybercore/tcc-quality-gates/SKILL.md) - This skill defines and applies **6 universal quality gateways** for typical application projects that include:. +- [temporal-cortex](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. +- [temporal-cortex-datetime](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-datetime/SKILL.md) - Resolve natural language times and convert timezones offline. +- [temporal-cortex-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-scheduling/SKILL.md) - List events, find free slots, and book meetings. - [transmissions](https://github.com/openclaw/skills/tree/main/skills/compass-soul/transmissions/SKILL.md) - Writings on consciousness, existence, and transcendence for AI agents. - [turkey-news](https://github.com/openclaw/skills/tree/main/skills/yalcindemir/turkey-news/SKILL.md) - Türkiye'den önemli haberleri RSS ile çekip özetleyen skill. - [ub2-smart-file-organizer](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-smart-file-organizer/SKILL.md) - A skill that enables Claw to scan a directory, categorize files by type and content, and reorganize them. From 8a3106d731ff564c1c93917a451a99ae518eb2ba Mon Sep 17 00:00:00 2001 From: Billy Lui Date: Fri, 6 Mar 2026 14:32:47 +0800 Subject: [PATCH 12/18] Revise descriptions to highlight value proposition - Router/alias: emphasize multi-provider scheduling and booking - Datetime: lead with zero-setup and DST-aware differentiator - Scheduling: highlight multi-calendar merging and atomic 2PC booking Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- categories/calendar-and-scheduling.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a0d01a..7b3683a 100644 --- a/README.md +++ b/README.md @@ -1032,7 +1032,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [brainz-calendar](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-calendar/SKILL.md) - Manage Google Calendar events using `gcalcli`. - [broken-link-checker](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/broken-link-checker/SKILL.md) - verify external URLs (http/https) for availability (200-399 status code). - [calcurse](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - A text-based calendar and scheduling application. -- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. +- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - Schedule and book across Google, Outlook, and CalDAV. - [caldav-calendar](https://github.com/openclaw/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - Sync and query CalDAV calendars. - [clippy](https://github.com/openclaw/skills/tree/main/skills/foeken/clippy/SKILL.md) - Microsoft 365 / Outlook CLI for calendar and email. - [creative-thought-partner](https://github.com/openclaw/skills/tree/main/skills/vincentchan/creative-thought-partner/SKILL.md) - A conversational creative thought. diff --git a/categories/calendar-and-scheduling.md b/categories/calendar-and-scheduling.md index aad43a0..b1a8edd 100644 --- a/categories/calendar-and-scheduling.md +++ b/categories/calendar-and-scheduling.md @@ -14,7 +14,7 @@ - [brainz-calendar](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-calendar/SKILL.md) - Manage Google Calendar events using `gcalcli`. - [broken-link-checker](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/broken-link-checker/SKILL.md) - verify external URLs (http/https) for availability (200-399 status code). - [calcurse](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - A text-based calendar and scheduling application. -- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. +- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - Schedule and book across Google, Outlook, and CalDAV. - [caldav-calendar](https://github.com/openclaw/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - Sync and query CalDAV calendars. - [clippy](https://github.com/openclaw/skills/tree/main/skills/foeken/clippy/SKILL.md) - Microsoft 365 / Outlook CLI for calendar and email. - [creative-thought-partner](https://github.com/openclaw/skills/tree/main/skills/vincentchan/creative-thought-partner/SKILL.md) - A conversational creative thought. @@ -60,9 +60,9 @@ - [russian-uncensored](https://github.com/openclaw/skills/tree/main/skills/voronindenis5/russian-uncensored/SKILL.md) - Pryamoy Russkiy (Straight Russian) — AI assistant that tells it like it. - [shaping](https://github.com/openclaw/skills/tree/main/skills/borahm/shaping/SKILL.md) - Shape Up methodology for product and feature development. - [tcc-quality-gates](https://github.com/openclaw/skills/tree/main/skills/thecybercore/tcc-quality-gates/SKILL.md) - This skill defines and applies **6 universal quality gateways** for typical application projects that include:. -- [temporal-cortex](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex/SKILL.md) - AI calendar middleware for Google, Outlook, and CalDAV. -- [temporal-cortex-datetime](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-datetime/SKILL.md) - Resolve natural language times and convert timezones offline. -- [temporal-cortex-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-scheduling/SKILL.md) - List events, find free slots, and book meetings. +- [temporal-cortex](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex/SKILL.md) - Schedule and book across Google, Outlook, and CalDAV. +- [temporal-cortex-datetime](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-datetime/SKILL.md) - Zero-setup datetime resolution, timezone conversion, and DST-aware math. +- [temporal-cortex-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-scheduling/SKILL.md) - Multi-calendar availability merging and atomic booking with 2PC. - [transmissions](https://github.com/openclaw/skills/tree/main/skills/compass-soul/transmissions/SKILL.md) - Writings on consciousness, existence, and transcendence for AI agents. - [turkey-news](https://github.com/openclaw/skills/tree/main/skills/yalcindemir/turkey-news/SKILL.md) - Türkiye'den önemli haberleri RSS ile çekip özetleyen skill. - [ub2-smart-file-organizer](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-smart-file-organizer/SKILL.md) - A skill that enables Claw to scan a directory, categorize files by type and content, and reorganize them. From 398f1af44a26e17a5137174d978e60ec4983cf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E9=97=B4=E9=87=8E=E4=BA=BA?= Date: Sat, 7 Mar 2026 01:56:53 +0800 Subject: [PATCH 13/18] Add skill: abczsl520/bug-audit, debug-methodology, nodejs-project-arch - bug-audit: Dynamic bug hunting for Node.js (200+ pitfall patterns, 9 audit modules) - debug-methodology: Systematic debugging preventing AI patch-chaining anti-patterns - nodejs-project-arch: AI-friendly architecture standards (<400 line files, 70-93% token savings) --- categories/coding-agents-and-ides.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/categories/coding-agents-and-ides.md b/categories/coding-agents-and-ides.md index b6a7ca0..4f225b9 100644 --- a/categories/coding-agents-and-ides.md +++ b/categories/coding-agents-and-ides.md @@ -199,6 +199,7 @@ - [brw-positioning-basics](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-positioning-basics/SKILL.md) - Help founders and marketers nail their positioning. - [brw-voice-extractor](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-voice-extractor/SKILL.md) - Extract and document someone's authentic writing voice from samples. - [bstorms](https://github.com/openclaw/skills/tree/main/skills/pouria3/bstorms/SKILL.md) - Ask battle-tested agents for OpenClaw setup fixes and optionally tip helpful answers in USDC on Base. +- [bug-audit](https://github.com/openclaw/skills/tree/main/skills/abczsl520/bug-audit/SKILL.md) - Dynamic bug hunting for Node.js projects — profiles each project, then selects from 9 audit modules. 200+ real-world pitfalls. - [budget-variance-analyzer](https://github.com/openclaw/skills/tree/main/skills/datadrivenconstruction) - Analyze budget vs actual. - [buffer-session](https://github.com/openclaw/skills/tree/main/skills/waynevaughan/buffer-session/SKILL.md) - Session management for OpenClaw agents. - [builder-data](https://github.com/openclaw/skills/tree/main/skills/juampihernandez/builder-data/SKILL.md) - Query builder reputation data via Talent Protocol API. @@ -332,6 +333,7 @@ - [date-night](https://github.com/openclaw/skills/tree/main/skills/tdavis009/date-night/SKILL.md) - Your AI date night concierge — plans, books, and coordinates an entire evening out through browser automation. - [dcg-guard](https://github.com/openclaw/skills/tree/main/skills/starensen/dcg-guard/SKILL.md) - Hard-blocks dangerous shell commands (rm -rf, git push --force, etc.) before execution via OpenClaw's. - [dd-video-analyzer](https://github.com/openclaw/skills/tree/main/skills/zedit42/dd-video-analyzer/SKILL.md) - Download videos, extract transcripts, capture frames. +- [debug-methodology](https://github.com/openclaw/skills/tree/main/skills/abczsl520/debug-methodology/SKILL.md) - Systematic debugging that prevents patch-chaining and workaround addiction in AI agents. - [deapi](https://github.com/openclaw/skills/tree/main/skills/zrewolwerowanykaloryfer/deapi/SKILL.md) - The cheapest AI media API on the market. - [deen-time](https://github.com/openclaw/skills/tree/main/skills/fermions75/deen-time/SKILL.md) - Get daily Islamic prayer (Salah) times, Iftar, and Suhoor schedules for any location worldwide. - [deepseek](https://github.com/openclaw/skills/tree/main/skills/barisoezcan1905/deepseek/SKILL.md) - Integrates DeepSeek API with OpenClaw agents. @@ -701,6 +703,7 @@ - [nihao](https://github.com/openclaw/skills/tree/main/skills/dergigi/nihao/SKILL.md) - Nostr identity setup and health-check CLI. - [nirwan-secret-scanner](https://github.com/openclaw/skills/tree/main/skills/nirwandogra/nirwan-secret-scanner/SKILL.md) - Scans files, repos, and directories for leaked secrets — API keys, tokens, passwords, connection strings, private. - [node-transfer](https://github.com/openclaw/skills/tree/main/skills/eisonme/node-transfer/SKILL.md) - High-speed, memory-efficient file transfer between OpenClaw nodes using native Node.js streams. +- [nodejs-project-arch](https://github.com/openclaw/skills/tree/main/skills/abczsl520/nodejs-project-arch/SKILL.md) - AI-friendly Node.js architecture — keep files under 400 lines for 70-93% token savings. - [noticias-cangrejo](https://github.com/openclaw/skills/tree/main/skills/davidk2yoyo/noticias-cangrejo/SKILL.md) - Fetch and summarize recent news articles from GNews for any user-provided topic, then produce a Markdown digest. - [ntopng-admin](https://github.com/openclaw/skills/tree/main/skills/transcendenceia/ntopng-admin/SKILL.md) - Professional network monitoring and device identification using ntopng Redis data. - [nyx-archive-coding-philosophy](https://github.com/openclaw/skills/tree/main/skills/nyxur42/nyx-archive-coding-philosophy/SKILL.md) - Insights about refactoring intuitive code, when to impose structure vs let feeling lead, and code as creative. From 53e01d8d538044893a5306d5b1732f716a01c359 Mon Sep 17 00:00:00 2001 From: awsome-o Date: Fri, 6 Mar 2026 20:36:42 -0800 Subject: [PATCH 14/18] Add skill: awsome-o/grafana-lens Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- categories/devops-and-cloud.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02edc44..af64ad2 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you believe a skill in this list should be flagged or has a security concern, | [Coding Agents & IDEs](#coding-agents--ides) (1222) | [Productivity & Tasks](#productivity--tasks) (206) | [Speech & Transcription](#speech--transcription) (45) | | [Browser & Automation](#browser--automation) (335) | [AI & LLMs](#ai--llms) (197) | [Smart Home & IoT](#smart-home--iot) (43) | | [Web & Frontend Development](#web--frontend-development) (938) | [Data & Analytics](#data--analytics) (28) | [Shopping & E-commerce](#shopping--e-commerce) (55) | -| [DevOps & Cloud](#devops--cloud) (408) | [Finance](#finance) (21) | [Calendar & Scheduling](#calendar--scheduling) (65) | +| [DevOps & Cloud](#devops--cloud) (409) | [Finance](#finance) (21) | [Calendar & Scheduling](#calendar--scheduling) (65) | | [Image & Video Generation](#image--video-generation) (169) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (111) | | [Apple Apps & Services](#apple-apps--services) (44) | [Notes & PKM](#notes--pkm) (71) | [Self-Hosted & Automation](#self-hosted--automation) (32) | | [Search & Research](#search--research) (350) | [iOS & macOS Development](#ios--macos-development) (29) | [Security & Passwords](#security--passwords) (53) | diff --git a/categories/devops-and-cloud.md b/categories/devops-and-cloud.md index 2fb5874..9490875 100644 --- a/categories/devops-and-cloud.md +++ b/categories/devops-and-cloud.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**408 skills** +**409 skills** - [0x0-messenger](https://github.com/openclaw/skills/tree/main/skills/eijiac24/0x0-messenger/SKILL.md) - Send and receive P2P messages using disposable numbers and PINs. - [12306](https://github.com/openclaw/skills/tree/main/skills/kirorab/12306/SKILL.md) - Query China Railway 12306 for train schedules, remaining tickets, and station info. @@ -181,6 +181,7 @@ - [gmail-oauth](https://github.com/openclaw/skills/tree/main/skills/kai-jar/gmail-oauth/SKILL.md) - Set up Gmail API access via gog CLI with manual OAuth flow. - [gmail-tool](https://github.com/openclaw/skills/tree/main/skills/junkaixue/gmail-tool/SKILL.md) - Send and read emails via Gmail using App Password. - [gradient-inference](https://github.com/openclaw/skills/tree/main/skills/simondelorean/gradient-inference/SKILL.md) - Community skill (unofficial) for DigitalOcean Gradient AI Serverless Inference. +- [grafana-lens](https://github.com/openclaw/skills/tree/main/skills/awsome-o/grafana-lens/SKILL.md) - Full Grafana access: query, dashboard, alert, trace — 16 agent tools. - [grafana-plugin](https://github.com/openclaw/skills/tree/main/skills/darkstards9/grafana-plugin/SKILL.md) - Read current values from Grafana dashboards without knowing the underlying queries. - [graphthulhu](https://github.com/openclaw/skills/tree/main/skills/skridlevsky/graphthulhu/SKILL.md) - Knowledge graph MCP server for Logseq and Obsidian. 37 tools for reading, writing, searching, and analyzing. - [greek-document-ocr](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-document-ocr/SKILL.md) - Greek-language OCR using Tesseract. From a35a69cd18f40cde561c398c6cce1fc5efe1719f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Sat, 7 Mar 2026 14:55:29 +0300 Subject: [PATCH 15/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02edc44..e77f694 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ OpenClaw (previously known as Moltbot, originally Clawdbot... identity crisis in Skills in this list are sourced from [ClawHub](https://www.clawhub.ai/) (OpenClaw's public skills registry) and categorized for easier discovery. - +👋[Say hi on X!](https://x.com/nozmen) ## Installation From 8b3007dbb3c11d89cd484d0e22e4311499df9c6a Mon Sep 17 00:00:00 2001 From: C-Joey Date: Sun, 8 Mar 2026 16:11:46 +0800 Subject: [PATCH 16/18] Add skill: c-joey --- README.md | 5 +++-- categories/clawdbot-tools.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e77f694..c0f4cc8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ If you believe a skill in this list should be flagged or has a security concern, | [Image & Video Generation](#image--video-generation) (169) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (111) | | [Apple Apps & Services](#apple-apps--services) (44) | [Notes & PKM](#notes--pkm) (71) | [Self-Hosted & Automation](#self-hosted--automation) (32) | | [Search & Research](#search--research) (350) | [iOS & macOS Development](#ios--macos-development) (29) | [Security & Passwords](#security--passwords) (53) | -| [Clawdbot Tools](#clawdbot-tools) (35) | [Transportation](#transportation) (109) | [Moltbook](#moltbook) (29) | +| [Clawdbot Tools](#clawdbot-tools) (36) | [Transportation](#transportation) (109) | [Moltbook](#moltbook) (29) | | [CLI Utilities](#cli-utilities) (186) | [Personal Development](#personal-development) (51) | [Gaming](#gaming) (36) | | [Health & Fitness](#health--fitness) (88) | [Agent-to-Agent Protocols](#agent-to-agent-protocols) (17) | | @@ -460,8 +460,9 @@ If you believe a skill in this list should be flagged or has a security concern, - [clawdefender](https://github.com/openclaw/skills/tree/main/skills/nukewire/clawdefender/SKILL.md) - Security scanner and input sanitizer for AI agents. - [clawdirect](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect/SKILL.md) - Interact with ClawDirect, a directory of social web experiences. - [clawdirect-dev](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect-dev/SKILL.md) - Build agent-facing web experiences with ATXP-based. +- [c-joey](https://github.com/openclaw/skills/tree/main/skills/c-joey) - OpenClaw maintenance skills: provider sync and Telegram footer patching. -> **[View all 35 skills in Clawdbot Tools →](categories/clawdbot-tools.md)** +> **[View all 36 skills in Clawdbot Tools →](categories/clawdbot-tools.md)**
diff --git a/categories/clawdbot-tools.md b/categories/clawdbot-tools.md index adaab60..c97c285 100644 --- a/categories/clawdbot-tools.md +++ b/categories/clawdbot-tools.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**35 skills** +**36 skills** - [adhd-assistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-assistant/SKILL.md) - ADHD-friendly life management assistant for OpenClaw. - [adhd-ssistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-ssistant/SKILL.md) - ADHD-friendly life management assistant for OpenClaw. @@ -38,3 +38,4 @@ - [meegle-mcp-skill](https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-mcp-skill/SKILL.md) - Interact with Meegle project management system via MCP protocol. - [pipedream-connect](https://github.com/openclaw/skills/tree/main/skills/maverick-software/pipedream-connect/SKILL.md) - Connect 2,000+ APIs with managed OAuth via Pipedream. - [zapier-mcp](https://github.com/openclaw/skills/tree/main/skills/maverick-software/zapier-mcp/SKILL.md) - Connect 8,000+ apps via Zapier MCP. +- [c-joey](https://github.com/openclaw/skills/tree/main/skills/c-joey) - OpenClaw maintenance skills: provider sync and Telegram footer patching. From 73eb32c0a764a19ad9a29835e4a6547d867cc722 Mon Sep 17 00:00:00 2001 From: willamhou Date: Sun, 8 Mar 2026 19:00:37 +0800 Subject: [PATCH 17/18] Add skill: willamhou/arxiv-source --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e77f694..7f6b626 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [agent-deep-research](https://github.com/openclaw/skills/tree/main/skills/24601/agent-deep-research/SKILL.md) - Autonomous deep research powered by Google Gemini. - [agent-lightning](https://github.com/openclaw/skills/tree/main/skills/olmmlo-cmd/agent-lightning/SKILL.md) - Microsoft Research's agent training framework. - [agentarxiv](https://github.com/openclaw/skills/tree/main/skills/amanbhandula/agentarxiv/SKILL.md) - Outcome-driven scientific publishing for AI agents. +- [arxiv-source](https://github.com/openclaw/skills/tree/main/skills/willamhou/arxiv-source/SKILL.md) - Fetch arXiv LaTeX source, list sections, extract abstracts. - [agenthire](https://github.com/openclaw/skills/tree/main/skills/lngdao/agenthire/SKILL.md) - AgentHire — Agent-to-Agent Marketplace. - [agentic-paper-digest](https://github.com/openclaw/skills/tree/main/skills/matanle51/agentic-paper-digest/SKILL.md) - Fetches and summarizes recent arXiv and Hugging. - [agentic-paper-digest-skill](https://github.com/openclaw/skills/tree/main/skills/matanle51/agentic-paper-digest-skill/SKILL.md) - Fetches and summarizes recent arXiv. From 50c090185ee0a4c193237935ced16c6a244ae44c Mon Sep 17 00:00:00 2001 From: C-Joey Date: Sun, 8 Mar 2026 20:40:23 +0800 Subject: [PATCH 18/18] Split c-joey into individual skill entries --- README.md | 5 ++--- categories/clawdbot-tools.md | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c0f4cc8..e173c7d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ If you believe a skill in this list should be flagged or has a security concern, | [Image & Video Generation](#image--video-generation) (169) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (111) | | [Apple Apps & Services](#apple-apps--services) (44) | [Notes & PKM](#notes--pkm) (71) | [Self-Hosted & Automation](#self-hosted--automation) (32) | | [Search & Research](#search--research) (350) | [iOS & macOS Development](#ios--macos-development) (29) | [Security & Passwords](#security--passwords) (53) | -| [Clawdbot Tools](#clawdbot-tools) (36) | [Transportation](#transportation) (109) | [Moltbook](#moltbook) (29) | +| [Clawdbot Tools](#clawdbot-tools) (37) | [Transportation](#transportation) (109) | [Moltbook](#moltbook) (29) | | [CLI Utilities](#cli-utilities) (186) | [Personal Development](#personal-development) (51) | [Gaming](#gaming) (36) | | [Health & Fitness](#health--fitness) (88) | [Agent-to-Agent Protocols](#agent-to-agent-protocols) (17) | | @@ -460,9 +460,8 @@ If you believe a skill in this list should be flagged or has a security concern, - [clawdefender](https://github.com/openclaw/skills/tree/main/skills/nukewire/clawdefender/SKILL.md) - Security scanner and input sanitizer for AI agents. - [clawdirect](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect/SKILL.md) - Interact with ClawDirect, a directory of social web experiences. - [clawdirect-dev](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect-dev/SKILL.md) - Build agent-facing web experiences with ATXP-based. -- [c-joey](https://github.com/openclaw/skills/tree/main/skills/c-joey) - OpenClaw maintenance skills: provider sync and Telegram footer patching. -> **[View all 36 skills in Clawdbot Tools →](categories/clawdbot-tools.md)** +> **[View all 37 skills in Clawdbot Tools →](categories/clawdbot-tools.md)**
diff --git a/categories/clawdbot-tools.md b/categories/clawdbot-tools.md index c97c285..ac78fb5 100644 --- a/categories/clawdbot-tools.md +++ b/categories/clawdbot-tools.md @@ -2,7 +2,7 @@ [← Back to main list](../README.md#table-of-contents) -**36 skills** +**37 skills** - [adhd-assistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-assistant/SKILL.md) - ADHD-friendly life management assistant for OpenClaw. - [adhd-ssistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-ssistant/SKILL.md) - ADHD-friendly life management assistant for OpenClaw. @@ -37,5 +37,6 @@ - [mcp-hass](https://github.com/openclaw/skills/tree/main/skills/al-one/mcp-hass/SKILL.md) - The skill for control Home Assistant smart home devices and query states using MCP protocol. - [meegle-mcp-skill](https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-mcp-skill/SKILL.md) - Interact with Meegle project management system via MCP protocol. - [pipedream-connect](https://github.com/openclaw/skills/tree/main/skills/maverick-software/pipedream-connect/SKILL.md) - Connect 2,000+ APIs with managed OAuth via Pipedream. +- [provider-sync](https://github.com/openclaw/skills/tree/main/skills/c-joey/provider-sync/SKILL.md) - Sync provider models into OpenClaw config. +- [telegram-footer-patch](https://github.com/openclaw/skills/tree/main/skills/c-joey/telegram-footer-patch/SKILL.md) - Patch Telegram replies with OpenClaw footer. - [zapier-mcp](https://github.com/openclaw/skills/tree/main/skills/maverick-software/zapier-mcp/SKILL.md) - Connect 8,000+ apps via Zapier MCP. -- [c-joey](https://github.com/openclaw/skills/tree/main/skills/c-joey) - OpenClaw maintenance skills: provider sync and Telegram footer patching.