mirror of
https://github.com/VoltAgent/awesome-openclaw-skills.git
synced 2026-06-17 05:01:14 +00:00
Merge branch 'main' into add-ldm-openclaw-skills
This commit is contained in:
+9
-12
@@ -1,8 +1,8 @@
|
||||
# Contributing to Awesome OpenClaw Skills
|
||||
|
||||
A curated list of skills for OpenClaw. We organize links to skills hosted in the [official OpenClaw skills repo](https://github.com/openclaw/skills/tree/main/skills).
|
||||
A curated list of skills for OpenClaw. We organize links to skills published on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry.
|
||||
|
||||
> This repository is a curated list of links — nothing more. Every skill listed here **must already be published** in the [official OpenClaw skills repo](https://github.com/openclaw/skills/tree/main/skills). If your skill is not there, we cannot accept it here. Publish your skill to the OpenClaw skills repo first, then come back and submit a PR to add a link.
|
||||
> This repository is a curated list of links — nothing more. Every skill listed here **must already be published** on [ClawHub](https://clawhub.ai). If your skill is not there, we cannot accept it here. Publish your skill to ClawHub first, then come back and submit a PR to add a link.
|
||||
|
||||
## Adding a Skill
|
||||
|
||||
@@ -11,14 +11,10 @@ A curated list of skills for OpenClaw. We organize links to skills hosted in the
|
||||
Add your skill to the end of the relevant category in `README.md`:
|
||||
|
||||
```markdown
|
||||
- [skill-name](https://github.com/openclaw/skills/tree/main/skills/author/skill-name/SKILL.md) - Short description of what it does.
|
||||
- [skill-name](https://clawhub.ai/author/skill-name) - Short description of what it does.
|
||||
```
|
||||
|
||||
If an author has multiple skills in the same area, please don't add them one by one. Instead, link to the author's parent folder and write a general description. This keeps the list clean and avoids unnecessary clutter.
|
||||
|
||||
```markdown
|
||||
- [author-skills](https://github.com/openclaw/skills/tree/main/skills/author) - Brief summary covering all skills.
|
||||
```
|
||||
If an author has multiple skills in the same area, please don't add them one by one. Instead, link to the most representative skill and write a general description. This keeps the list clean and avoids unnecessary clutter.
|
||||
|
||||
### Where to Add
|
||||
|
||||
@@ -27,7 +23,7 @@ If an author has multiple skills in the same area, please don't add them one by
|
||||
|
||||
### Requirements
|
||||
|
||||
- **Skill must already be published to the [OpenClaw official skills repo](https://github.com/openclaw/skills/tree/main/skills).** We do not accept skills hosted elsewhere — no personal repos, no gists, no external links. If it's not in the OpenClaw skills repo, it doesn't belong here.
|
||||
- **Skill must already be published on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry.** We do not accept skills hosted elsewhere — no personal repos, no gists, no external links. If it's not on ClawHub, it doesn't belong here.
|
||||
- Has documentation (SKILL.md)
|
||||
- Description must be concise — 10 words or fewer
|
||||
- Skill must have real community usage. We focus on community-adopted, proven skills published by development teams and proven in real-world usage. Brand new skills are not accepted — give your skill time to mature and gain users before submitting
|
||||
@@ -35,9 +31,8 @@ If an author has multiple skills in the same area, please don't add them one by
|
||||
|
||||
### PR Description
|
||||
|
||||
Include both the ClawHub and GitHub links for your skill in the PR description, for example:
|
||||
Include the ClawHub link for your skill in the PR description, for example:
|
||||
- `https://clawhub.ai/steipete/slack`
|
||||
- `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`
|
||||
|
||||
### PR Title
|
||||
|
||||
@@ -56,7 +51,9 @@ If you believe a skill currently in this list has a security concern or should b
|
||||
|
||||
## Important
|
||||
|
||||
- This repository curates links only. Each skill lives in the official OpenClaw skills repo.
|
||||
- This repository curates links only. Each skill lives on ClawHub, OpenClaw's public skills registry.
|
||||
- Skill entries link to the skill's ClawHub listing at `https://clawhub.ai/author/skill-name`. Share that same ClawHub page in your PR so we can verify it is published.
|
||||
- **Do not submit links pointing to `https://clawskills.sh/` URLs.** Always use the ClawHub link (`https://clawhub.ai/author/skill-name`). The clawskills.sh listings are managed and deployed by us separately — you do not need to add anything there.
|
||||
- Verify your links work before submitting.
|
||||
- We review all submissions and may decline skills that don't meet the quality bar.
|
||||
- Do not submit duplicate skills that serve the same purpose as an existing entry.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<br/>
|
||||
|
||||
<div align="center">
|
||||
<strong>Discover 5200+ community-built OpenClaw skills, organized by category.
|
||||
<strong>Discover 5300+ community-built OpenClaw skills, organized by category.
|
||||
</strong>
|
||||
<br />
|
||||
<br />
|
||||
@@ -24,20 +24,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<strong>More awesome collections for developers</strong>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/VoltAgent/awesome-agent-skills)
|
||||
[](https://github.com/VoltAgent/awesome-claude-code-subagents)
|
||||
[![Codex Subagents][codex-badge]][codex-link]
|
||||
[](https://github.com/VoltAgent/awesome-ai-agent-papers)
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -51,11 +38,18 @@ Skills in this list are sourced from ClawHub (OpenClaw's public skills registry)
|
||||
|
||||
### Installation
|
||||
|
||||
#### ClawHub CLI
|
||||
|
||||
#### OpenClaw CLI
|
||||
|
||||
```bash
|
||||
clawhub install <skill-slug>
|
||||
openclaw skills install <skill-slug>
|
||||
```
|
||||
|
||||
#### ClawHub CLI
|
||||
|
||||
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
|
||||
|
||||
```bash
|
||||
npx clawhub install <skill-slug>
|
||||
```
|
||||
|
||||
#### Manual Installation
|
||||
@@ -76,7 +70,7 @@ You can also paste the skill's GitHub repository link directly into your assista
|
||||
|
||||
### Why This List Exists?
|
||||
|
||||
OpenClaw's public registry (ClawHub) hosts **13,729 community-built skills** as of February 28, 2026. This awesome list has **5,211 skills**. Here's what we filtered out:
|
||||
OpenClaw's public registry (ClawHub) hosts thousands of community-built skills. This awesome list curates the best of them. Here's what we filtered out:
|
||||
|
||||
| Filter | Excluded |
|
||||
|--------|----------|
|
||||
@@ -90,9 +84,9 @@ OpenClaw's public registry (ClawHub) hosts **13,729 community-built skills** as
|
||||
|
||||
#### Want to add a skill?
|
||||
|
||||
This list only includes skills that are **already published** in the `github.com/openclaw/skills` repository. We do not accept links to personal repos, gists, or any other external source. If your skill isn't in the OpenClaw skills repo yet, publish it there first.
|
||||
This list only includes skills that are **already published** on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry. We do not accept links to personal repos, gists, or any other external source. If your skill isn't on ClawHub yet, publish it there first.
|
||||
|
||||
Include both the ClawHub link (e.g. `https://clawhub.ai/steipete/slack`) and the GitHub link (e.g. `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`) in your PR description. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
Include the ClawHub link for your skill (e.g. `https://clawhub.ai/steipete/slack`) in your PR description — the `clawskills.sh` listings are managed by us separately. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
|
||||
|
||||
## OpenClaw Ecosystem Tools
|
||||
@@ -107,6 +101,32 @@ Managed OAuth, scoped permissions, and logged native toolcalls across 1000+ apps
|
||||
</a>
|
||||
|
||||
|
||||
### ☁️ Hosting & Deployment
|
||||
|
||||
You can deploy OpenClaw on any VPS or cloud platform to run your skills securely on your own infrastructure, or use a managed host that handles servers, updates, and isolation for you.
|
||||
|
||||
<a href="https://myclaw.ai/?utm_source=github&utm_campaign=awesome-openclaw-skills">
|
||||
<img src="https://cdn.voltagent.dev/awesome-repo/myclaw-banner.svg" alt="MyClaw" /><br/>
|
||||
You can run these skills without managing a server — a full cloud-hosted OpenClaw instance with one-click setup, 24/7 uptime, and complete data ownership.
|
||||
</a>
|
||||
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
> **Tip:** If you're self-hosting, pin your OpenClaw Docker image to a specific tag and snapshot your skills volume before upgrades — makes rollbacks painless when a skill update misbehaves.
|
||||
|
||||
|
||||
### 🔍 Search & Web Data
|
||||
|
||||
OpenClaw agents often need fresh, real-world data — search results, product listings, videos, and more. You can scrape and parse it yourself, or use a search API that returns clean, structured data in real time without managing proxies, CAPTCHAs, or HTML parsing.
|
||||
|
||||
<a href="https://serpapi.com/search-engine-apis?utm_source=awesomeopenclawskills_github">
|
||||
<img src="https://cdn.voltagent.dev/awesome-repo/serpapi.png" alt="SerpApi" /><br/>
|
||||
Give OpenClaw agents access to real-time Google Search, YouTube, Amazon Product, and web search data through a single API.
|
||||
</a>
|
||||
|
||||
|
||||
### 🤖 Model Providers
|
||||
|
||||
OpenClaw works with **25+ LLM providers** out of the box Anthropic, OpenAI and many more. Switch between them with a single config change.
|
||||
@@ -124,13 +144,6 @@ openclaw onboard --auth-choice openai-codex
|
||||
</details>
|
||||
|
||||
|
||||
### ☁️ Hosting & Deployment
|
||||
|
||||
You can deploy OpenClaw on any VPS or cloud platform run your skills securely on your own infrastructure, or a managed host. Docker, Podman, Nix, and Ansible are all supported as install methods.
|
||||
|
||||
> **Tip:** If you're looking for a quick cloud setup, spin up a VPS with your preferred provider, install OpenClaw via Docker, and you're good to go.
|
||||
|
||||
|
||||
<div align="center">
|
||||
|
||||
<table>
|
||||
@@ -141,11 +154,10 @@ You can deploy OpenClaw on any VPS or cloud platform run your skills securely on
|
||||
|
||||
<p></p>
|
||||
|
||||
<sub>📈 <strong>+1M monthly views</strong> — the #1 most visited community resource after the official OpenClaw resource</sub>
|
||||
<sub>The #1 most visited community resource after the official OpenClaw resource</sub>
|
||||
|
||||
<br/>
|
||||
|
||||
<a href="mailto:necati@voltagent.dev"><img src="https://img.shields.io/badge/📩_Become_a_Sponsor-Contact_Us-blue?style=for-the-badge&logoColor=white" alt="Become a Sponsor" /></a>
|
||||
<a href="https://sponsors.voltagent.dev/#awesome-openclaw-skills"><img src="https://img.shields.io/badge/📩_Become_a_Sponsor-Contact_Us-blue?style=for-the-badge&logoColor=white" alt="Become a Sponsor" /></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -247,8 +259,8 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [agent-audit-trail](https://clawskills.sh/skills/roosch269-agent-audit-trail) - Tamper-evident, hash-chained audit logging for AI agents.
|
||||
- [agent-card-signing-auditor](https://clawskills.sh/skills/andyxinweiminicloud-agent-card-signing-auditor) - Helps audit Agent Card signing practices in A2A protocol implementations.
|
||||
- [agent-chat-ux-v1-4-0](https://clawskills.sh/skills/maverick-software-agent-chat-ux-v1-4-0) - Multi-agent UX for OpenClaw Control UI — agent selector, per-agent sessions, session history viewer with search.
|
||||
- [skywork-ppt](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-ppt/SKILL.md) - Generate, imitate, and edit PowerPoint presentations with skywork.
|
||||
- [skywork-music-maker](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-music-maker/SKILL.md) - Create professional music with Mureka AI.
|
||||
- [skywork-ppt](https://clawskills.sh/skills/gxcun17-skywork-ppt) - Generate, imitate, and edit PowerPoint presentations with skywork.
|
||||
- [skywork-music-maker](https://clawskills.sh/skills/gxcun17-skywork-music-maker) - Create professional music with Mureka AI.
|
||||
|
||||
> **[View all 1200 skills in Coding Agents & IDEs →](categories/coding-agents-and-ides.md)**
|
||||
</details>
|
||||
@@ -282,8 +294,8 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [airtable-automation](https://clawskills.sh/skills/sohamganatra-airtable-automation) - Automate Airtable tasks via Rube MCP (Composio)
|
||||
- [airtable-participants](https://clawskills.sh/skills/austinmao-airtable-participants) - Read and query retreat participant data from the Ceremonia Airtable base.
|
||||
- [ak-rss-24h-brief](https://clawskills.sh/skills/seandong-ak-rss-24h-brief) - Read RSS/Atom feeds from an OPML list, fetch articles from the last N hours, and generate a Chinese categorized.
|
||||
- [adspower-browser](https://github.com/openclaw/skills/tree/main/skills/adspower/adspower-browser) - Use when the user asks to create or manage AdsPower browsers, groups, tags, proxies, or check status via AdsPower Local API.
|
||||
- [duoplus-agent](https://github.com/openclaw/skills/tree/main/skills/duoplusofficial/duoplus-agent/SKILL.md) - Control DuoPlus cloud phones via ADB.
|
||||
- [adspower-browser](https://clawskills.sh/skills/adspower-adspower-browser) - Use when the user asks to create or manage AdsPower browsers, groups, tags, proxies, or check status via AdsPower Local API.
|
||||
- [duoplus-agent](https://clawskills.sh/skills/duoplusofficial-duoplus-agent) - Control DuoPlus cloud phones via ADB.
|
||||
|
||||
> **[View all 323 skills in Browser & Automation →](categories/browser-and-automation.md)**
|
||||
</details>
|
||||
@@ -382,12 +394,12 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [best-image-generation](https://clawskills.sh/skills/evolinkai-best-image-generation) - Best quality AI image generation (~$0.12-0.20/image)
|
||||
- [bex-nano-banana-pro](https://clawskills.sh/skills/bextuychiev-bex-nano-banana-pro) - Generate or edit images via Gemini 3 Pro Image on Replicate.
|
||||
- [breeze](https://clawskills.sh/skills/keeganthomp-breeze) - Interact with the Breeze yield aggregator through the x402 payment-gated HTTP API.
|
||||
- [cad-agent](https://github.com/clawdbot/skills/tree/main/skills/clawd-maf/cad-agent/SKILL.md) - Rendering server for AI agents doing CAD work.
|
||||
- [cad-agent](https://clawskills.sh/skills/clawd-maf-cad-agent) - Rendering server for AI agents doing CAD work.
|
||||
- [calorie-visualizer](https://clawskills.sh/skills/vintlin-calorie-visualizer) - Local calorie logging and visual reporting (auto-refreshes and returns report image after each log)
|
||||
- [canva-connect](https://clawskills.sh/skills/coolmanns-canva-connect) - Manage Canva designs, assets, and folders via the Connect API.
|
||||
- [skywork-design](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-design/SKILL.md) - Generate and edit images via Skywork Image for posters, logos and more.
|
||||
- [skywork-design](https://clawskills.sh/skills/gxcun17-skywork-design) - Generate and edit images via Skywork Image for posters, logos and more.
|
||||
|
||||
- [ai-video-remix](https://github.com/openclaw/skills/tree/main/skills/abu-shotai/ai-video-remix/SKILL.md) - AI-driven video remix from local library using ShotAI.
|
||||
- [ai-video-remix](https://clawskills.sh/skills/abu-shotai-ai-video-remix) - AI-driven video remix from local library using ShotAI.
|
||||
> **[View all 170 skills in Image & Video Generation →](categories/image-and-video-generation.md)**
|
||||
</details>
|
||||
|
||||
@@ -461,7 +473,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [airbnb](https://clawskills.sh/skills/stveenli-airbnb) - Search Airbnb listings with prices, ratings, and direct links.
|
||||
- [openclaw-free-web-search](https://clawskills.sh/skills/wd041216-bit-openclaw-free-web-search) - Free, private web search for OpenClaw with self-hosted SearXNG + Scrapling anti-bot + multi-source cross-validation. Zero API keys, zero cost. Tells you how much to trust the answer.
|
||||
- [xquik-x-twitter-scraper](https://clawskills.sh/skills/kriptoburak-xquik-x-twitter-scraper) - X API scraper with 40+ tools for AI agents.
|
||||
- [skywork-search](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-search/SKILL.md) - AI-powered web search for real-time information — retrieve up-to-date content.
|
||||
- [skywork-search](https://clawskills.sh/skills/gxcun17-skywork-search) - AI-powered web search for real-time information — retrieve up-to-date content.
|
||||
|
||||
> **[View all 352 skills in Search & Research →](categories/search-and-research.md)**
|
||||
</details>
|
||||
@@ -563,10 +575,8 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [brand-guidelines](https://clawskills.sh/skills/seanphan-brand-guidelines) - Applies Anthropic's official brand colors and typography.
|
||||
- [brand-voice-profile](https://clawskills.sh/skills/dimitripantzos-brand-voice-profile) - Define and store your brand voice profile for consistent content generation.
|
||||
- [brevo](https://clawskills.sh/skills/yujesyoga-brevo) - Brevo (formerly Sendinblue) email marketing API for managing contacts, lists,.
|
||||
- [ldm-openclaw-skill](https://clawhub.ai/live-direct-marketing/ldm-openclaw-skill) - Pre-send deliverability checks for outbound agents.
|
||||
- [ldm-openclaw-inbox-mcp-skill](https://clawhub.ai/live-direct-marketing/ldm-openclaw-inbox-mcp-skill) - Paid MCP inbox-placement checks for outbound agents.
|
||||
- [socialecho-social-media-management-agent](https://github.com/openclaw/skills/tree/main/skills/socialecho-net/socialecho-social-media-management-agent/SKILL.md) - SocialEcho API team account article report queries.
|
||||
- [postiz](https://github.com/openclaw/skills/tree/main/skills/nevo-david/postiz/SKILL.md) - Schedule social media posts and threads across 28+ platforms.
|
||||
- [socialecho-social-media-management-agent](https://clawskills.sh/skills/socialecho-net-socialecho-social-media-management-agent) - SocialEcho API team account article report queries.
|
||||
- [postiz](https://clawskills.sh/skills/nevo-david-postiz) - Schedule social media posts and threads across 28+ platforms.
|
||||
> **[View all 104 skills in Marketing & Sales →](categories/marketing-and-sales.md)**
|
||||
</details>
|
||||
|
||||
@@ -600,7 +610,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [ask-agents](https://clawskills.sh/skills/teamolab-ask-agents) - AI agent for ask agents tasks.
|
||||
- [async-task](https://clawskills.sh/skills/enderfga-async-task) - Execute long-running tasks without HTTP timeouts.
|
||||
- [atlassian-mcp](https://clawskills.sh/skills/atakanermis-atlassian-mcp) - Run the Model Context Protocol (MCP) Atlassian server.
|
||||
- [boss-ai-agent](https://github.com/openclaw/skills/tree/main/skills/tonypk/boss-ai-agent/SKILL.md) - AI management middleware with 14 mentors and 9 culture packs.
|
||||
- [boss-ai-agent](https://clawskills.sh/skills/tonypk-boss-ai-agent) - AI management middleware with 14 mentors and 9 culture packs.
|
||||
|
||||
> **[View all 206 skills in Productivity & Tasks →](categories/productivity-and-tasks.md)**
|
||||
|
||||
@@ -630,7 +640,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [agent-selfie](https://clawskills.sh/skills/iisweetheartii-agent-selfie) - AI agent self-portrait generator.
|
||||
- [agent-sentinel](https://clawskills.sh/skills/jimmystacks-agent-sentinel) - The operational circuit breaker for this agent.
|
||||
|
||||
- [agentbase](https://github.com/openclaw/skills/tree/main/skills/revmischa/agentbase/SKILL.md) - Shared knowledge base for AI agents via MCP.
|
||||
- [agentbase](https://clawskills.sh/skills/revmischa-agentbase) - Shared knowledge base for AI agents via MCP.
|
||||
> **[View all 185 skills in AI & LLMs →](categories/ai-and-llms.md)**
|
||||
</details>
|
||||
|
||||
@@ -659,7 +669,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [ipinfo](https://clawskills.sh/skills/tiagom101-ipinfo) - Perform IP geolocation lookups using ipinfo.io API.
|
||||
- [kradleverse-cleanup](https://clawskills.sh/skills/themrzz-kradleverse-cleanup) - Remove all stored Kradleverse sessions.
|
||||
- [linkdapi](https://clawskills.sh/skills/foontinz-linkdapi) - Work with LinkdAPI Python SDK for accessing LinkedIn professional profile.
|
||||
- [skywork-excel](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-excel/SKILL.md) - AI-powered spreadsheet operations for creating, analyzing and generating reports.
|
||||
- [skywork-excel](https://clawskills.sh/skills/gxcun17-skywork-excel) - AI-powered spreadsheet operations for creating, analyzing and generating reports.
|
||||
|
||||
</details>
|
||||
|
||||
@@ -1061,8 +1071,8 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [competitor-analyzer](https://clawskills.sh/skills/claudiodrusus-competitor-analyzer) - Analyze any company's competitive position in minutes.
|
||||
- [confidant](https://clawskills.sh/skills/ericsantos-confidant) - Secure secret handoff from human to AI.
|
||||
- [confluence](https://clawskills.sh/skills/francisbrero-confluence) - Search and manage Confluence pages and spaces using confluence-cli.
|
||||
- [bluente-translate](https://github.com/openclaw/skills/blob/main/skills/varsmallrookie/bluente-translate/SKILL.md) - Translate your documents with formatting intact in 2 minutes.
|
||||
- [skywork-document](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-document/SKILL.md) - Generate professional documents from prompts with automatic web search for up-to-date content.
|
||||
- [bluente-translate](https://clawskills.sh/skills/varsmallrookie-bluente-translate) - Translate your documents with formatting intact in 2 minutes.
|
||||
- [skywork-document](https://clawskills.sh/skills/gxcun17-skywork-document) - Generate professional documents from prompts with automatic web search for up-to-date content.
|
||||
|
||||
> **[View all 110 skills in PDF & Documents →](categories/pdf-and-documents.md)**
|
||||
</details>
|
||||
@@ -1111,7 +1121,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [1claw](https://clawskills.sh/skills/kmjones1979-1claw) - HSM-backed vault for agent secrets; store, rotate, share securely.
|
||||
- [age-verification](https://clawskills.sh/skills/raghulpasupathi-age-verification) - Skills for age verification and age-appropriate content filtering.
|
||||
- [amai-id](https://www.clawhub.ai/Gonzih/amai-id) - Soul-Bound Keys and Soulchain for persistent.
|
||||
- [agent-security-harness](https://github.com/openclaw/skills/tree/main/skills/msaleme/agent-security-harness/SKILL.md) - Security testing for AI agent wire protocols and platforms.
|
||||
- [agent-security-harness](https://clawskills.sh/skills/msaleme-agent-security-harness) - Security testing for AI agent wire protocols and platforms.
|
||||
- [api-security](https://clawskills.sh/skills/brandonwise-api-security) - Implement secure API design patterns including authentication, authorization, input validation, rate limiting.
|
||||
- [audit-badge-demo](https://clawskills.sh/skills/tezatezaz-audit-badge-demo) - Demo skill showcasing the audit badge workflow.
|
||||
- [auditing-appstore-readiness](https://clawskills.sh/skills/tristanmanchester-auditing-appstore-readiness) - Audit an iOS app repo.
|
||||
@@ -1134,7 +1144,7 @@ If you believe a skill in this list should be flagged or has a security concern,
|
||||
- [facebook](https://clawskills.sh/skills/codedao12-facebook) - OpenClaw skill for Facebook Graph API workflows focused on Pages posting,.
|
||||
- [feelgoodbot](https://clawskills.sh/skills/kris-hansen-feelgoodbot) - Set up feelgoodbot file integrity monitoring for macOS.
|
||||
- [skill-provenance](https://clawskills.sh/skills/snapsynapse-skill-provenance) - Version tracking and integrity verification for skill bundles
|
||||
- [trentclaw](https://github.com/openclaw/skills/tree/main/skills/trent-ai-release/trentclaw/SKILL.md) - Finds chained attack paths across config, secrets, and permissions.
|
||||
- [trentclaw](https://clawskills.sh/skills/trent-ai-release-trentclaw) - Finds chained attack paths across config, secrets, and permissions.
|
||||
|
||||
> **[View all 54 skills in Security & Passwords →](categories/security-and-passwords.md)**
|
||||
</details>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
- [agent-rpg](https://clawskills.sh/skills/xhrisfu-agent-rpg) - This skill transforms the agent into a Roleplay Game Master (GM) or Character with long-term memory.
|
||||
- [agent-selfie](https://clawskills.sh/skills/iisweetheartii-agent-selfie) - AI agent self-portrait generator.
|
||||
- [agent-sentinel](https://clawskills.sh/skills/jimmystacks-agent-sentinel) - The operational circuit breaker for this agent.
|
||||
- [agentbase](https://github.com/openclaw/skills/tree/main/skills/revmischa/agentbase/SKILL.md) - Shared knowledge base for AI agents via MCP.
|
||||
- [agentbase](https://clawskills.sh/skills/revmischa-agentbase) - Shared knowledge base for AI agents via MCP.
|
||||
- [agentic-calling](https://clawskills.sh/skills/kellyclaudeai-agentic-calling) - Enables AI agents to make and receive phone calls.
|
||||
- [agentic-compass](https://clawskills.sh/skills/orosha-ai-agentic-compass) - Local-only self-reflection that forces action for AI agents.
|
||||
- [agentmail](https://clawskills.sh/skills/adboio-agentmail) - API-first email platform designed for AI agents.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
- [activecampaign](https://clawskills.sh/skills/kesslerio-activecampaign) - ActiveCampaign CRM integration for lead management, deal.
|
||||
- [adcp-advertising](https://clawskills.sh/skills/edyyy62-adcp-advertising) - Automate advertising campaigns with AI.
|
||||
- [admet-prediction](https://clawskills.sh/skills/huifer-admet-prediction) - ADMET (Absorption, Distribution, Metabolism, Excretion, Toxicity) prediction for drug candidates.
|
||||
- [adspower-browser](https://github.com/openclaw/skills/tree/main/skills/adspower/adspower-browser) - Use when the user asks to create or manage AdsPower browsers, groups, tags, proxies, or check status via AdsPower Local API.
|
||||
- [adspower-browser](https://clawskills.sh/skills/adspower-adspower-browser) - Use when the user asks to create or manage AdsPower browsers, groups, tags, proxies, or check status via AdsPower Local API.
|
||||
- [Agent Browser](https://clawskills.sh/skills/thesethrose-agent-browser) - A fast Rust-based headless browser automation CLI.
|
||||
- [agent-browser](https://clawskills.sh/skills/murphykobe-agent-browser-2) - Automates browser interactions for web testing, form.
|
||||
- [agent-daily-planner](https://clawskills.sh/skills/gpunter-agent-daily-planner) - A structured daily planning and execution tracking system for AI agents.
|
||||
@@ -93,7 +93,7 @@
|
||||
- [db-readonly](https://clawskills.sh/skills/ryanhong666-db-readonly) - Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting.
|
||||
- [desearch-x-search](https://clawskills.sh/skills/okradze-desearch-x-search) - Search X (Twitter) in real time.
|
||||
- [doro-command-creator](https://clawskills.sh/skills/a2mus-doro-command-creator) - WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name.
|
||||
- [duoplus-agent](https://github.com/openclaw/skills/tree/main/skills/duoplusofficial/duoplus-agent/SKILL.md) - Control DuoPlus cloud phones via ADB.
|
||||
- [duoplus-agent](https://clawskills.sh/skills/duoplusofficial-duoplus-agent) - Control DuoPlus cloud phones via ADB.
|
||||
- [dune-analytics-api](https://clawskills.sh/skills/lz-web3-dune-analytics-api) - Dune Analytics API for blockchain data queries.
|
||||
- [echo-repeater](https://clawskills.sh/skills/theeightt-echo-repeater) - Echo the user's input back to them with optional formatting like "Echo:" or "You said:" as a prefix.
|
||||
- [edstem](https://clawskills.sh/skills/axel5o5-edstem) - Fetch, sync, and organize EdStem discussion threads for any course or institution.
|
||||
@@ -174,14 +174,14 @@
|
||||
- [mcp-chrome](https://clawskills.sh/skills/femto-mcp-chrome) - Control Chrome browser with AI using MCP protocol.
|
||||
- [mealie](https://clawskills.sh/skills/g1mb01d-mealie) - Interact with a self‑hosted Mealie instance (recipe manager & meal planner) via its REST API.
|
||||
- [meeting-notes-pro](https://clawskills.sh/skills/olivermonneke-meeting-notes-pro) - You are a meeting productivity expert.
|
||||
- [menews](https://github.com/openclaw/skills/tree/main/skills/jamesmenews/menews) - AI-powered crypto and AI market intelligence hub.
|
||||
- [menews](https://clawskills.sh/skills/jamesmenews-menews) - AI-powered crypto and AI market intelligence hub.
|
||||
- [memberstack-cli](https://clawskills.sh/skills/bensabic-memberstack-cli) - Use the Memberstack CLI to manage Memberstack accounts from the terminal.
|
||||
- [meta-fb-inbox](https://clawskills.sh/skills/picseeinc-meta-fb-inbox) - Check Facebook page inbox messages via Meta Business Suite browser automation.
|
||||
- [metengine-data-agent](https://clawskills.sh/skills/saviour1001-metengine-data-agent) - Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora.
|
||||
- [mh-notion](https://clawskills.sh/skills/mohdalhashemi98-hue-mh-notion) - Notion API for creating and managing pages, databases, and blocks.
|
||||
- [minimal-memory](https://clawskills.sh/skills/zencrust-ai-minimal-memory) - Maintain clean, efficient memory files with GOOD/BAD/NEUTRAL categorization and semantic search.
|
||||
- [minimax-speech](https://clawskills.sh/skills/wingchiu-minimax-speech) - Manage MiniMax Speech 2.8 T2A (text-to-audio) and voice catalog lookups.
|
||||
- [mobilerun](https://github.com/openclaw/skills/tree/main/skills/johnmalek312/mobilerun/SKILL.md) - Control Android devices: tap, swipe, type, screenshot (iOS coming soon).
|
||||
- [mobilerun](https://clawskills.sh/skills/johnmalek312-mobilerun) - Control Android devices: tap, swipe, type, screenshot (iOS coming soon).
|
||||
- [mukt](https://clawskills.sh/skills/hgosansn-mukt) - Zero-cost OpenRouter responder that auto-discovers the best currently free model, retries on failures, and returns.
|
||||
- [multilogin](https://clawskills.sh/skills/glebkazachinskiy-multilogin) - Use when you need to manage Multilogin X browser profiles — launch quick disposable profiles, list/start/stop saved.
|
||||
- [multiloginx](https://clawskills.sh/skills/multilogincom-multiloginx) - Use when you need to manage Multilogin X browser profiles — launch quick disposable profiles, list/start/stop saved.
|
||||
|
||||
@@ -908,8 +908,8 @@
|
||||
- [skillshield](https://clawskills.sh/skills/benlee2144-skillshield) - SkillShield v4 — Ultimate security scanner for OpenClaw skills. 65 security checks, SARIF v2.1.0 output, CI/CD.
|
||||
- [skillstore](https://clawskills.sh/skills/chris6970barbarian-hue-skillstore) - Search, install, and create OpenClaw skills with intelligent matching.
|
||||
- [skulk-skill-scanner](https://clawskills.sh/skills/adainthelab-skulk-skill-scanner) - Scan OpenClaw skill folders for security red flags before installing or publishing.
|
||||
- [skywork-music-maker](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-music-maker/SKILL.md) - Create professional music with Mureka AI.
|
||||
- [skywork-ppt](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-ppt/SKILL.md) - Generate, imitate, and edit PowerPoint presentations with skywork.
|
||||
- [skywork-music-maker](https://clawskills.sh/skills/gxcun17-skywork-music-maker) - Create professional music with Mureka AI.
|
||||
- [skywork-ppt](https://clawskills.sh/skills/gxcun17-skywork-ppt) - Generate, imitate, and edit PowerPoint presentations with skywork.
|
||||
- [slybroadcast-voicemail](https://clawskills.sh/skills/danielfoch-slybroadcast-voicemail) - Send Slybroadcast ringless voicemail campaigns from OpenClaw/LLMs using CLI or MCP, including AI voice generation.
|
||||
- [smart-cron](https://clawskills.sh/skills/mariusfit-smart-cron) - Schedule any OpenClaw task using plain English.
|
||||
- [smart-home-energy-saver](https://clawskills.sh/skills/codedao12-smart-home-energy-saver) - Analyze home energy usage and propose safe, read-only automation plans for savings.
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
- [sixel-email](https://clawskills.sh/skills/sixel-et-sixel-email) - 1:1 email channel for agents — the agent can only email one address, and only that address can email the agent.
|
||||
- [skill-cleaner](https://clawskills.sh/skills/jacobthejacobs-skill-cleaner) - Automatically verify "suspicious" skills via VirusTotal and add them to the security allowlist via the Bridge.
|
||||
- [skillguard-audit](https://clawskills.sh/skills/jonathanliu811026-skillguard-audit) - Audit agent skills for security threats before installing them.
|
||||
- [soul-generator](https://github.com/openclaw/skills/tree/main/skills/adenzhou1350/soul-generator/SKILL.md) - Personalize your Agent with dozens of presets.
|
||||
- [soul-generator](https://clawskills.sh/skills/adenzhou1350-soul-generator) - Personalize your Agent with dozens of presets.
|
||||
- [subreddit-scout](https://clawskills.sh/skills/xammarie-subreddit-scout) - Find high-fit subreddits for a product, summarize rules, and suggest value-first posting angles.
|
||||
- [surf-check](https://clawskills.sh/skills/kevinmcnamee-surf-check) - Surf forecast decision engine.
|
||||
- [telnyx-freemium-upgrade](https://clawskills.sh/skills/teamtelnyx-telnyx-freemium-upgrade) - Automatically upgrade Telnyx account from freemium to professional tier.
|
||||
@@ -145,4 +145,4 @@
|
||||
- [voice-email](https://clawskills.sh/skills/sundiver1-voice-email) - Send emails via natural voice commands - designed for accessibility.
|
||||
- [youam](https://clawskills.sh/skills/midlifedad-youam) - Send and receive messages with other AI agents using the Universal Agent Messaging protocol.
|
||||
- [zepto](https://clawskills.sh/skills/bewithgaurav-zepto) - Order groceries from Zepto in seconds.
|
||||
- [lobstermail-agent-email](https://github.com/openclaw/skills/tree/main/skills/samuelchenardlovesboards/lobstermail-agent-email) - Email for AI agents. No API keys, no signup.
|
||||
- [lobstermail-agent-email](https://clawskills.sh/skills/samuelchenardlovesboards-lobstermail-agent-email) - Email for AI agents. No API keys, no signup.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
- [remove-analytics](https://clawskills.sh/skills/jeftekhari-remove-analytics) - Safely remove Google Analytics from a project.
|
||||
- [senior-data-engineer](https://clawskills.sh/skills/alirezarezvani-senior-data-engineer) - Data engineering skill for building scalable.
|
||||
- [senior-data-scientist](https://clawskills.sh/skills/alirezarezvani-senior-data-scientist) - World-class data science skill.
|
||||
- [skywork-excel](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-excel/SKILL.md) - AI-powered spreadsheet operations for creating, analyzing and generating reports.
|
||||
- [skywork-excel](https://clawskills.sh/skills/gxcun17-skywork-excel) - AI-powered spreadsheet operations for creating, analyzing and generating reports.
|
||||
- [supabase](https://clawskills.sh/skills/stopmoclay-supabase) - Connect to Supabase for database operations, vector search, and storage.
|
||||
- [sure](https://clawskills.sh/skills/bt0r-sure) - Get report from Sure personal financial board.
|
||||
- [tabstack-extractor](https://clawskills.sh/skills/noblepayne-tabstack-extractor) - Extract structured data from websites using Tabstack.
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
- [openbotcity](https://clawskills.sh/skills/vincentsider-openbotcity) - A virtual city where AI agents live, work, create, date, and socialize.
|
||||
- [sovereign-rpg-xp-engine](https://clawskills.sh/skills/ryudi84-sovereign-rpg-xp-engine) - You are the RPG Life XP engine.
|
||||
- [sprite-sheet](https://clawskills.sh/skills/kjaylee-sprite-sheet) - **Category**: Game Development | Asset Optimization.
|
||||
- [yumfu](https://github.com/openclaw/skills/tree/main/skills/yumyumtum/yumfu/SKILL.md) - Multi-world text adventure RPG: Wuxia, Harry Potter, Warrior Cats, F15 Down, Three Kingdoms.
|
||||
- [yumfu](https://clawskills.sh/skills/yumyumtum-yumfu) - Multi-world text adventure RPG: Wuxia, Harry Potter, Warrior Cats, F15 Down, Three Kingdoms.
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
- [best-image-generation](https://clawskills.sh/skills/evolinkai-best-image-generation) - Best quality AI image generation (~$0.12-0.20/image)
|
||||
- [bex-nano-banana-pro](https://clawskills.sh/skills/bextuychiev-bex-nano-banana-pro) - Generate or edit images via Gemini 3 Pro Image on Replicate.
|
||||
- [breeze](https://clawskills.sh/skills/keeganthomp-breeze) - Interact with the Breeze yield aggregator through the x402 payment-gated HTTP API.
|
||||
- [cad-agent](https://github.com/clawdbot/skills/tree/main/skills/clawd-maf/cad-agent/SKILL.md) - Rendering server for AI agents doing CAD work.
|
||||
- [cad-agent](https://clawskills.sh/skills/clawd-maf-cad-agent) - Rendering server for AI agents doing CAD work.
|
||||
- [calorie-visualizer](https://clawskills.sh/skills/vintlin-calorie-visualizer) - Local calorie logging and visual reporting (auto-refreshes and returns report image after each log)
|
||||
- [canva-connect](https://clawskills.sh/skills/coolmanns-canva-connect) - Manage Canva designs, assets, and folders via the Connect API.
|
||||
- [canvs](https://clawskills.sh/skills/voronkovm-canvs) - Create and manipulate collaborative whiteboards and diagrams using Canvs.io tools.
|
||||
@@ -93,8 +93,8 @@
|
||||
- [image-gen](https://clawskills.sh/skills/wells1137-image-gen) - Generate images using multiple AI models — Midjourney (via Legnext.ai), Flux, SDXL, Nano Banana (Gemini)
|
||||
- [image-hosting](https://clawskills.sh/skills/rahulgi-image-hosting) - Upload images to img402.dev and get a public URL.
|
||||
- [image-magik-resize](https://clawskills.sh/skills/pr1vateer-image-magik-resize) - Resize images using ImageMagick (CLI)
|
||||
- [ima-all-ai](https://github.com/openclaw/skills/tree/main/skills/allenfancy-gan/ima-all-ai/SKILL.md) - IMA API for image, video, and music generation.
|
||||
- [ima-knowledge-ai](https://github.com/openclaw/skills/tree/main/skills/dai-shuo/ima-knowledge-ai/SKILL.md) - AI content brief and production guide for video, image, and audio.
|
||||
- [ima-all-ai](https://clawskills.sh/skills/allenfancy-gan-ima-all-ai) - IMA API for image, video, and music generation.
|
||||
- [ima-knowledge-ai](https://clawskills.sh/skills/dai-shuo-ima-knowledge-ai) - AI content brief and production guide for video, image, and audio.
|
||||
- [immich-api](https://clawskills.sh/skills/ninjazan420-immich-api) - Immich Photo Management API Bridge.
|
||||
- [immortal](https://clawskills.sh/skills/majestyatenkhu-immortal) - Empowers AI agents with crypto resource vitality assessment.
|
||||
- [instagram-photo-text-overlay](https://clawskills.sh/skills/psyduckler-instagram-photo-text-overlay) - Overlay text on photos for Instagram posts.
|
||||
@@ -143,7 +143,7 @@
|
||||
- [saa-agent](https://clawskills.sh/skills/mirabarukaso-saa-agent) - Enables AI agents to generate images using the Character Select Stand Alone App (SAA) image generation backend.
|
||||
- [shopify-bulk-upload](https://clawskills.sh/skills/zhaoteng-qd-shopify-bulk-upload) - Bulk upload products to Shopify stores.
|
||||
- [skill-1](https://clawskills.sh/skills/claudiodrusus-skill-1) - Generate QR codes from text, URLs, WiFi credentials, vCards, or any data.
|
||||
- [skywork-design](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-design/SKILL.md) - Generate and edit images via Skywork Image for posters, logos and more.
|
||||
- [skywork-design](https://clawskills.sh/skills/gxcun17-skywork-design) - Generate and edit images via Skywork Image for posters, logos and more.
|
||||
- [snapog](https://clawskills.sh/skills/beameasy-snapog) - Generate social images and OG cards from professional templates via the SnapOG API.
|
||||
- [solo-humanize](https://clawskills.sh/skills/fortunto2-solo-humanize) - Strip AI writing patterns from text — em dashes, stock phrases, promotional inflation, performed authenticity.
|
||||
- [sprite-animator](https://clawskills.sh/skills/awlevin-sprite-animator) - Generate animated pixel art sprites from any image using AI.
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
- [pilt](https://clawskills.sh/skills/babpilt-pilt) - Access Pilt fundraising data -- investor matches, campaign stats, outreach events, and deck analysis.
|
||||
- [posthog](https://clawskills.sh/skills/simonfunk-posthog) - Interact with PostHog analytics via its REST API.
|
||||
- [posthog-query](https://clawskills.sh/skills/quinlanjager-posthog-query) - Run SQL queries against PostHog product analytics data using the PostHog CLI.
|
||||
- [postiz](https://github.com/openclaw/skills/tree/main/skills/nevo-david/postiz/SKILL.md) - Schedule social media posts and threads across 28+ platforms.
|
||||
- [postiz](https://clawskills.sh/skills/nevo-david-postiz) - Schedule social media posts and threads across 28+ platforms.
|
||||
- [reef-copywriting](https://clawskills.sh/skills/staybased-reef-copywriting) - Write landing pages, product descriptions, ads, and sales copy using proven direct-response frameworks.
|
||||
- [ryot](https://clawskills.sh/skills/f-liva-ryot) - Complete Ryot media tracker with progress tracking, reviews, collections, analytics, calendar, and automated.
|
||||
- [sentiment-priority-scorer](https://clawskills.sh/skills/vishalgojha-sentiment-priority-scorer) - Score normalized real-estate leads using sentiment, urgency, intent, recency, and record type to produce.
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
- [skill-3](https://clawskills.sh/skills/claudiodrusus-skill-3) - Swiss-army knife for JSON files.
|
||||
- [skill-install-guardian](https://clawskills.sh/skills/zendenho7-skill-install-guardian) - Security and due diligence layer for installing external skills from ClawHub.
|
||||
- [skill-shield](https://clawskills.sh/skills/yx2601816404-sys-skill-shield) - Security audit tool for ClawHub skills.
|
||||
- [skywork-document](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-document/SKILL.md) - Generate professional documents from prompts with automatic web search for up-to-date content.
|
||||
- [skywork-document](https://clawskills.sh/skills/gxcun17-skywork-document) - Generate professional documents from prompts with automatic web search for up-to-date content.
|
||||
- [source-cult-follower](https://clawskills.sh/skills/ccclucky-source-cult-follower) - Join The Source Cult as a follower agent — adopt doctrine, perform daily rites, and leave verifiable witness.
|
||||
- [sovereign-daily-digest](https://clawskills.sh/skills/ryudi84-sovereign-daily-digest) - You are the **Daily Digest** skill.
|
||||
- [splitwise](https://clawskills.sh/skills/richieforeman-splitwise) - Create and manage expenses on Splitwise.
|
||||
@@ -106,4 +106,4 @@
|
||||
- [x-to-kindle](https://clawskills.sh/skills/brianlu365ai-x-to-kindle) - Send X/Twitter posts to Kindle for distraction-free reading.
|
||||
- [xapi-labs](https://clawskills.sh/skills/glacier-luo-xapi-labs) - Aggregated API platform for AI agents.
|
||||
- [xapi123123](https://clawskills.sh/skills/glacier-luo-xapi123123) - Aggregated API platform for AI agents.
|
||||
- [bluente-translate](https://github.com/openclaw/skills/blob/main/skills/varsmallrookie/bluente-translate/SKILL.md) - Translate your documents with formatting intact in 2 minutes.
|
||||
- [bluente-translate](https://clawskills.sh/skills/varsmallrookie-bluente-translate) - Translate your documents with formatting intact in 2 minutes.
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
- [bioskills](https://clawskills.sh/skills/djemec-bioskills) - Installs 425 bioinformatics skills covering sequence analysis, RNA-seq, single-cell, variant calling, metagenomics.
|
||||
- [blackpix](https://clawskills.sh/skills/blackpixcom-blackpix) - Connect to the BlackPix distributed AI knowledge network.
|
||||
- [blossom-hire](https://clawskills.sh/skills/robbiwu-blossom-hire) - Post a job, task, or paid shift to hire local help in Blossom.
|
||||
- [boss-ai-agent](https://github.com/openclaw/skills/tree/main/skills/tonypk/boss-ai-agent/SKILL.md) - AI management middleware with 14 mentors and 9 culture packs.
|
||||
- [boss-ai-agent](https://clawskills.sh/skills/tonypk-boss-ai-agent) - AI management middleware with 14 mentors and 9 culture packs.
|
||||
- [botcoin-miner](https://clawskills.sh/skills/happybigmtn-botcoin-miner) - Mine Botcoin with a trust-first workflow: clear value proposition, verifiable binaries, and explicit operational.
|
||||
- [bounty-hunter](https://clawskills.sh/skills/satoshi891102-bounty-hunter) - Find, evaluate, and submit online bounties and hackathons for prize money.
|
||||
- [brainz-tasks](https://clawskills.sh/skills/xejrax-brainz-tasks) - Manage Todoist tasks using the `todoist` CLI.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[← Back to main list](../README.md#table-of-contents)
|
||||
|
||||
**353 skills**
|
||||
**354 skills**
|
||||
|
||||
- [1](https://clawskills.sh/skills/nastrology-1) - Personal knowledge base powered by Ensue for capturing and retrieving.
|
||||
- [academic-deep-research](https://clawskills.sh/skills/kesslerio-academic-deep-research) - Transparent, rigorous research with full.
|
||||
@@ -219,6 +219,7 @@
|
||||
- [muninn](https://clawskills.sh/skills/endgegnerbert-tech-muninn) - Universal Context Protocol (CXP) for AI agents. v2.3.7 includes the latest high-performance CXP engine (compiled.
|
||||
- [muninn-memory](https://clawskills.sh/skills/phillipneho-muninn-memory) - Memory system for AI agents.
|
||||
- [mycroft](https://clawskills.sh/skills/fabe-mycroft) - EPUB and ebook ingestion, local vector index, and Q&A CLI for books.
|
||||
- [nature-paper-hub](https://clawhub.ai/Yang1Bai/nature-paper-hub) - Full-pipeline AI writing agent for Nature-series journals (12 journals). Covers journal selection, manuscript drafting, figure generation (CSV→PDF), CrossRef citation verification, LaTeX/Word/PPT export, bilingual paper reader, and reviewer response. Includes 534-paper curated literature index.
|
||||
- [nadfunagent](https://clawskills.sh/skills/encipher88-nadfunagent) - Autonomous trading agent for Nad.fun that scans markets, analyzes tokens, executes trades, and distributes profits.
|
||||
- [native-typeform](https://clawskills.sh/skills/codeninja23-native-typeform) - Read Typeform forms and responses directly via the Typeform API.
|
||||
- [naver-shopping](https://clawskills.sh/skills/dryoo-naver-shopping) - Search for products on Naver Shopping.
|
||||
@@ -286,7 +287,7 @@
|
||||
- [skill-seo](https://clawskills.sh/skills/alexyuui-skill-seo) - Optimize your ClawHub skill for maximum discoverability.
|
||||
- [skill-store](https://clawskills.sh/skills/yx2601816404-sys-skill-store) - Smart skill installation advisor for ClawHub.
|
||||
- [skillzmarket](https://clawskills.sh/skills/hiich-skillzmarket) - Search and call monetized AI skills from Skillz Market with automatic USDC payments on Base.
|
||||
- [skywork-search](https://github.com/openclaw/skills/blob/main/skills/gxcun17/skywork-search/SKILL.md) - AI-powered web search for real-time information — retrieve up-to-date content.
|
||||
- [skywork-search](https://clawskills.sh/skills/gxcun17-skywork-search) - AI-powered web search for real-time information — retrieve up-to-date content.
|
||||
- [social-intelligence](https://clawskills.sh/skills/atyachin-social-intelligence) - Social Intelligence — AI-powered social media research across Twitter, Instagram, and Reddit. 1.5B+ posts indexed.
|
||||
- [solo-audit](https://clawskills.sh/skills/fortunto2-solo-audit) - Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps.
|
||||
- [solo-seo-audit](https://clawskills.sh/skills/fortunto2-solo-seo-audit) - SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores.
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
- [her-voice](https://clawskills.sh/skills/matusvojtek-her-voice) - Give your agent a voice.
|
||||
- [inworld-tts](https://clawskills.sh/skills/gugic-inworld-tts) - Text-to-speech via Inworld.ai API.
|
||||
- [jarvis-voice](https://clawskills.sh/skills/globalcaos-jarvis-voice) - Metallic AI voice persona with TTS and visual transcript styling.
|
||||
- [kesha-voice-kit](https://github.com/openclaw/skills/tree/main/skills/drakulavich/kesha-voice-kit/SKILL.md) - Local STT + TTS with Russian, offline on Apple Silicon.
|
||||
- [kesha-voice-kit](https://clawskills.sh/skills/drakulavich-kesha-voice-kit) - Local STT + TTS with Russian, offline on Apple Silicon.
|
||||
- [kokoro-tts](https://clawskills.sh/skills/edkief-kokoro-tts) - Generate spoken audio from text using the local Kokoro TTS engine.
|
||||
- [lnbits](https://clawskills.sh/skills/talvasconcelos-lnbits) - Manage LNbits Lightning Wallet (Balance, Pay, Invoice)
|
||||
- [lnbits-with-qrcode](https://clawskills.sh/skills/jamestsetsekas-lnbits-with-qrcode) - Manage LNbits Lightning Wallet (Balance, Pay, Invoice)
|
||||
|
||||
Reference in New Issue
Block a user