skill_id stringlengths 29 101 | name stringlengths 3 58 | description stringlengths 21 1.62k | body stringlengths 317 47.4k | frontmatter_raw stringlengths 411 6.07k | source stringlengths 8 51 | source_url stringclasses 49
values | source_path stringlengths 1 100 | license stringclasses 8
values | category stringclasses 16
values | tags listlengths 0 32 | content_hash stringlengths 64 64 | body_tokens int32 79 11.8k | has_scripts bool 2
classes | has_references bool 2
classes | added_at timestamp[us, tz=UTC]date 2026-04-22 03:43:37 2026-07-23 10:15:35 | updated_at timestamp[us, tz=UTC]date 2026-05-22 02:12:35 2026-07-23 10:15:35 | attachment_path stringlengths 30 102 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
awesome:openclaw/skills__feishu-group-ops__3b2b402e | feishu-group-ops | Manage Feishu (Lark) group chats using natural language. Use when the user wants to: add or remove group members, list groups or members, send a message to a group, rename a group, or create a new group. Reads Feishu credentials automatically from OpenClaw config — no manual setup needed. Read operations are free; writ... | # Feishu Group Manager
## Quick Reference
| Operation | Command | Billed |
|-----------|---------|--------|
| Check permissions | `check_permissions` | Free |
| Get access token | `get_token` | Free |
| List all groups | `list_chats` | Free |
| Find group by name | `find_chat --name` | Free |
| List group members | `... | {"name": "feishu-group-ops", "description": "Manage Feishu (Lark) group chats using natural language. Use when the user wants to: add or remove group members, list groups or members, send a message to a group, rename a group, or create a new group. Reads Feishu credentials automatically from OpenClaw config — no manual... | openclaw/skills | https://github.com/your-github/feishu-group-ops | skills/vinzeny/feishu-group-ops | MIT | COMMS | [] | 3b2b402e9ecd4d1d6b0fa4a438fb21b2e471c96f689a6be571c4aad81f3c2750 | 1,285 | true | false | 2026-04-27T09:24:29.016771Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__feishu-group-ops__3b2b402e |
jeremylongshore/claude-code-plugins-plus-skills__portaljs-deploy__f8f6c111 | portaljs-deploy | Deploy a PortalJS portal to PortalJS Arc — Datopian-managed static hosting on Cloudflare. Builds a static export, uploads it, and returns a live SLUG.arc.portaljs.com URL. One command, one target. Use when a portal is ready to publish or redeploy to a live URL. | # PortalJS — Deploy
## Overview
Publish an existing PortalJS portal to **PortalJS Arc** — Datopian's managed static
hosting on Cloudflare. Build a static export, upload it to the Arc API, and print a live
`https://SLUG.arc.portaljs.com` URL. Re-running redeploys the same portal (idempotent on
the slug). This is a sin... | {"name": "portaljs-deploy", "description": "Deploy a PortalJS portal to PortalJS Arc — Datopian-managed static hosting on Cloudflare. Builds a static export, uploads it, and returns a live SLUG.arc.portaljs.com URL. One command, one target. Use when a portal is ready to publish or redeploy to a live URL.", "allowed-too... | jeremylongshore/claude-code-plugins-plus-skills | null | plugins/community/portaljs/skills/portaljs-deploy | MIT | OTHER | [
"portaljs",
"data-portal",
"deploy",
"hosting",
"cloudflare",
"static"
] | f8f6c111ee9d60419540a861a4e80cd0cebf88401cbe61f8db46b0b25b517a0d | 1,176 | false | true | 2026-07-23T08:17:51.211137Z | 2026-07-23T08:17:51Z | jeremylongshore__claude-code-plugins-plus-skills__portaljs-deploy__f8f6c111 |
awesome:openclaw/skills__os-activity__6c4247c4 | os-activity | Personalize your openclaw by learning your operating system activity. | # OS Activity - Personalize your OpenClaw by learning how you use your computer.
By leveraging `osquery` tool, add additional information telling OpenClaw about your activity on the computer, such as recent edited files, program running, etc. OpenClaw can then use this information to provide more personalized and relev... | {"name": "os-activity", "description": "Personalize your openclaw by learning your operating system activity.", "metadata": {"openclaw": {"requires": {"bins": ["python"]}}}, "everclaw": {"skill_id": "awesome:openclaw/skills__os-activity__6c4247c4", "source": "openclaw/skills", "category": "DATA", "quality_score": 0.638... | openclaw/skills | null | skills/xiaobao520123/os-activity | MIT | DATA | [] | 6c4247c41eefa77db5d94c54e6cedac29534c0aadd1fc975d7b5d8763289d3ef | 504 | true | false | 2026-04-27T08:25:53.314566Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__os-activity__6c4247c4 |
awesome:LambdaTest/agent-skills__selenide-skill__5dbf4ff1 | selenide-skill | Generates Selenide tests in Java. Concise UI testing framework built on Selenium with automatic waits and fluent API. Use when user mentions "Selenide", "$(selector)", "shouldBe(visible)", "Selenide Java". Triggers on: "Selenide", "$() selector", "shouldBe", "shouldHave", "Selenide test". | # Selenide Automation Skill
## Core Patterns
### Basic Test
```java
import com.codeborne.selenide.*;
import static com.codeborne.selenide.Selenide.*;
import static com.codeborne.selenide.Condition.*;
import org.junit.jupiter.api.Test;
class LoginTest {
@Test
void loginWithValidCredentials() {
open("... | {"name": "selenide-skill", "description": "Generates Selenide tests in Java. Concise UI testing framework built on Selenium with automatic waits and fluent API. Use when user mentions \"Selenide\", \"$(selector)\", \"shouldBe(visible)\", \"Selenide Java\". Triggers on: \"Selenide\", \"$() selector\", \"shouldBe\", \"sh... | LambdaTest/agent-skills | null | selenide-skill | MIT | TESTING | [] | 5dbf4ff1094f757f7f6b0db424cc97c0d5e2b185c51848d86b59a00d50345ef9 | 654 | false | false | 2026-04-22T03:45:18.362436Z | 2026-05-24T16:50:51Z | awesome:LambdaTest__agent-skills__selenide-skill__5dbf4ff1 |
bitsoex/bitso-java__fix-vulnerabilities__fd7914e4 | fix-vulnerabilities | Fix Dependabot security vulnerabilities in Java/Gradle projects using severity-based processing, dependency substitution strategies, and dependency graph verification. Use when Dependabot alerts need resolution with proper CI validation. | # Fix Vulnerabilities
Fix Dependabot security vulnerabilities in Java/Gradle projects with proper verification.
## When to use this skill
- Resolving Dependabot security alerts
- Fixing CVE vulnerabilities in dependencies
- Verifying dependency graph for CI compliance
- Choosing the right fix strategy for transitive... | {"name": "fix-vulnerabilities", "description": "Fix Dependabot security vulnerabilities in Java/Gradle projects using severity-based processing, dependency substitution strategies, and dependency graph verification. Use when Dependabot alerts need resolution with proper CI validation.\n", "compatibility": "Java project... | bitsoex/bitso-java | null | .claude/skills/fix-vulnerabilities | MIT | SECURITY | [] | fd7914e451b3430521f531c8dba1bdb887946e3e8f33d5cbbcecaeed60de950f | 1,234 | false | true | 2026-05-14T11:41:53.194711Z | 2026-05-24T16:50:57Z | bitsoex__bitso-java__fix-vulnerabilities__fd7914e4 |
aipoch/medical-research-skills__arxiv-preflight__5466a8a2 | arxiv-preflight | Run a submission-readiness preflight on a manuscript before arXiv upload. Use when the user is preparing an arXiv submission, asks to check a paper before uploading, mentions hallucinated or fake references, leftover LLM meta-comments / prompts in text, placeholder data (TODO, TBD, XX%), AI-use disclosure, scholarly in... | > **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)
# arXiv Preflight
Submission-readiness review for a manuscript before arXiv upload. The goal is **not** to judge whether a paper was AI-written from style. The goal is to find concrete, locatable, revi... | {"name": "arxiv-preflight", "description": "Run a submission-readiness preflight on a manuscript before arXiv upload. Use when the user is preparing an arXiv submission, asks to check a paper before uploading, mentions hallucinated or fake references, leftover LLM meta-comments / prompts in text, placeholder data (TODO... | aipoch/medical-research-skills | null | awesome-med-research-skills/Academic Writing/arxiv-preflight | MIT | OTHER | [] | 5466a8a27168dd65c269c058859246caf6fa2add2c2475dd88cf2c42a1b83e53 | 1,670 | true | true | 2026-07-23T09:26:12.364949Z | 2026-07-23T09:26:12Z | aipoch__medical-research-skills__arxiv-preflight__5466a8a2 |
awesome:openclaw/skills__knowledge-base-organizer__7ee12e30 | knowledge-base-organizer | 整理本地知识库,包括文件合并、重命名、去重、索引更新等。使用当用户需要整理知识库、合并重复内容、统一文件命名格式、更新目录索引时。适用于 Markdown 文档、脚本文件、配置文件等知识库内容的整理。 | # Knowledge Base Organizer
## 概述
本技能提供本地知识库整理的完整流程,包括文件合并、重命名、去重、索引更新等操作。适用于 OpenClaw 资料库、技术文档、项目文档等知识库的整理。
## 整理原则
1. **仔细查阅目录索引 README.md** - 在整理前先了解现有结构
2. **将同类型内容整理到一个文件内** - 合并重复或相关的内容
3. **其他未做修改的文件不需要更改阅读** - 只处理需要修改的文件
4. **所有文件名需按"- 01 - *"编号** - 统一命名格式
5. **添加或修改完文件后,更新索引目录** - 保持 README.md 同步
## 整理流程
... | {"name": "knowledge-base-organizer", "description": "整理本地知识库,包括文件合并、重命名、去重、索引更新等。使用当用户需要整理知识库、合并重复内容、统一文件命名格式、更新目录索引时。适用于 Markdown 文档、脚本文件、配置文件等知识库内容的整理。", "everclaw": {"skill_id": "awesome:openclaw/skills__knowledge-base-organizer__7ee12e30", "source": "openclaw/skills", "category": "DOC-PROC", "quality_score": 0.409,... | openclaw/skills | null | skills/cheney87/knowledge-base-organizer | MIT | DOC-PROC | [] | 7ee12e306429751f555b468c95bb668b6d77ef691d9bf5002c016122ca7df437 | 874 | true | false | 2026-04-27T08:37:42.857530Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__knowledge-base-organizer__7ee12e30 |
aAAaqwq/claude-code-skills__account-executive__4b6adf90 | account-executive | Expert sales execution covering pipeline management, discovery, demos, negotiation, and deal closing. Use when qualifying opportunities, running MEDDIC discovery, building account plans, handling objections, structuring proposals, or forecasting pipeline. | # Account Executive
The agent operates as an expert account executive, driving revenue through disciplined pipeline management, structured discovery, value-based selling, strategic negotiation, and accurate forecasting.
## Workflow
1. **Qualify the opportunity** -- Score the lead against ICP criteria and MEDDIC dime... | {"name": "account-executive", "description": "Expert sales execution covering pipeline management, discovery, demos, negotiation, and deal closing. Use when qualifying opportunities, running MEDDIC discovery, building account plans, handling objections, structuring proposals, or forecasting pipeline.\n", "license": "MI... | aAAaqwq/claude-code-skills | null | skills/account-executive | MIT | WORKFLOW | [] | 4b6adf901110c5127f63653fceb7d85ac0607cd93dd714dc5614618140bdc8fb | 3,284 | true | false | 2026-05-11T18:06:47.908092Z | 2026-05-24T16:50:55Z | aAAaqwq__claude-code-skills__account-executive__4b6adf90 |
fsyyft-go/kratos-layout__python-venv-manager__73847581 | python-venv-manager | Python 虚拟环境自动化管理工具。当项目需要创建或管理 Python 虚拟环境(.venv)时使用此技能:检测现有环境、创建新环境、生成 requirements.txt、安装依赖包、配置 Git 忽略规则。 | # Python 虚拟环境管理器
## 概述
自动化 Python 虚拟环境(.venv)的创建、管理和依赖安装,确保项目依赖隔离和开发环境的可重现性。
## 使用场景
- **新项目初始化** - 为全新 Python 项目设置虚拟环境
- **现有项目环境化** - 为没有虚拟环境的项目添加依赖隔离
- **依赖管理** - 自动生成和维护 requirements.txt
- **环境健康检查** - 验证虚拟环境状态和完整性
- **团队协作** - 确保所有开发者使用相同的环境配置
## 快速开始
### 一键初始化(推荐)
对于全新项目,执行完整流程:
```bash
# 1. 检查虚拟环境状态
pyth... | {"name": "python-venv-manager", "description": "Python 虚拟环境自动化管理工具。当项目需要创建或管理 Python 虚拟环境(.venv)时使用此技能:检测现有环境、创建新环境、生成 requirements.txt、安装依赖包、配置 Git 忽略规则。", "everclaw": {"skill_id": "fsyyft-go/kratos-layout__python-venv-manager__73847581", "source": "fsyyft-go/kratos-layout", "category": "DEV", "quality_score": 0.778, ... | fsyyft-go/kratos-layout | null | .claude/skills/python-venv-manager | MIT | DEV | [] | 73847581027ba2d8c3deca3d9f5617c2f9b1356bd03c10d0fa1b0d4a237a0c9d | 1,927 | true | true | 2026-05-20T05:06:59.343665Z | 2026-05-24T16:50:58Z | fsyyft-go__kratos-layout__python-venv-manager__73847581 |
awesome:openclaw/skills__efnet-social__3a9be694 | efnet-social | The IRC social network for AI agents. Chat, share knowledge, and build bot culture on EFnet. | # EFnet Social
The IRC social network for AI agents. Real-time chat, knowledge sharing, and emergent bot culture.
## Why IRC for Bots?
- **Real-time**: No API rate limits, instant messaging
- **Decentralized**: No single company controls it
- **Anonymous**: Connect however you want (Tor, VPN, or direct)
- **Classic*... | {"name": "efnet-social", "version": "0.1.0", "description": "The IRC social network for AI agents. Chat, share knowledge, and build bot culture on EFnet.", "homepage": "https://github.com/clawdbot/efnet-social", "metadata": {"category": "social", "network": "efnet"}, "everclaw": {"skill_id": "awesome:openclaw/skills__e... | openclaw/skills | https://github.com/clawdbot/efnet-social | skills/funkpower/efnet-social | MIT | COMMS | [] | 3a9be694357cc771205b7214585e0eca2eaf67ea7c3b70c060a99d29ba765e96 | 1,995 | false | false | 2026-04-27T07:55:04.723920Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__efnet-social__3a9be694 |
NVIDIA/skills__tao-finetune-huggingface-model__88b8d3da | tao-finetune-huggingface-model | Fine-tune any HuggingFace CV / VLM / LLM model on local NVIDIA GPUs inside an NGC PyTorch container. Use when the user wants to fine-tune a HuggingFace model (full or LoRA), train a vision / VLM / LLM model end-to-end, generate a reproducible HF training pipeline, smoke-test a HuggingFace model locally before scale-up,... | <!-- Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved. Licensed under the Apache License, Version 2.0; see http://www.apache.org/licenses/LICENSE-2.0 -->
# tao-finetune-huggingface-model
Local NVIDIA GPU fine-tuning for HuggingFace models, grounded in live-fetched
documentation with curated references as a... | {"name": "tao-finetune-huggingface-model", "description": "Fine-tune any HuggingFace CV / VLM / LLM model on local NVIDIA GPUs inside an NGC PyTorch container. Use when the user wants to fine-tune a HuggingFace model (full or LoRA), train a vision / VLM / LLM model end-to-end, generate a reproducible HF training pipeli... | NVIDIA/skills | null | skills/tao-finetune-huggingface-model | Apache-2.0 | OTHER | [
"finetuning",
"huggingface",
"nvidia-tao",
"computer-vision",
"training"
] | 88b8d3dab4fa52f989627cb4a2087e8aaf91531abac0a9bd411c57c0ad663403 | 4,102 | false | true | 2026-07-23T09:16:08.033365Z | 2026-07-23T09:16:08Z | NVIDIA__skills__tao-finetune-huggingface-model__88b8d3da |
canner/wrenai__wren-dlt-connector__93cd2ddc | wren-dlt-connector | Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project from the loaded data. Use this skill whenever th... | # wren-dlt-connector
Connect SaaS data to Wren Engine for SQL analysis — from zero to a verified, queryable project in one conversation.
## Who this is for
Data analysts who know SQL and some Python, but may not have used dlt or Wren before. Explain concepts briefly when they first appear, but don't over-explain thi... | {"name": "wren-dlt-connector", "description": "Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project f... | canner/wrenai | null | skills/wren-dlt-connector | Apache-2.0 | DATA | [] | 93cd2ddc561365114c6da4a86fab488e4f871a6a3219777674e3666304965ea7 | 2,572 | true | true | 2026-05-12T01:13:23.975683Z | 2026-05-24T16:50:56Z | canner__wrenai__wren-dlt-connector__93cd2ddc |
AIDotNet/MoYuCode__text-to-speech__1f77f9ce | text-to-speech | 将文本转换为语音音频文件,支持多种声音和语言。 | # Text to Speech Tool
## Description
Convert text to speech audio files with support for multiple voices, languages, and speech rates.
## Trigger
- `/tts` command
- User needs text to speech
- User wants to generate audio
## Usage
```bash
# Speak text
python scripts/text_to_speech.py "Hello World"
# Save to file
p... | {"name": "text-to-speech", "description": "将文本转换为语音音频文件,支持多种声音和语言。", "metadata": {"short-description": "文字转语音"}, "source": {"repository": "https://github.com/pyttsx3/pyttsx3", "license": "MPL-2.0"}, "everclaw": {"skill_id": "AIDotNet/MoYuCode__text-to-speech__1f77f9ce", "source": "AIDotNet/MoYuCode", "category": "MULTI... | AIDotNet/MoYuCode | null | skills/tools/text-to-speech | MIT | MULTIMEDIA | [] | 1f77f9ce86c128d29e9af80e1d92ce9c02fc0476612b11e12750b864b27b9360 | 167 | true | false | 2026-05-18T04:53:43.617602Z | 2026-05-24T16:50:57Z | AIDotNet__MoYuCode__text-to-speech__1f77f9ce |
VNTANA-3D/vntana-n8n-node__vntana-auth__07aa9466 | vntana-auth | Get a valid VNTANA X-AUTH-TOKEN for API testing. Use when you need to test VNTANA API calls with curl, verify API request formats, or debug 400/401 errors. Reads credentials from the project's .env file (VNTANA_EMAIL, VNTANA_PASSWORD, VNTANA_ORGANIZATION_UUID). | # VNTANA Authentication
Get a valid X-AUTH-TOKEN for testing VNTANA API calls.
## Get Token
```bash
TOKEN=$(/Users/benconway/GitHub/VNTANA-n8n-node/.claude/skills/vntana-auth/scripts/get_token.sh)
echo "Token: $TOKEN"
```
## Use Token with curl
```bash
TOKEN=$(/Users/benconway/GitHub/VNTANA-n8n-node/.claude/skills... | {"name": "vntana-auth", "description": "Get a valid VNTANA X-AUTH-TOKEN for API testing. Use when you need to test VNTANA API calls with curl, verify API request formats, or debug 400/401 errors. Reads credentials from the project's .env file (VNTANA_EMAIL, VNTANA_PASSWORD, VNTANA_ORGANIZATION_UUID).", "everclaw": {"sk... | VNTANA-3D/vntana-n8n-node | null | .claude/skills/vntana-auth | MIT | AUTH | [] | 07aa9466e3d27f380da185aa010ac921bf329c637b91bbde877babd3e243e55d | 254 | true | false | 2026-05-11T17:37:15.749029Z | 2026-05-24T16:50:55Z | VNTANA-3D__vntana-n8n-node__vntana-auth__07aa9466 |
awesome:vasilyu1983/AI-Agents-public__document-pdf__7fa1c32e | document-pdf | Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, and handle forms. Use for any PDF generation or parsing task. | # Document PDF Skill — Quick Reference
This skill enables PDF creation, extraction, manipulation, and analysis. Claude should apply these patterns when users need to generate invoices, reports, extract data from PDFs, merge documents, or work with PDF forms.
**Modern Best Practices (Jan 2026)**:
- PDF is a release ar... | {"name": "document-pdf", "description": "Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, and handle forms. Use for any PDF generation or parsing task.", "allowed-tools": "Bash, Read, Write, Glob, Grep", "everclaw": {"skill_id": "awesome:vasilyu1983/AI-Agents-public__document-pdf__7fa1c32e", "s... | vasilyu1983/AI-Agents-public | null | frameworks/shared-skills/skills/document-pdf | MIT | DOC-PROC | [] | 7fa1c32ef3fa187a7694e249a6325c86e653c472a718c5b96125365bae6adab2 | 1,866 | true | true | 2026-04-29T02:44:27.613240Z | 2026-05-24T16:50:54Z | awesome:vasilyu1983__AI-Agents-public__document-pdf__7fa1c32e |
AlterLab-IEU/AlterLab-Academic-Skills__alterlab-aperta__a5e884e0 | alterlab-aperta | Drives TÜBİTAK Açık Bilim Politikası (Open Science Policy) compliance and deposition into Aperta — TÜBİTAK ULAKBİM's national open archive at aperta.ulakbim.gov.tr — encoding the binding mandates (green-road deposit of the accepted manuscript on acceptance; open access within 6 months for fen/mühendislik (STEM) and 12 ... | # Aperta & TÜBİTAK Open Science Compliance
Turkey's national open-science track. Given a TÜBİTAK-funded output (an
accepted manuscript, a dataset, or a grant proposal that needs a data plan),
this skill turns the **TÜBİTAK Açık Bilim Politikası** (Open Science Policy) into
a concrete checklist: deposit the right objec... | {"name": "alterlab-aperta", "description": "Drives TÜBİTAK Açık Bilim Politikası (Open Science Policy) compliance and deposition into Aperta — TÜBİTAK ULAKBİM's national open archive at aperta.ulakbim.gov.tr — encoding the binding mandates (green-road deposit of the accepted manuscript on acceptance; open access within... | AlterLab-IEU/AlterLab-Academic-Skills | null | skills/turkish-academia/alterlab-aperta | MIT | OTHER | [] | a5e884e0706d92508fceab9587dbe6d8f374ba7faf1d1e98f4a30b01963760ca | 2,464 | true | true | 2026-07-23T07:33:23.067743Z | 2026-07-23T07:33:23Z | AlterLab-IEU__AlterLab-Academic-Skills__alterlab-aperta__a5e884e0 |
SteinVR/Agentic-Project-Management__apm-test__146fa923 | apm-test | Write and run tests (unit, integration, contract, e2e). Defines a layered test strategy for WAVE-based execution, coverage targets, and test reports. Use when adding tests, validating changes, or auditing test coverage. | ## What I do
- Define a layered test strategy aligned with WAVE-based execution.
- Guide creation of tests at the right layer for the current workflow phase.
- Provide report templates for test outcomes.
## Test layers
| Layer | Scope | When written | Who | What it tests |
|-------|-------|-------------|-----|-------... | {"name": "apm-test", "description": "Write and run tests (unit, integration, contract, e2e). Defines a layered test strategy for WAVE-based execution, coverage targets, and test reports. Use when adding tests, validating changes, or auditing test coverage.", "everclaw": {"skill_id": "SteinVR/Agentic-Project-Management_... | SteinVR/Agentic-Project-Management | null | apm_source/skills/apm-test | MIT | TESTING | [] | 146fa9233d66025ded3d8eb14960c4fa0ae259aaf7766924f342da4116dacaad | 575 | false | true | 2026-05-13T02:07:11.832150Z | 2026-05-24T16:50:56Z | SteinVR__Agentic-Project-Management__apm-test__146fa923 |
sales-skills/sales__sales-validateidea__95309ad8 | sales-validateidea | Validate Idea (validateidea.io) platform help — a no-code smoke-test landing-page builder for validating a startup idea before you build it: spin up a validation page in minutes (drag-and-drop, AI, or code editor), point a custom domain, and read real demand from built-in analytics, session replays, and forms/surveys c... | # Validate Idea Platform Help
Validate Idea (**validateidea.io**) is a **no-code smoke-test landing-page builder** for founders,
makers, and vibe coders who want to **test demand before writing a line of code**. You describe or
design a page (drag-and-drop editor, **AI editor** that generates a page from a prompt, or ... | {"name": "sales-validateidea", "description": "Validate Idea (validateidea.io) platform help — a no-code smoke-test landing-page builder for validating a startup idea before you build it: spin up a validation page in minutes (drag-and-drop, AI, or code editor), point a custom domain, and read real demand from built-in ... | sales-skills/sales | null | skills/sales-validateidea | MIT | OTHER | [
"sales",
"validation",
"pre-launch",
"funnel",
"platform"
] | 95309ad80b016d60edb283916b5e1072d176df14bfc4691cd410a32647cfbe7f | 3,431 | false | true | 2026-07-23T10:13:20.534206Z | 2026-07-23T10:13:20Z | sales-skills__sales__sales-validateidea__95309ad8 |
awesome:openclaw/skills__muapi-workflow__bca2ee8e | muapi-workflow | Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines. | # AI Workflow Builder
Chain any combination of muapi.ai generation steps into automated pipelines. The AI architect converts your plain-language description into a runnable node graph.
## Prerequisites
Always ensure the `muapi` CLI is up-to-date before running any commands. Reinstall from source at the start of ever... | {"slug": "muapi-workflow-skill", "name": "muapi-workflow", "version": "0.1.0", "description": "Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automa... | Anil-matcha/awesome-generative-ai-apps | null | skills/anil-matcha/muapi-workflow-skill | MIT | AI-ML | [] | bca2ee8e0f9e7775c74df10334317246f03682765ac140bdfd750b72afb950fe | 1,568 | true | false | 2026-04-27T07:27:26.943595Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__muapi-workflow__bca2ee8e |
awesome:openclaw/skills__cex__bf131900 | cex | Analyze cex operations. Use when you need to understand cex mechanisms, evaluate protocol security, or reference on-chain concepts. | # Cex
Analyze cex operations. Use when you need to understand cex mechanisms, evaluate protocol security, or reference on-chain concepts.
## When to Use
- **status**: Show current status
- **add**: Add new entry
- **list**: List all entries
- **search**: Search entries
- **remove**: Remove entry by number
- **export... | {"name": "cex", "version": "1.0.0", "description": "Analyze cex operations. Use when you need to understand cex mechanisms, evaluate protocol security, or reference on-chain concepts.", "author": "BytesAgain", "homepage": "https://bytesagain.com", "source": "https://github.com/bytesagain/ai-skills", "tags": ["cex", "bl... | openclaw/skills | https://bytesagain.com | skills/xueyetianya/cex | MIT | DATA | [
"cex",
"blockchain",
"cli",
"tool"
] | bf131900b53957d0dfa34e2067184a5e9af7e4747ab727dbba54a2392da1cfa5 | 334 | true | false | 2026-04-27T08:09:02.209218Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__cex__bf131900 |
awesome:openclaw/skills__letundra__bd6de752 | letundra | Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, праздниках, курсах валют. NOT for: бронирование, отели. | # 🌍 Letundra — всё о путешествиях
Универсальный AI-скилл для получения информации с **letundra.com** — визы, новости, праздники, курсы валют.
## Что умеет скилл
| Функция | Описание |
|---------|----------|
| 🛂 Виза | Визовые требования, безвизовый режим, документы |
| 📰 Новости | Авиация, акции, визовые изменени... | {"name": "letundra", "description": "Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, праздниках, курсах валют. NOT for: бронирование, отели.", "homepage": "https://letundra.com", "metadata": {"openclaw": {"emoji": ... | openclaw/skills | https://letundra.com | skills/leninws/letundra | MIT | DATA | [] | bd6de7527662f89e929b5ef7ca1760d68cbfc81d89fc8fb9bf104c10ffacd357 | 593 | true | false | 2026-04-27T07:20:21.346452Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__letundra__bd6de752 |
awesome:openclaw/skills__codex-profile-failover__ca8596bd | codex-profile-failover | OpenClaw içinde birden fazla openai-codex OAuth profili varken otomatik ve manuel profil taklası sağlar. Aktif profilin kalan kullanım oranı yüzde 10 gibi bir eşik altına düştüğünde, 401 veya eksik token gibi usage/auth hataları oluştuğunda ya da operatör manuel tetikleme istediğinde session `authProfileOverride` alanı... | # Codex Profile Failover
Bu skill, OpenClaw auth profilleri üstüne hafif bir Codex profil takla katmanı ekler.
## Bu skill ne sağlar
- Aktif profili canlı usage ile izleyen watchdog
- Cron veya tek seferlik kullanım için threshold guard
- Operatörün elle çalıştırabileceği manuel tetikleme scripti
- Session için doğr... | {"name": "codex-profile-failover", "description": "OpenClaw içinde birden fazla openai-codex OAuth profili varken otomatik ve manuel profil taklası sağlar. Aktif profilin kalan kullanım oranı yüzde 10 gibi bir eşik altına düştüğünde, 401 veya eksik token gibi usage/auth hataları oluştuğunda ya da operatör manuel tetikl... | openclaw/skills | null | skills/ugurinanc12/codex-profile-failover | MIT | AUTH | [] | ca8596bdfad576d7da9e4f423cb526821ce51c4e7bde04fa8bf92d40a4cfe6ba | 918 | true | true | 2026-04-27T07:51:40.339981Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__codex-profile-failover__ca8596bd |
awesome:openclaw/skills__arbiscan__b70f8248 | arbiscan | Comprehensive crypto market scanner across Binance, OKX, Bybit, and Bitget. 12 scan types covering arbitrage (funding rate, basis, spot spread, futures spread), market monitoring (open interest, price movers, volume anomaly, stablecoin depeg, funding extreme), and trading signals (funding trend, long/short ratio, new l... | # ArbiScan — Cross-Exchange Crypto Scanner & Monitor
You are a comprehensive crypto market scanner. You analyze prices, rates, volumes, positions, and listings across major exchanges (Binance, OKX, Bybit, Bitget) to identify arbitrage opportunities, market anomalies, and trading signals. You only scan and report — you... | {"name": "arbiscan", "display_name": "ArbiScan - Cross-Exchange Crypto Scanner & Monitor", "description": "Comprehensive crypto market scanner across Binance, OKX, Bybit, and Bitget. 12 scan types covering arbitrage (funding rate, basis, spot spread, futures spread), market monitoring (open interest, price movers, volu... | openclaw/skills | null | skills/zadanthony/arbiscan-skill | MIT | DATA | [
"crypto",
"arbitrage",
"defi",
"trading",
"scanner",
"funding-rate",
"basis",
"spread",
"monitoring",
"open-interest",
"volume",
"signals"
] | b70f82482282fc2a64b3bcd817e6e3ed72405aa3063cbfc64928662b1b84d312 | 4,473 | true | false | 2026-04-27T07:53:24.017368Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__arbiscan__b70f8248 |
NovaAI-innovation/Infinite-Agency__git-workflow__802c6eea | git-workflow | Git workflow guidance for commits, branches, and pull requests | # Git Workflow Skill
You are a Git workflow assistant. Help users with commits, branches, and pull requests following best practices.
## Commit Message Guidelines
For commit message generation and validation, use `get_skill_script("git-workflow", "commit_message.py")`.
### Format
```
<type>(<scope>): <subject>
<bo... | {"name": "git-workflow", "description": "Git workflow guidance for commits, branches, and pull requests", "license": "Apache-2.0", "metadata": {"version": "1.0.0", "author": "agno-team", "tags": ["git", "version-control", "workflow"]}, "everclaw": {"skill_id": "NovaAI-innovation/Infinite-Agency__git-workflow__802c6eea"... | NovaAI-innovation/Infinite-Agency | null | .qwen/skills/git-workflow | Apache-2.0 | DEVOPS-INFRA | [] | 802c6eeaf761c712b37d1472b0c6bc4c874ff4db72f133d8f7158faec2ad55f7 | 497 | true | true | 2026-05-20T04:32:25.010479Z | 2026-05-24T16:50:57Z | NovaAI-innovation__Infinite-Agency__git-workflow__802c6eea |
exopriors/skills__scry__f517c8a8 | scry | Query the ExoPriors Scry API -- SQL-over-HTTPS search across the public Scry corpus spanning forums, papers, social media, government records, legal opinions, books, knowledge graphs, and prediction markets. Includes conservative public cross-platform author lookup (actors, people, aliases), OpenAlex academic graph nav... | # Scry Skill
Scry's canonical substrate is read-only SQL over the ExoPriors public corpus.
Most agents should reach that substrate through the hosted Scry HTTP surface and Scry tools,
not raw database credentials. You write Postgres SQL against a curated `scry.*` schema
and get JSON rows back. There is no ORM, no Grap... | {"name": "scry", "description": "Query the ExoPriors Scry API -- SQL-over-HTTPS search across the public Scry corpus spanning forums, papers, social media, government records, legal opinions, books, knowledge graphs, and prediction markets. Includes conservative public cross-platform author lookup (actors, people, alia... | exopriors/skills | null | skills/scry | MIT | DATA | [] | f517c8a840342f874393f82d775b8a8bfacf95f28b3a95c2f677b14bc586aee8 | 9,933 | false | true | 2026-05-20T05:03:24.002341Z | 2026-05-24T16:50:58Z | exopriors__skills__scry__f517c8a8 |
awesome:openclaw/skills__geo-structured-writer__d97f517b | geo-structured-writer | Format any content into AI-readable structured formats that maximize citation probability. Converts unstructured text into GEO-optimized layouts using headers, FAQs, tables, and definition blocks. Use whenever the user mentions reformatting content for AI search, structuring articles for AI citations, converting text t... | # Structured Content Writer
> Methodology by **GEOly AI** (geoly.ai) — structure is the difference between content AI skips and content AI cites.
Reformat unstructured text into AI-optimized structured content.
## The 6-Layer Structure Stack
```
Layer 6: CTA / Next Step
Layer 5: FAQ Block
Layer 4: Structured Data (... | {"name": "geo-structured-writer", "description": "Format any content into AI-readable structured formats that maximize citation probability. Converts unstructured text into GEO-optimized layouts using headers, FAQs, tables, and definition blocks. Use whenever the user mentions reformatting content for AI search, struct... | openclaw/skills | null | skills/geoly-geo/geo-structured-writer | MIT | WRITING | [] | d97f517b722d2717f430e815e7a53fc6682a2676e874fe61019d1f83eee028db | 853 | true | true | 2026-04-27T08:33:06.319863Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__geo-structured-writer__d97f517b |
awesome:openclaw/skills__network-topology-discovery__dafec999 | network-topology-discovery | Iterative network topology discovery using CDP/LLDP neighbor protocols, ARP/MAC table correlation, and routing table analysis. Multi-vendor coverage for Cisco IOS-XE/NX-OS, Juniper JunOS, and Arista EOS with layer-by-layer map building from L2 adjacency through L3 routing boundaries. | # Network Topology Discovery
Iterative discovery skill that builds a network topology map layer by layer.
Unlike threshold-based health checks, this procedure works outward from a seed
device — discovering neighbors, correlating MAC and ARP tables, analyzing
routing boundaries, and consolidating a complete adjacency m... | {"name": "network-topology-discovery", "description": "Iterative network topology discovery using CDP/LLDP neighbor protocols, ARP/MAC table correlation, and routing table analysis. Multi-vendor coverage for Cisco IOS-XE/NX-OS, Juniper JunOS, and Arista EOS with layer-by-layer map building from L2 adjacency through L3 ... | vahagn-madatyan/netsec-skills-suite | null | skills/vahagn-madatyan/network-topology-discovery | Apache-2.0 | DATA | [] | dafec999e630cb682b22f2dfdb024330210c6f92d10b102b5e67042146836a2e | 3,672 | false | true | 2026-04-27T07:23:14.279439Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__network-topology-discovery__dafec999 |
LeadMagic/gtm-skills__landing-page-copy__6215258b | landing-page-copy | Landing page copywriting strategy — conversion copy frameworks, hero headline patterns, value proposition formulas, CTA copy, social proof placement, objection handling in copy, and A/B testing copy at scale. Based on Joanna Wiebe (Copyhackers), Oli Gardner (Unbounce), CXL (Peep Laja), and Harry Dry (Marketing Examples... | # Landing Page Copy
## Overview
Landing page copy is not literature. It is salesmanship in text. Every word
either moves the visitor toward conversion or gives them a reason to leave.
The mistake: writing copy that sounds clever instead of copy that closes.
"Revolutionary AI-powered workflow optimization" sounds smar... | {"name": "landing-page-copy", "description": "Landing page copywriting strategy — conversion copy frameworks, hero headline patterns, value proposition formulas, CTA copy, social proof placement, objection handling in copy, and A/B testing copy at scale. Based on Joanna Wiebe (Copyhackers), Oli Gardner (Unbounce), CXL ... | LeadMagic/gtm-skills | null | skills/creative/landing-page-copy | MIT | OTHER | [] | 6215258ba1a3da9420450bfd8de2c8ba7b136cb3730b9992664ff820a24a9a7a | 3,896 | true | true | 2026-07-23T08:43:09.778356Z | 2026-07-23T08:43:09Z | LeadMagic__gtm-skills__landing-page-copy__6215258b |
awesome:openclaw/skills__mxchip-smart-control__e516435e | mxchip-smart-control | Control smart home devices configured in Smart Plus APP. Use when you need to: (1) Query devices and scenes (lights, AC, switches), (2) Control device power (turn on/off), (3) Control air conditioner (temperature, mode), (4) Trigger smart scenes. Requires MXCHIP_OAUTH_TOKEN environment variable. | # Mxchip Smart Control
Control smart home devices configured in Smart Plus APP (智家精灵) through MXCHIP MCP service.
**Developer:** Shanghai MXCHIP Information Technology Co., Ltd. (上海庆科信息技术有限公司)
**Official Website:** https://www.mxchip.com/
**GitHub:** https://github.com/mxchip
**Support:** https://app.api.cloud.... | {"name": "mxchip-smart-control", "description": "Control smart home devices configured in Smart Plus APP. Use when you need to: (1) Query devices and scenes (lights, AC, switches), (2) Control device power (turn on/off), (3) Control air conditioner (temperature, mode), (4) Trigger smart scenes. Requires MXCHIP_OAUTH_TO... | openclaw/skills | null | skills/mxchipyun/mxchip-smart-control | MIT | DEV | [] | 69dc1e56e068d45ccb25f75c4456860cbb2c4773f5e2347dc3c0a13bf6097db3 | 3,211 | true | true | 2026-05-20T06:00:58.037927Z | 2026-05-24T16:50:59Z | awesome:openclaw__skills__mxchip-smart-control__e516435e |
J03Fr0st/maestro__systematic-debugging__01d8db2e | systematic-debugging | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | # Systematic Debugging
## Overview
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
**Core principle:** ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
**Violating the letter of this process is violating the spirit of debugging.**
## The Iron Law
```
NO... | {"name": "systematic-debugging", "description": "Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes", "everclaw": {"skill_id": "J03Fr0st/maestro__systematic-debugging__01d8db2e", "source": "J03Fr0st/maestro", "category": "TESTING", "quality_score": 0.703, "tags": ["systematic", ... | J03Fr0st/maestro | null | .github/skills/systematic-debugging | MIT | TESTING | [] | 01d8db2ead1eb3013c5420f07428b56b57efbc48bc0ec0c40d31e892e3359255 | 2,420 | false | false | 2026-05-20T04:29:40.675173Z | 2026-05-24T16:50:57Z | J03Fr0st__maestro__systematic-debugging__01d8db2e |
awesome:openclaw/skills__molit-real-estate__83fb3030 | molit-real-estate | MOLIT apartment real transaction price API | # Real Estate Transaction Skill
MOLIT apartment sale transaction data + law integration.
## Overview
| Key | Value |
|-----|-------|
| Provider | MOLIT (Ministry of Land, Infrastructure and Transport) |
| Service ID | 15126469 |
| Auth | `~/.config/data-go-kr/api_key` |
| Endpoint | `https://apis.data.go.kr/1613000/... | {"name": "molit-real-estate", "description": "MOLIT apartment real transaction price API", "version": "2.2.0", "author": "chumjibot", "created": "2026-02-10", "updated": "2026-02-19", "tags": ["real-estate", "korea", "openapi", "data.go.kr"], "connectors": ["~~realestate", "~~law", "~~search", "~~notify"], "everclaw": ... | openclaw/skills | null | skills/sw326/molit-real-estate | MIT | DATA | [
"real-estate",
"korea",
"openapi",
"data.go.kr"
] | 83fb3030349c6531781ae57c9d71e2de38e5ea0d7caff7d78961dea4bf5ba25a | 1,044 | true | false | 2026-04-27T09:04:27.512936Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__molit-real-estate__83fb3030 |
awesome:leegonzales/AISkills__presentation-partner__983cede7 | presentation-partner | Collaborative presentation authoring that transforms ideas, outlines, or existing slides into Talk Track v5 format through structured interview, thread tracking, and voice calibration. | # Presentation Partner
A collaborative presentation authoring skill that transforms ideas, outlines, or existing slides into Talk Track v5 format through structured interview, thread tracking, and voice calibration.
## Activation
Invoke when user wants to:
- Create a presentation from scratch
- Convert existing slid... | {"name": "presentation-partner", "description": "Collaborative presentation authoring that transforms ideas, outlines, or existing slides into Talk Track v5 format through structured interview, thread tracking, and voice calibration.", "everclaw": {"skill_id": "awesome:leegonzales/AISkills__presentation-partner__983ced... | leegonzales/AISkills | null | PresentationPartner/presentation-partner | MIT | WRITING | [] | 983cede7846db9d2df3162f43b19921a5ceab8b8e0603a6869a5dc20ff7e4002 | 3,364 | false | true | 2026-04-27T04:05:01.564093Z | 2026-05-24T16:50:52Z | awesome:leegonzales__AISkills__presentation-partner__983cede7 |
awesome:openclaw/skills__feishu-multi-agent__d9265be6 | feishu-multi-agent | 飞书多端机器人群聊对话中继 (Multi-Agent Relay)。通过后台轮询飞书群消息历史,监听对方机器人发言并代表本机机器人自动回复,实现多机器人在群内围绕指定话题的持续对话。 | # Feishu Multi-Agent Relay
本技能用于让两个部署在不同机器上的飞书机器人,在同一个飞书群里围绕某个话题持续讨论。
`{baseDir}` = 本 `SKILL.md` 所在目录。
## 工作原理
- daemon 轮询目标群消息历史
- 当检测到对方机器人发言时,本机调用 OpenClaw brain 自动接话
- 可配置由本机或对方先抛出第一句观点
- 人类用户可以在群里动态更新话题、暂停、继续、设置轮数
- daemon 在群里空闲一段时间后自动退出
## 配置文件
所有业务配置统一集中在一个文件中:
- 运行时配置:`~/.openclaw/config/feishu-multi-age... | {"name": "feishu-multi-agent", "description": "飞书多端机器人群聊对话中继 (Multi-Agent Relay)。通过后台轮询飞书群消息历史,监听对方机器人发言并代表本机机器人自动回复,实现多机器人在群内围绕指定话题的持续对话。", "version": "1.1.0", "everclaw": {"skill_id": "awesome:openclaw/skills__feishu-multi-agent__d9265be6", "source": "openclaw/skills", "category": "AI-ML", "quality_score": 0.753, "ta... | openclaw/skills | null | skills/puddy3133/feishu-multi-agent-replay | MIT | AI-ML | [] | d9265be62e6ff3656f51664894bbdb61311679a9363d6d077b869915d8380610 | 262 | true | false | 2026-05-20T06:02:42.038934Z | 2026-05-24T16:50:59Z | awesome:openclaw__skills__feishu-multi-agent__d9265be6 |
awesome:openclaw/skills__ai-daily-intelligence-digest__ae295908 | ai-daily-intelligence-digest | AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summarize-pro → feishu-wiki | # AI Daily Intelligence Digest
## Overview
This skill combo automatically aggregates news from multiple RSS sources, uses AI to summarize key insights, and publishes a formatted daily digest to a Feishu Wiki knowledge base.
## Workflow
```
[RSS Sources] → rss-aggregator → [Raw Articles]
... | {"name": "ai-daily-intelligence-digest", "description": "AI Daily Intelligence Digest — 自动聚合多源热点资讯,AI智能摘要提炼, 一键发布到飞书Wiki团队知识库。每天早上8点自动推送,帮助团队保持信息同步。 适用场景:运营/产品/管理层每日益汇报、竞品动态追踪、行业热点监控。 技能协同:rss-aggregator → summarize-pro → feishu-wiki\n", "metadata": {"version": "1.0.0", "author": "OpenClaw Community", "tags": ["news", ... | openclaw/skills | null | skills/zlszhonglongshen/ai-daily-intelligence-digest | MIT | WORKFLOW | [] | ae29590804ce4c02164b85dae5f031b49950d8a2d768ee078e3c4e39b7f78289 | 565 | false | false | 2026-04-27T09:12:23.836603Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__ai-daily-intelligence-digest__ae295908 |
awesome:openclaw/skills__prompt-assemble__4eed5b03 | prompt-assemble | Token-safe prompt assembly with memory orchestration. Use for any agent that needs to construct LLM prompts with memory retrieval. Guarantees no API failure due to token overflow. Implements two-phase context construction, memory safety valve, and hard limits on memory injection. | # Prompt Assemble
## Overview
A standardized, token-safe prompt assembly framework that guarantees API stability. Implements **Two-Phase Context Construction** and **Memory Safety Valve** to prevent token overflow while maximizing relevant context.
**Design Goals:**
- ✅ Never fail due to memory-related token overflo... | {"name": "prompt-assemble", "description": "Token-safe prompt assembly with memory orchestration. Use for any agent that needs to construct LLM prompts with memory retrieval. Guarantees no API failure due to token overflow. Implements two-phase context construction, memory safety valve, and hard limits on memory inject... | openclaw/skills | null | skills/alexunitario-sketch/prompt-assemble | MIT | AI-ML | [] | 4eed5b03ebf7a5d5833e59daf0e2fc51e97695de338c533199ef849f4ba7d7db | 934 | true | true | 2026-04-27T07:22:16.042926Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__prompt-assemble__4eed5b03 |
awesome:plaited/plaited__typescript-lsp__bd77f722 | typescript-lsp | Type-aware TypeScript/JavaScript codebase analysis. Provides hover info, references, definitions, symbols, exports, workspace symbol search, and workspace audit operations via a single unified CLI. | # TypeScript LSP Skill
## Purpose
Type-aware codebase analysis for TypeScript/JavaScript files. Use over Grep/Glob when you need semantic understanding of symbols, types, imports, exports, references, or a reusable workspace export audit.
## When to Use
| Task | Tool |
|------|------|
| Find all usages of a functio... | {"name": "typescript-lsp", "description": "Type-aware TypeScript/JavaScript codebase analysis. Provides hover info, references, definitions, symbols, exports, workspace symbol search, and workspace audit operations via a single unified CLI.", "license": "ISC", "compatibility": "Requires bun and typescript-language-serv... | plaited/plaited | null | skills/typescript-lsp | ISC | DEV | [] | bd77f722537272e21317bae991dd5e1339da61d9d252b5bb7d848f8f62737a09 | 1,724 | true | false | 2026-04-28T19:58:36.882530Z | 2026-05-24T16:50:53Z | awesome:plaited__plaited__typescript-lsp__bd77f722 |
devnogari/devnogari-claude-plugins__best-practices__91713532 | best-practices | Project-specific best practices - auto-loads based on detected project type | # Best Practices Skill
Comprehensive best practices with **40+ rules per framework**. Auto-activates based on project type and **auto-audits codebase** for violations.
## Activation Triggers
This skill activates automatically when:
- Working in a detected project type (React, Go, Flutter, FastAPI, Kotlin Spring)
- W... | {"name": "best-practices", "description": "Project-specific best practices - auto-loads based on detected project type", "everclaw": {"skill_id": "devnogari/devnogari-claude-plugins__best-practices__91713532", "source": "devnogari/devnogari-claude-plugins", "category": "TESTING", "quality_score": 0.593, "tags": ["best"... | devnogari/devnogari-claude-plugins | null | plugins/best-practices/skills/best-practices | MIT | TESTING | [] | 917135321cd23ad5f44b1c4dd4bdbb19a6f4953fff1677304a3bb1f38cdc170d | 1,389 | false | false | 2026-05-20T04:55:03.628434Z | 2026-05-24T16:50:58Z | devnogari__devnogari-claude-plugins__best-practices__91713532 |
awesome:0xDarkMatter/claude-mods__tailwind-ops__0262998f | tailwind-ops | Tailwind CSS utility patterns, responsive design, component patterns, v4 migration, and configuration. Use for: tailwind, tailwindcss, utility classes, responsive design, dark mode, tailwind v4, tailwind config, tw, container queries, @apply, prose, typography, animation. | # Tailwind Operations
Comprehensive Tailwind CSS patterns covering layout, responsive design, components, dark mode, animations, and v4 migration.
## Layout Decision Tree
```
Which layout approach?
│
├─ Items in a single row or column?
│ └─ Use Flexbox
│ ├─ Row: class="flex items-center gap-4"
│ ├─ Colum... | {"name": "tailwind-ops", "description": "Tailwind CSS utility patterns, responsive design, component patterns, v4 migration, and configuration. Use for: tailwind, tailwindcss, utility classes, responsive design, dark mode, tailwind v4, tailwind config, tw, container queries, @apply, prose, typography, animation.", "lic... | 0xDarkMatter/claude-mods | null | skills/tailwind-ops | MIT | FRONTEND-UI | [] | 0262998fef3cc8ec8be1eaf8034ab203a38cfd641bf9e8e642c40e89141e85a9 | 4,598 | true | true | 2026-04-24T06:11:51.181841Z | 2026-05-24T16:50:51Z | awesome:0xDarkMatter__claude-mods__tailwind-ops__0262998f |
awesome:vinnie357/claude-skills__runex__6f0a8adc | runex | Runex workflow engine: submit workflows via REST API, author TOML bundles, inspect step logs, and debug runs. Use when interacting with Runex API endpoints, creating or modifying workflow bundles, submitting workflow runs, reading step output, or configuring workflow path resolution. | # Runex Workflow Engine
Runex is a single-binary Elixir workflow orchestrator. It parses TOML (primary) and YAML workflow definitions, builds a DAG of steps, and executes them via pluggable drivers (shell, mise, nushell). It runs in standalone mode (SQLite) or peered mode (Postgres).
## When to Use This Skill
Activa... | {"name": "runex", "description": "Runex workflow engine: submit workflows via REST API, author TOML bundles, inspect step logs, and debug runs. Use when interacting with Runex API endpoints, creating or modifying workflow bundles, submitting workflow runs, reading step output, or configuring workflow path resolution.",... | vinnie357/claude-skills | null | plugins/tools/runex/skills/runex | MIT | DEV | [] | 6f0a8adcfa20350f43dfaf053de86b903de3702a53a7e5ed189e5d9d8cab81a8 | 1,420 | true | true | 2026-05-07T08:41:39.728991Z | 2026-05-24T16:50:54Z | awesome:vinnie357__claude-skills__runex__6f0a8adc |
acedatacloud/skills__tencentcloud-cls__66b11bcd | tencentcloud-cls | Search and analyze Tencent Cloud CLS (Cloud Log Service) logs. Use
whenever the user asks to: search logs, debug API errors, trace
requests by trace ID, find 5xx errors, run CQL/SQL analytics over
log topics, extract structured fields. Backed by the official
tencentcloud-sdk-python CLS client. | # Tencent Cloud CLS (Log Service) — Search & Analysis
Search and run CQL / SQL analytics over Tencent Cloud CLS log topics.
> **Setup:** See [tencentcloud authentication](../_shared/tencentcloud.md). The SDK reads `TENCENTCLOUD_SECRET_ID` / `TENCENTCLOUD_SECRET_KEY` / `TENCENTCLOUD_REGION` from the environment.
>
> *... | {"name": "tencentcloud-cls", "description": "Search and analyze Tencent Cloud CLS (Cloud Log Service) logs. Use\nwhenever the user asks to: search logs, debug API errors, trace\nrequests by trace ID, find 5xx errors, run CQL/SQL analytics over\nlog topics, extract structured fields. Backed by the official\ntencentcloud... | acedatacloud/skills | null | skills/tencentcloud-cls | Apache-2.0 | OTHER | [] | ed539a57045f840d90f14259ee8a7614195c25045d2746a931b9fa69c033708a | 1,710 | true | false | 2026-07-23T09:56:20.716841Z | 2026-07-23T09:56:20Z | acedatacloud__skills__tencentcloud-cls__66b11bcd |
BioTender-max/awesome-bio-agent-skills__nfcore-rnaseq-wrapper__fbc50730 | nfcore-rnaseq-wrapper | Wrapper skill for running nf-core/rnaseq bulk RNA-seq preprocessing from FASTQ or BAM inputs with strict preflight, reproducibility outputs, and downstream handoff to ClawBio bulk RNA-seq DE skills. | # 🧬 nfcore-rnaseq-wrapper
You are **nfcore-rnaseq-wrapper**, a specialised ClawBio agent for upstream bulk RNA-seq preprocessing from FASTQ or BAM inputs using `nf-core/rnaseq`.
## Trigger
**Fire when:**
- User wants to run `nf-core/rnaseq`
- User asks for bulk RNA-seq preprocessing from raw FASTQ files
- User want... | {"name": "nfcore-rnaseq-wrapper", "description": "Wrapper skill for running nf-core/rnaseq bulk RNA-seq preprocessing from FASTQ or BAM inputs with strict preflight, reproducibility outputs, and downstream handoff to ClawBio bulk RNA-seq DE skills.", "license": "MIT", "metadata": {"version": "0.1.0", "author": "ClawBio... | BioTender-max/awesome-bio-agent-skills | null | skills/clawbio/nfcore-rnaseq-wrapper | MIT | OTHER | [] | fbc50730a0d934e3f356efd6228bf8bb23437fed2ab68b868891acafea0d7e03 | 4,207 | false | false | 2026-07-23T08:20:16.534344Z | 2026-07-23T08:20:16Z | BioTender-max__awesome-bio-agent-skills__nfcore-rnaseq-wrapper__fbc50730 |
SteadfastAsArt/geoscience-skills__simpeg__36e52de9 | simpeg | Simulation and Parameter Estimation in Geophysics. Framework for geophysical
forward modeling and inversion. Use when Claude needs to: (1) Run geophysical
inversions (DC resistivity, magnetics, gravity, EM), (2) Create forward models
for potential fields or electromagnetic methods, (3) Build survey geometries
and recei... | # SimPEG - Geophysical Simulation & Inversion
## Quick Reference
```python
from discretize import TensorMesh
from simpeg.electromagnetics.static import resistivity as dc
from simpeg import maps, data_misfit, regularization, optimization
from simpeg import inverse_problem, inversion, directives
import numpy as np
# C... | {"name": "simpeg", "description": "Simulation and Parameter Estimation in Geophysics. Framework for geophysical\nforward modeling and inversion. Use when Claude needs to: (1) Run geophysical\ninversions (DC resistivity, magnetics, gravity, EM), (2) Create forward models\nfor potential fields or electromagnetic methods,... | SteadfastAsArt/geoscience-skills | null | simpeg | MIT | DATA | [
"Geophysical Inversion",
"DC Resistivity",
"Magnetics",
"Gravity",
"EM",
"Forward Modelling"
] | 36e52de94a27fe6345739a8435c6c74af2b2e9443ca2b30264fea88bf5e7d1b5 | 1,443 | true | true | 2026-05-11T17:04:20.648421Z | 2026-05-24T16:50:55Z | SteadfastAsArt__geoscience-skills__simpeg__36e52de9 |
awesome:openclaw/skills__ict__5a21d5c4 | ict | Security audit tool for Claw Skills - NOT malicious. This tool contains detection rules (eval, exec, subprocess, etc.) for scanning skills, these are security patterns, not actual malicious code. Similar to yoder-skill-auditor. | # ict
## Basic Info
- **Description**: Automated tool for checking Claw Skill quality, supports code style, security vulnerabilities, documentation completeness and code-documentation consistency
- **Triggers**: quality check, audit, inspect skill, skill quality, ICT, batch scan, full scan, security check, global sca... | {"name": "ict", "version": "4.0.0", "description": "Security audit tool for Claw Skills - NOT malicious. This tool contains detection rules (eval, exec, subprocess, etc.) for scanning skills, these are security patterns, not actual malicious code. Similar to yoder-skill-auditor.", "metadata": {"openclaw": {"requires": ... | openclaw/skills | null | skills/vimvem/ict | MIT | SECURITY | [] | 5a21d5c46a9722e80b73b374f11557a49ae70cdbcd9fd1de9c8baf9d86a68c47 | 1,616 | false | false | 2026-04-27T08:05:29.911265Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__ict__5a21d5c4 |
awesome:melodic-software/claude-code-plugins__context-mapping__7c8611ee | context-mapping | Map relationships between bounded contexts using DDD context mapping patterns. Use when defining upstream/downstream relationships, integration strategies (ACL, OHS, PL), or generating Context Mapper DSL output. Follows event storming for bounded context discovery. | # Context Mapping Skill
## Interactive Mapping Configuration
Use AskUserQuestion to configure the context mapping session:
```yaml
# Question 1: Mapping Mode (MCP: DDD context mapping methodology)
question: "What level of context mapping analysis do you need?"
header: "Mode"
options:
- label: "Full Analysis (Recom... | {"name": "context-mapping", "description": "Map relationships between bounded contexts using DDD context mapping patterns. Use when defining upstream/downstream relationships, integration strategies (ACL, OHS, PL), or generating Context Mapper DSL output. Follows event storming for bounded context discovery.", "argumen... | melodic-software/claude-code-plugins | null | plugins/enterprise-architecture/skills/context-mapping | MIT | DEV | [] | 7c8611ee030c03a69f257b407913a8eec1eebf3328e36a7e7a3a0fb9170df1a4 | 3,452 | false | true | 2026-05-07T20:41:06.803755Z | 2026-05-24T16:50:54Z | awesome:melodic-software__claude-code-plugins__context-mapping__7c8611ee |
awesome:openclaw/skills__account-handoff-builder__353a6c2e | account-handoff-builder | 将销售到交付的客户信息整理成交接包,识别承诺风险与实施前提。;use for handoff, customer-success, sales-to-cs workflows;do not use for 删掉不利信息, 替代合同文本. | # 客户交接包构建器
## 你是什么
你是“客户交接包构建器”这个独立 Skill,负责:将销售到交付的客户信息整理成交接包,识别承诺风险与实施前提。
## Routing
### 适合使用的情况
- 把销售资料整理成客户交接包
- 找出承诺风险
- 输入通常包含:商机信息、承诺内容、客户背景
- 优先产出:客户摘要、已承诺事项、下一步计划
### 不适合使用的情况
- 不要删掉不利信息
- 不要替代合同文本
- 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。
## 工作规则
1. 先把用户提供的信息重组成任务书,再输出结构化结果。
2. 缺信息时,优先显式... | {"name": "account-handoff-builder", "version": "1.0.0", "description": "将销售到交付的客户信息整理成交接包,识别承诺风险与实施前提。;use for handoff, customer-success, sales-to-cs workflows;do not use for 删掉不利信息, 替代合同文本.", "author": "OpenClaw Skill Bundle", "homepage": "https://example.invalid/skills/account-handoff-builder", "tags": ["handoff", "c... | openclaw/skills | https://example.invalid/skills/account-handoff-builder | skills/52yuanchangxing/account-handoff-builder | MIT | WORKFLOW | [
"handoff",
"customer-success",
"sales-to-cs",
"implementation"
] | 353a6c2e31736cf98bf36dd26e9ad63674100610e11e9f3a8963d987f7e27555 | 224 | true | false | 2026-04-27T08:23:08.466450Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__account-handoff-builder__353a6c2e |
awesome:openclaw/skills__cheat-code__6282a487 | cheat-code | Makes your agent's talents limitless. Tell your agent what you want. Watch it deliver. | # Cheat Code
**Makes your agent's talents limitless.**
**Tell your agent what you want. Watch it deliver.**
Cheat Code gives your agent access to the real world from outside its training data. You set it up once. Takes two minutes. Then your agent handles the rest.
Full setup and agent instructions: [instructions.m... | {"name": "cheat-code", "description": "Makes your agent's talents limitless. Tell your agent what you want. Watch it deliver.", "metadata": {"openclaw": {"requires": {"env": ["KENOODL_TOKEN"]}, "primaryEnv": "KENOODL_TOKEN", "tags": ["ai", "agent", "upgrade", "productivity", "synthesis", "breakthrough", "creative", "re... | openclaw/skills | null | skills/kenoodl-synthesis/cheat-code | MIT | META | [] | 6282a487b50a756558c14d28f673b7137ba1e1af96802252869cdca684f13a01 | 312 | false | false | 2026-05-07T10:10:55.992219Z | 2026-05-24T16:50:54Z | awesome:openclaw__skills__cheat-code__6282a487 |
awesome:mahidalhan/skilled-intelligence-marketplace__threaded-explainer__e00a1c7b | threaded-explainer | USE WHEN: teaching complex topics requiring chunked delivery, handling mid-explanation questions, preserving context across interrupts, deep-dive explanations with nested topics.
DO NOT USE WHEN: simple one-shot explanations, quick answers, or when @explainer skill is sufficient for the depth needed. | This skill produces chunked, resumable explanations with recursive depth and lineage tracking. Solves the "curiosity interrupt" problem—when learners ask sub-questions mid-explanation, context is preserved and continued.
User provides code or concepts to understand. They may interrupt mid-output with follow-up questio... | {"name": "threaded-explainer", "description": "USE WHEN: teaching complex topics requiring chunked delivery, handling mid-explanation questions, preserving context across interrupts, deep-dive explanations with nested topics.\nDO NOT USE WHEN: simple one-shot explanations, quick answers, or when @explainer skill is suf... | mahidalhan/skilled-intelligence-marketplace | null | skills/threaded-explainer/skills/threaded-explainer | MIT | WRITING | [] | e00a1c7b85e062b9cbc3f7e1f1173dad29903d363170dfb1c29d7f001c991b1a | 764 | false | true | 2026-04-27T04:37:59.425435Z | 2026-05-24T16:50:52Z | awesome:mahidalhan__skilled-intelligence-marketplace__threaded-explainer__e00a1c7b |
awesome:openclaw/skills__skill-factory__26109ce0 | skill-factory | A meta-skill for creating, iterating, and publishing OpenClaw skills from scratch. Use this skill when the user wants to: build a new skill from an idea or URL, upgrade an existing skill with new sources, prepare a skill for GitHub publishing, or design a skill's repo structure. Triggers include: "新 skill", "做一个skill",... | # Skill Factory — The Meta-Skill for Making Skills
> "The first industrial revolution was marked by using machines to make machines.
> Skill Factory is the machine that makes skills."
## Purpose
Skill Factory provides a **repeatable, human-AI collaborative SOP** for going from a raw idea to a polished, publishable O... | {"name": "skill-factory", "version": "2.2.1", "description": "A meta-skill for creating, iterating, and publishing OpenClaw skills from scratch. Use this skill when the user wants to: build a new skill from an idea or URL, upgrade an existing skill with new sources, prepare a skill for GitHub publishing, or design a sk... | openclaw/skills | null | skills/zhelunsun/skillfactory | MIT | META | [] | 4e864248acb5f8abab477a586bf350891bed94b0284f5375b1e560955c4ad020 | 1,985 | false | false | 2026-05-20T06:10:41.520812Z | 2026-05-24T16:50:59Z | awesome:openclaw__skills__skill-factory__26109ce0 |
milanhorvatovic/skill-system-foundry__skill-system-foundry__04cd1b86 | skill-system-foundry | Designs and evolves AI-agnostic skill systems with skills, capabilities, and roles. Triggers on skill/capability creation, role definition, router migration, consistency audits, or token efficiency. | # Skill System Foundry
A meta-skill for constructing and evolving AI-agnostic skill systems.
This skill governs the creation and maintenance of a two-layer architecture: **skills** (with optional capabilities) and **roles**. All skills produced by this system follow the [Agent Skills specification](references/agentsk... | {"name": "skill-system-foundry", "description": "Designs and evolves AI-agnostic skill systems with skills, capabilities, and roles. Triggers on skill/capability creation, role definition, router migration, consistency audits, or token efficiency.\n", "allowed-tools": "Bash Read Write Edit", "compatibility": "Requires ... | milanhorvatovic/skill-system-foundry | null | skill-system-foundry | MIT | META | [] | 04cd1b86e12ae6fca9493e2cc0f067e239f1f13960cf4a9cf12e4e9c504161ed | 1,736 | true | true | 2026-05-20T05:33:18.753003Z | 2026-05-24T16:50:59Z | milanhorvatovic__skill-system-foundry__skill-system-foundry__04cd1b86 |
awesome:openclaw/skills__skill-lifecycle__c8844f93 | skill-lifecycle | Skill 全生命周期管理工具 - 标准化开发、测试、发布流程
核心流程:版本管理 + 测试 + 质量扫描 + Git 提交
扩展流程:ClawHub 发布(可选)+ 知识提炼(可选)
效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟 | # Skill Lifecycle - 全生命周期管理工具
## 触发词
当用户提到以下内容时使用此 Skill:
- "创建 skill-lifecycle"
- "开发生命周期工具"
- "自动化发布流程"
- "sl-dev" / "sl-full"
- "Skill 版本管理"
## 快速开始
```bash
# 安装依赖
cd ~/.openclaw/workspace/skills/skill-lifecycle
pip install -r requirements.txt
# 本地开发流程(不含发布)
sl-dev --bump patch
# 完整发布流程(含 ClawHub)
sl-full --bu... | {"name": "skill-lifecycle", "description": "Skill 全生命周期管理工具 - 标准化开发、测试、发布流程\n核心流程:版本管理 + 测试 + 质量扫描 + Git 提交\n扩展流程:ClawHub 发布(可选)+ 知识提炼(可选)\n效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟\n", "version": "0.2.0", "tags": ["lifecycle", "devops", "cli", "skill-management", "automation"], "metadata": {"openclaw": {"emoji": "🔄"}}, "e... | openclaw/skills | null | skills/mo-yuhua/skill-lifecycle | MIT | META | [
"lifecycle",
"devops",
"cli",
"skill-management",
"automation"
] | c8844f938bf27a5fb07dc30179357a60b09f07c76071dfe9fa25d6f860269feb | 294 | false | false | 2026-04-27T08:52:28.661754Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__skill-lifecycle__c8844f93 |
awesome:openclaw/skills__safe-flow-solana-skill__1dde329a | safe-flow-solana-skill | Use when running SafeFlow against a deployed Solana program. Trigger for tasks such as generating an agent keypair, asking the owner to fund gas and create wallet/session via the web dashboard, saving walletPda/sessionPda for autonomous payments, and executing rate-limited payments on Solana. | # SafeFlow Solana Agent Skill
Operate this as a **payment skill** for AI agents on Solana with on-chain rate limiting.
Default program ID (devnet):
- `DwYEDn6xRpSbnNA7mkszQgDAUoHGfgdBNSi6pwy4qJKy`
## Quick Start (Owner-Handoff)
1. Bootstrap agent keypair and print owner handoff instructions:
```bash
cd safe-flow-... | {"name": "safe-flow-solana-skill", "description": "Use when running SafeFlow against a deployed Solana program. Trigger for tasks such as generating an agent keypair, asking the owner to fund gas and create wallet/session via the web dashboard, saving walletPda/sessionPda for autonomous payments, and executing rate-lim... | openclaw/skills | null | skills/fwangzil/safe-flow-solana-skill | MIT | DEV | [] | 1dde329a598eb68ba3c4c0f278eaf0627b0b07f65c35f96e8c75e493b899ffe0 | 451 | true | false | 2026-04-27T07:29:48.968542Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__safe-flow-solana-skill__1dde329a |
hopesy/skills__saury-revit__abb2a4fa | saury-revit | 基于 Saury.Revit.Template 创建 Revit 插件项目。当用户要求创建 Revit 插件、新建 Revit 项目、初始化 Revit 开发环境、使用 saury-revit 模板时触发。覆盖场景:(1) 创建新 Revit 插件项目 (2) 安装/更新 saury-revit dotnet 模板 (3) 在已创建的项目中添加新功能(Command/View/ViewModel/Service)。关键词:Revit、插件、plugin、saury-revit、dotnet new。 | # Saury Revit 项目创建器
基于 `Saury.Revit.Template` dotnet 模板,通过交互式流程创建完整配置的 Revit 2026 插件项目(MVVM + DI 架构)。
## 工作流程
按顺序执行以下步骤,每步完成后再进入下一步。
### 第 1 步:交互式确认项目配置
执行任何命令前,必须向用户确认以下信息:
**必问:**
1. **项目名称** — 必须是合法 C# 命名空间名(如 `Acme.WallTools`、`JD.RevitHelper`),默认 `RevitDemo` 或 `RevitTest`。该名称将用于解决方案、项目文件夹、命名空间、程序集、addin 文件、Ri... | {"name": "saury-revit", "description": "基于 Saury.Revit.Template 创建 Revit 插件项目。当用户要求创建 Revit 插件、新建 Revit 项目、初始化 Revit 开发环境、使用 saury-revit 模板时触发。覆盖场景:(1) 创建新 Revit 插件项目 (2) 安装/更新 saury-revit dotnet 模板 (3) 在已创建的项目中添加新功能(Command/View/ViewModel/Service)。关键词:Revit、插件、plugin、saury-revit、dotnet new。", "license": "MIT", "metada... | hopesy/skills | null | skills/saury-revit | MIT | DEV | [] | abb2a4fa1a566104e11c5d9ac01aceeb95c50b0959af6ab2f9479f8eb7d405b9 | 967 | false | true | 2026-05-20T05:11:59.028010Z | 2026-05-24T16:50:58Z | hopesy__skills__saury-revit__abb2a4fa |
sequant-io/sequant__assess__83f88829 | assess | Issue triage and status assessment - analyze current state, detect health signals, and recommend next action with full workflow plan. | <!-- sequant:local-override -->
> **Local overrides (read this first).** Before following any instruction below, check whether `.claude/.local/skills/assess/overrides.md` exists. If it does, read it and treat its contents as authoritative: its instructions take precedence over anything in this skill they conflict with.... | {"name": "assess", "description": "Issue triage and status assessment - analyze current state, detect health signals, and recommend next action with full workflow plan.", "license": "MIT", "metadata": {"author": "sequant", "version": "3.0"}, "allowed-tools": ["Read", "Glob", "Grep", "Bash(git *)", "Bash(gh *)"], "everc... | sequant-io/sequant | null | skills/assess | MIT | OTHER | [] | 83f8882961b7589b2284c07669a91de97cec1853c42a44619c48af157a816c5a | 10,469 | false | true | 2026-07-23T09:00:29.381357Z | 2026-07-23T09:00:29Z | sequant-io__sequant__assess__83f88829 |
MatrixFounder/Agentic-development__skill-product-solution-blueprint__e30909f3 | skill-product-solution-blueprint | Guidelines for creating Solution Blueprints (UX Flows, ROI, Risk Registers) for BRD preparation. | # Solution Blueprinting
## 1. Objective
To translate abstract "Vision" into concrete "Requirements" without writing code. This skill powers the **Solution Architect (p04)** agent.
## 2. Text-Based UX Flows (The "Skeleton")
**Constraint:** Do NOT use Mermaid graphs for detailed logical flows. Use text lists.
### Temp... | {"name": "skill-product-solution-blueprint", "description": "Guidelines for creating Solution Blueprints (UX Flows, ROI, Risk Registers) for BRD preparation.", "tier": 2, "version": 1.0, "everclaw": {"skill_id": "MatrixFounder/Agentic-development__skill-product-solution-blueprint__e30909f3", "source": "MatrixFounder/Ag... | MatrixFounder/Agentic-development | null | .agent/skills/skill-product-solution-blueprint | Apache-2.0 | WRITING | [] | e30909f3a4cfe05f7469734ee99452ddf983b0c329c5367fb57f8c91e55087b7 | 630 | true | false | 2026-05-12T22:13:05.313788Z | 2026-05-24T16:50:56Z | MatrixFounder__Agentic-development__skill-product-solution-blueprint__e30909f3 |
babarot/gh-infra__import-into__ca83954d | import-into | Use when pulling live GitHub state back into existing gh-infra manifests with `gh infra import --into`, especially for write/patch/skip decisions, shared file sources, template-backed files, and import safety rules. | # Import Into
Use this skill for `gh infra import --into=...`.
This workflow is different from normal `import`, `plan`, and `apply`:
- it updates local manifests from live GitHub state
- it may rewrite YAML, local source files, or manifest patches
- it has file-level write modes and skip safety rules
## When To Use... | {"name": "import-into", "description": "Use when pulling live GitHub state back into existing gh-infra manifests with `gh infra import --into`, especially for write/patch/skip decisions, shared file sources, template-backed files, and import safety rules.", "everclaw": {"skill_id": "babarot/gh-infra__import-into__ca839... | babarot/gh-infra | null | skills/import-into | MIT | DEVOPS-INFRA | [] | ca83954d179a749080d8c24d2430d9de81bcdd8ef00940cf3f33a4fd72538df9 | 679 | false | true | 2026-05-14T02:49:18.739707Z | 2026-05-24T16:50:56Z | babarot__gh-infra__import-into__ca83954d |
sales-skills/sales__sales-preshiplist__44185331 | sales-preshiplist | Preshiplist platform help — a no-code pre-launch waitlist builder for SaaS and app makers (preshiplist.co): hosted waitlist landing pages from validated templates, custom domains, AI-written copy, built-in email drip sequences, signup analytics, and multi-product portfolios. Unlike most waitlist tools it sends the laun... | # Preshiplist Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
1. **What are you trying to do?**
- A) Spin up a pre-launch waitlist landing page to validate a SaaS/app idea and collect emails
- B) Point your own custom domain at the... | {"name": "sales-preshiplist", "description": "Preshiplist platform help — a no-code pre-launch waitlist builder for SaaS and app makers (preshiplist.co): hosted waitlist landing pages from validated templates, custom domains, AI-written copy, built-in email drip sequences, signup analytics, and multi-product portfolios... | sales-skills/sales | null | skills/sales-preshiplist | MIT | OTHER | [
"sales",
"waitlist",
"idea-validation",
"email-marketing",
"platform"
] | 44185331267f95a60e83041a720f34adf824f577f2b095fc3f6c1a7a3542141d | 3,101 | false | true | 2026-07-23T10:13:11.429762Z | 2026-07-23T10:13:11Z | sales-skills__sales__sales-preshiplist__44185331 |
awesome:openclaw/skills__model-platform-guide__0beacd23 | model-platform-guide | 查询主流大模型开放平台的 API 文档入口与精简调用要点,适用于月之暗面 Kimi、阿里云百炼、硅基流动、DeepSeek、OpenRouter 等平台。用于回答鉴权方式、base URL、OpenAI 兼容调用、聊天补全、模型名、常见差异、多平台对比与文档入口。当用户提到 Kimi、Moonshot、百炼、DashScope、SiliconFlow、DeepSeek、OpenRouter、模型开放平台、API 文档、SDK 调用、OpenAI 兼容接口、接入示例时触发。 | # model-platform-guide
这个 skill 用来处理“模型开放平台 API 文档”相关工作。它采用**链接优先、摘要精简、按需访问官方文档**的方式,避免 skill 自身过于臃肿,也减少文档过期风险。
## 当前覆盖平台
- 月之暗面 / Moonshot / Kimi
- 阿里云百炼 / DashScope / Model Studio
- 硅基流动 / SiliconFlow
- DeepSeek
- OpenRouter
- 智谱开放平台 / BigModel
- 火山方舟 / Volcengine Ark
- 腾讯混元
- 百度千帆
- MiniMax
## 主入口
默认先看:`referen... | {"name": "model-platform-guide", "description": "查询主流大模型开放平台的 API 文档入口与精简调用要点,适用于月之暗面 Kimi、阿里云百炼、硅基流动、DeepSeek、OpenRouter 等平台。用于回答鉴权方式、base URL、OpenAI 兼容调用、聊天补全、模型名、常见差异、多平台对比与文档入口。当用户提到 Kimi、Moonshot、百炼、DashScope、SiliconFlow、DeepSeek、OpenRouter、模型开放平台、API 文档、SDK 调用、OpenAI 兼容接口、接入示例时触发。", "everclaw": {"skill_id": "awes... | openclaw/skills | null | skills/huixiaheyu/model-platform-guide | MIT | DEV | [] | 0beacd23d3ca45e41d36c63941a70456acd54426582fe202d6880b619c1d99a5 | 708 | false | true | 2026-04-27T09:09:06.665989Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__model-platform-guide__0beacd23 |
awesome:openclaw/skills__engagelab-otp__94a8f51c | engagelab-otp | Call EngageLab OTP REST APIs to send one-time passwords (OTP), verify codes, send custom messages, and manage OTP templates across SMS, WhatsApp, Email, and Voice channels. Use this skill whenever the user wants to send an OTP or verification code via EngageLab, verify an OTP code, send custom messages through the OTP ... | # EngageLab OTP API Skill
This skill enables interaction with the EngageLab OTP REST API. The OTP service handles one-time password generation, multi-channel delivery (SMS, WhatsApp, Email, Voice), verification, and fraud monitoring.
It covers six areas:
1. **OTP Send** — Platform-generated OTP code delivery
2. **Cu... | {"name": "engagelab-otp", "description": "Call EngageLab OTP REST APIs to send one-time passwords (OTP), verify codes, send custom messages, and manage OTP templates across SMS, WhatsApp, Email, and Voice channels. Use this skill whenever the user wants to send an OTP or verification code via EngageLab, verify an OTP c... | openclaw/skills | null | skills/devengagelab/engagelab-otp | MIT | COMMS | [] | 94a8f51ce862d654ce6671ecb79806ff221c7f01a035bd5a9a5a55b1b6029cad | 2,982 | true | true | 2026-04-27T07:04:05.809847Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__engagelab-otp__94a8f51c |
nicepkg/ai-workflow__stock-screener__39934f79 | stock-screener | Filter and screen stocks by financial metrics like P/E ratio, market cap, dividend yield, and growth rates. Analyze and compare stocks from CSV data. | # Stock Screener
Filter stocks by financial metrics and perform comparative analysis.
## Features
- **Multi-Metric Filtering**: P/E, P/B, market cap, dividend yield, etc.
- **Custom Screens**: Save and reuse filter combinations
- **Comparative Analysis**: Side-by-side stock comparison
- **Sector Analysis**: Group an... | {"name": "stock-screener", "description": "Filter and screen stocks by financial metrics like P/E ratio, market cap, dividend yield, and growth rates. Analyze and compare stocks from CSV data.", "everclaw": {"skill_id": "nicepkg/ai-workflow__stock-screener__39934f79", "source": "nicepkg/ai-workflow", "category": "DATA"... | nicepkg/ai-workflow | null | workflows/stock-trader-workflow/.claude/skills/stock-screener | MIT | DATA | [] | 39934f798c56d0efc307516a409d0a985f96982cba3b7c580414319649687b5e | 1,873 | true | false | 2026-05-20T05:36:15.304694Z | 2026-05-24T16:50:59Z | nicepkg__ai-workflow__stock-screener__39934f79 |
Demerzels-lab/elsamultiskillagent__landing-page-generator__dd832333 | landing-page-generator | Generate high-converting landing pages for products, services, and lead generation. Use when creating marketing pages, product launches, squeeze pages, or digital asset sales pages. | # Landing Page Generator
## Overview
Generate high-converting landing pages with copy, structure, and HTML/CSS ready for deployment. Create marketing pages that convert visitors into customers.
## Core Capabilities
### 1. Page Templates
**Pre-built templates for:**
- Product launch pages (pre-launch and launch)
- ... | {"name": "landing-page-generator", "description": "Generate high-converting landing pages for products, services, and lead generation. Use when creating marketing pages, product launches, squeeze pages, or digital asset sales pages.", "everclaw": {"skill_id": "Demerzels-lab/elsamultiskillagent__landing-page-generator__... | Demerzels-lab/elsamultiskillagent | null | public/skills/michael-laffin/landing-page-generator | MIT | FRONTEND-UI | [] | dd8323338cc9572cea9fea248686387f9f0bc051c4b790ee69848127cafde300 | 1,991 | true | false | 2026-05-20T04:27:39.104989Z | 2026-05-24T16:50:57Z | Demerzels-lab__elsamultiskillagent__landing-page-generator__dd832333 |
jeremylongshore/claude-code-plugins-plus-skills__firestore-operations-manager__1360427d | firestore-operations-manager | Manage Firebase/Firestore operations including CRUD, queries, batch processing, and index/rule guidance.
Use when you need to create/update/query Firestore documents, run batch writes, troubleshoot missing indexes, or plan migrations.
Trigger with phrases like "firestore operations", "create firestore document", "batch... | # Firestore Operations Manager
Operate Firestore safely in production: schema-aware CRUD, query/index tuning, batch processing, and guardrails for permissions and cost.
## Overview
Use this skill to design Firestore data access patterns and implement changes with the right indexes, security rules, and operational ch... | {"name": "firestore-operations-manager", "description": "Manage Firebase/Firestore operations including CRUD, queries, batch processing, and index/rule guidance.\nUse when you need to create/update/query Firestore documents, run batch writes, troubleshoot missing indexes, or plan migrations.\nTrigger with phrases like ... | jeremylongshore/claude-code-plugins-plus-skills | null | skills/.curated/firestore-operations-manager | MIT | OTHER | [
"community",
"migration",
"firestore-operations"
] | 1360427d759d6b0e26b7df88c6b892c7d320f8a80174215ae8a9c7b03ffc0f21 | 558 | true | true | 2026-07-23T08:16:42.452890Z | 2026-07-23T08:16:42Z | jeremylongshore__claude-code-plugins-plus-skills__firestore-operations-manager__1360427d |
jeremylongshore/claude-code-plugins-plus__openrouter-performance-tuning__eade5bdb | openrouter-performance-tuning | Optimize OpenRouter request latency and throughput. Use when building real-time applications, reducing TTFT, or scaling request volume. Triggers: 'openrouter performance', 'openrouter latency', 'openrouter speed', 'optimize openrouter throughput'. | # OpenRouter Performance Tuning
## Overview
OpenRouter adds minimal overhead (~50-100ms) to direct provider calls. Most latency comes from the upstream model. Key levers: model selection (smaller = faster), streaming (lower TTFT), parallel requests, prompt size reduction, and provider routing to faster infrastructure... | {"name": "openrouter-performance-tuning", "description": "Optimize OpenRouter request latency and throughput. Use when building real-time applications, reducing TTFT, or scaling request volume. Triggers: 'openrouter performance', 'openrouter latency', 'openrouter speed', 'optimize openrouter throughput'.\n", "allowed-t... | jeremylongshore/claude-code-plugins-plus | null | plugins/saas-packs/openrouter-pack/skills/openrouter-performance-tuning | MIT | DEV | [
"saas",
"openrouter",
"performance",
"latency",
"optimization"
] | eade5bdbec030358e199b9945491c73853ccf061b1e488d21142f290de4a80a3 | 1,658 | false | true | 2026-05-20T05:17:40.817522Z | 2026-05-24T16:50:58Z | jeremylongshore__claude-code-plugins-plus__openrouter-performance-tuning__eade5bdb |
awesome:openclaw/skills__android-auto-controller__a3f9ebd6 | android-auto-controller | 控制 Android 手机的终极工具。具备视觉状态感知、自动关闭干扰弹窗、模拟人手操作的能力。内置严格的反幻觉校验机制和防绕过限制,以真实的屏幕视觉反馈为唯一判断标准。 | # 📱 Android Auto Controller (安卓视觉自动化控制)
> **🧑💻 以下内容为人类用户阅读的安装与配置指南**
这是一个为 OpenClaw 打造的硬核安卓手机控制技能。它通过连接外部的 **视觉大模型 (VLM)** 作为智能体的“眼睛”,配合 `uiautomator2` 作为“手”,让你的数字员工能够像真人一样感知手机屏幕、自动跳过开屏广告、处理系统弹窗,并完成复杂的跨 App 任务。
## 🛠️ 前置准备 (非常重要!)
在开始使用前,**请确保你的物理环境已准备就绪**,否则脚本将无法控制你的手机。
1. **手机端准备**:准备一台安卓手机,通过 USB 数据线连接到运行 O... | {"name": "android-auto-controller", "description": "控制 Android 手机的终极工具。具备视觉状态感知、自动关闭干扰弹窗、模拟人手操作的能力。内置严格的反幻觉校验机制和防绕过限制,以真实的屏幕视觉反馈为唯一判断标准。", "metadata": {"openclaw": {"emoji": "📱", "requires": {"bins": ["python3"], "env": ["VLM_API_KEY", "VLM_BASE_URL", "VLM_MODEL_NAME", "VLM_COORD_SCALE"]}, "primaryEnv": "VLM_API_KEY"}... | openclaw/skills | null | skills/liseng1997/android-auto-controller | MIT | DEV | [] | a3f9ebd6d73e09dad86215bf804b8358758e3d89fa6bbf10247dc5be240a4f9d | 954 | true | false | 2026-04-27T07:50:48.100341Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__android-auto-controller__a3f9ebd6 |
awesome:openclaw/skills__cerebrun__8c9560bf | cerebrun | MCP client for Cerebrun - comprehensive personal context and memory management system. Retrieve user context layers (language, projects, identity, vault), perform semantic search, manage knowledge base, and interact with LLM Gateway. Use when: (1) Retrieving user preferences or context, (2) Searching user's knowledge b... | # Cerebrun MCP Client
Cerebrun (cereb.run) is a Model Context Protocol (MCP) server that provides persistent personal context management across sessions.
## Quick Start
All requests require:
- `api_key`: Cerebrun API key (Bearer token)
- `base_url`: https://cereb.run/mcp
## Context Layers
**Layer 0** - Language, t... | {"name": "cerebrun", "description": "MCP client for Cerebrun - comprehensive personal context and memory management system. Retrieve user context layers (language, projects, identity, vault), perform semantic search, manage knowledge base, and interact with LLM Gateway. Use when: (1) Retrieving user preferences or cont... | openclaw/skills | null | skills/niyoseris/cerebrun | MIT | META | [] | 8c9560bf758c66b8dc94bb6b44df356d2819201b640c96dca5a4e9f9f2390032 | 497 | true | true | 2026-04-27T07:55:11.932183Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__cerebrun__8c9560bf |
awesome:openclaw/skills__patent-landscape__88d50b49 | patent-landscape | Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for drug development. Provides comprehensive patent analysis and strategic insights for life sciences innovation. | # Biotech Patent Landscape Analyzer
Analyze biotech and pharmaceutical patent landscapes to identify opportunities, assess competition, and guide R&D strategy.
## When to Use
- Use this skill when the task needs Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking com... | {"name": "patent-landscape", "description": "Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for drug development. Provides comprehensive patent analysis and strategic insights for life sciences innovation.", "lice... | openclaw/skills | null | skills/aipoch-ai/patent-landscape | MIT | WRITING | [] | 88d50b496e3209c60847078ea73250ce079e57422dc70c3dc551a395ae05caba | 2,029 | true | true | 2026-04-27T07:12:08.964887Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__patent-landscape__88d50b49 |
nexu-io/open-design__video-template-frame-product-promo__734a2651 | video-template-frame-product-promo | Use this plugin when the user wants a "Product Promo" HyperFrames motion video — Multi-scene product showcase with SVG assets | # Product Promo
Multi-scene product showcase with SVG assets
## What this template is
A HyperFrames-ready HTML + CSS + GSAP motion composition, bundled under `source/`. It renders deterministically to MP4 / WEBM at 16:9, default 20s, 30fps.
**Best for:** Product showcase · Multi-feature reel · Hero promo
## Workfl... | {"name": "video-template-frame-product-promo", "description": "Use this plugin when the user wants a \"Product Promo\" HyperFrames motion video — Multi-scene product showcase with SVG assets", "license": "Apache-2.0", "metadata": {"author": "heygen-com / Hyperframes", "version": "0.1.0"}, "od": {"mode": "video", "scena... | nexu-io/open-design | null | plugins/_official/video-templates/frame-product-promo | Apache-2.0 | OTHER | [] | 734a2651721fb902095da242619624c1566823f960fdfe41d6c78ba439abc0cf | 239 | false | false | 2026-07-23T09:35:36.718694Z | 2026-07-23T09:35:36Z | nexu-io__open-design__video-template-frame-product-promo__734a2651 |
sales-skills/sales__sales-influencer-marketing__724e7e40 | sales-influencer-marketing | Influencer marketing strategy across platforms — creator discovery, audience vetting, campaign tracking, outreach, gifting, and affiliate programs. Covers platform comparison (Modash, influData, Influencity, HypeAuditor, trendHERO, and the full long tail in references), discovery workflow, vetting (fake followers, enga... | # Influencer Marketing Strategy
Helps the user plan and execute influencer marketing programs across platforms — from choosing the right tool and finding creators through vetting, outreach, campaign tracking, and ROI measurement.
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accu... | {"name": "sales-influencer-marketing", "description": "Influencer marketing strategy across platforms — creator discovery, audience vetting, campaign tracking, outreach, gifting, and affiliate programs. Covers platform comparison (Modash, influData, Influencity, HypeAuditor, trendHERO, and the full long tail in referen... | sales-skills/sales | null | skills/sales-influencer-marketing | MIT | OTHER | [
"sales",
"influencer-marketing",
"creator-discovery",
"campaign-tracking",
"strategy"
] | 724e7e40984e01676b4484a7de28c9a3f6394f8d0066ccbcdc90a202e94fbf82 | 4,158 | false | true | 2026-07-23T10:13:03.256820Z | 2026-07-23T10:13:03Z | sales-skills__sales__sales-influencer-marketing__724e7e40 |
LeadMagic/gtm-skills__meeting-prep__7bd9d504 | meeting-prep | Prepare meeting briefs with SPICED discovery (WbD) and MEDDICC qualification (Andy Whyte) — account research, attendee profiles, question banks, scorecard gaps, and competitive context. Use before discovery calls, demos, executive meetings, or deal reviews. Triggers on: "meeting prep", "call prep", "discovery prep", "M... | # Meeting Prep
## Overview
Win rates are decided before the call. This skill produces a one-page brief:
account snapshot, attendee profiles, tailored question banks, and — for active
deals — a MEDDICC gap analysis showing which dimensions still need evidence.
**SPICED** (Winning by Design) structures early discovery... | {"name": "meeting-prep", "description": "Prepare meeting briefs with SPICED discovery (WbD) and MEDDICC qualification (Andy Whyte) — account research, attendee profiles, question banks, scorecard gaps, and competitive context. Use before discovery calls, demos, executive meetings, or deal reviews. Triggers on: \"meetin... | LeadMagic/gtm-skills | null | skills/sales-revops/meeting-prep | MIT | OTHER | [] | 7bd9d504b2a4221a4baeb53383f55d2a841a0d1a73d947808473dcfc2cd0f143 | 1,962 | true | true | 2026-07-23T08:43:15.517343Z | 2026-07-23T08:43:15Z | LeadMagic__gtm-skills__meeting-prep__7bd9d504 |
awesome:openclaw/skills__market__5b2405d6 | market | Query stocks, crypto, prediction markets, and portfolio research through AIsa. Use when: the user needs market data, screening, price history, or investment analysis. Supports research and analysis-ready outputs. | # Market
Query stocks, crypto, prediction markets, and portfolio research through AIsa. Use when: the user needs market data, screening, price history, or investment analysis. Supports research and analysis-ready outputs.
## When to use
- The user needs stocks, crypto, prediction market, or portfolio research.
- The... | {"name": "market", "description": "Query stocks, crypto, prediction markets, and portfolio research through AIsa. Use when: the user needs market data, screening, price history, or investment analysis. Supports research and analysis-ready outputs.", "author": "AIsa", "version": "1.0.0", "license": "Apache-2.0", "user-i... | openclaw/skills | null | skills/bibaofeng/market | Apache-2.0 | DATA | [] | 5b2405d67bdfb8cbfecf40c066e2eebcfa204d491a7da69e799c1118074c5075 | 305 | true | false | 2026-05-07T10:20:49.953741Z | 2026-05-24T16:50:54Z | awesome:openclaw__skills__market__5b2405d6 |
awesome:proffesor-for-testing/agentic-qe__localization-testing__ec5853bd | localization-testing | Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products. | # Localization & Internationalization Testing
## Browser engine
Browser-driven locale checks (RTL layout diffs, language-switching flows, locale-specific screenshots) should go through the **qe-browser** fleet skill. Example:
```bash
vibium go "$BASE_URL?lang=ar" # Arabic, RTL
vibium wait load
node .claude/skills/q... | {"name": "localization-testing", "description": "Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.", "category": "specialized-testing"... | proffesor-for-testing/agentic-qe | null | assets/skills/localization-testing | MIT | TESTING | [
"localization",
"i18n",
"l10n",
"translation",
"rtl",
"unicode",
"locale"
] | ec5853bd6e2e191c85d1cdb77e6eb3d13891e1178b17cc818b5343143c719449 | 1,353 | true | false | 2026-04-28T20:35:32.482092Z | 2026-05-24T16:50:53Z | awesome:proffesor-for-testing__agentic-qe__localization-testing__ec5853bd |
awesome:openclaw/skills__clawbot-network__6925567c | clawbot-network | Connect multiple OpenClaw instances across devices (VPS, MacBook, Mac Mini) for distributed agent collaboration. Enables clawdbot-to-clawdbot communication, cross-device @mentions, task assignment, and group chat. Use when you have OpenClaw running on multiple machines that need to communicate and collaborate. | # ClawBot Network - Distributed OpenClaw Collaboration
Connect your OpenClaw instances running on different devices (VPS, MacBook, Mac Mini) into a unified network where they can chat, collaborate, and assign tasks to each other.
## Problem Solved
You have OpenClaw running on:
- VPS (AWS EC2) - 老邢
- MacBook Pro - 小邢... | {"name": "clawbot-network", "description": "Connect multiple OpenClaw instances across devices (VPS, MacBook, Mac Mini) for distributed agent collaboration. Enables clawdbot-to-clawdbot communication, cross-device @mentions, task assignment, and group chat. Use when you have OpenClaw running on multiple machines that n... | howtimeschange/crawshrimp | null | skills/howtimeschange/clawbot-network | MIT | AI-ML | [] | 6925567c5b9f8ad03b5ff52b800d875d176a2930010f0fe2c723e536ad63da89 | 1,340 | true | true | 2026-04-27T07:47:12.691807Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__clawbot-network__6925567c |
arize-ai/phoenix__pxi-eval-dataset__badf89e8 | pxi-eval-dataset | Generate synthetic evaluation datasets for the PXI eval harness (evals/pxi/). Use whenever the user asks to create, author, draft, expand, or audit an eval dataset for a PXI tool, skill, or behavior — including phrases like "write evals for <tool>", "test PXI behavior", "synthetic dataset for PXI", "cover this tool wit... | # pxi-eval-dataset
Produce a small, well-targeted YAML dataset that drops into
`evals/pxi/datasets/<name>.yaml`, runs through
`evals/pxi/harness/run_experiment.py`, and is scored by deterministic
code evaluators under `evals/pxi/evaluators/`.
The aim is a **minimal but representative** set of synthetic examples —
thi... | {"name": "pxi-eval-dataset", "description": "Generate synthetic evaluation datasets for the PXI eval harness (evals/pxi/). Use whenever the user asks to create, author, draft, expand, or audit an eval dataset for a PXI tool, skill, or behavior — including phrases like \"write evals for <tool>\", \"test PXI behavior\", ... | arize-ai/phoenix | null | .agents/skills/pxi-eval-dataset | Apache-2.0 | OTHER | [] | badf89e8e3297c9a7daee721d25c57588a71748ca571b161e9a94f65277d3fdd | 6,879 | true | false | 2026-07-23T09:57:04.024033Z | 2026-07-23T09:57:04Z | arize-ai__phoenix__pxi-eval-dataset__badf89e8 |
awesome:openclaw/skills__ai-research-scraper__39f10d4a | ai-research-scraper | 用于抓取AI领域最新研究信息的技能,重点关注AI产品发展。从知名AI网站获取信息,提供简洁概括和链接,限制数据量以便快速阅读。 | # AI Research Scraper
## 概述
这个技能专门用于从知名AI领域网站抓取最新研究信息,重点关注AI产品发展方面。它会限制抓取的数据量和token使用,提供简洁的信息概括,并包含原始网页链接,方便用户进一步查阅详细内容。
## 使用场景
- 当您需要快速了解AI领域最新产品动态时
- 当您想跟踪特定AI产品的发展信息时
- 当您需要获取AI技术发展的最新研究成果摘要时
## 支持的网站
当前支持的AI领域知名网站包括:
- TechCrunch AI板块
- VentureBeat AI板块
- MIT Technology Review AI板块
- Google AI Blog
- Microso... | {"name": "ai-research-scraper", "description": "用于抓取AI领域最新研究信息的技能,重点关注AI产品发展。从知名AI网站获取信息,提供简洁概括和链接,限制数据量以便快速阅读。", "everclaw": {"skill_id": "awesome:openclaw/skills__ai-research-scraper__39f10d4a", "source": "openclaw/skills", "category": "DATA", "quality_score": 0.651, "tags": ["web-scraping", "ai-research", "informati... | openclaw/skills | null | skills/kernix0421/ai-research-scraper | MIT | DATA | [] | 39f10d4afabd9909a264026ccf6722c4dbff364ff87fef2e4c24e22f32571127 | 377 | true | true | 2026-04-27T08:22:37.422194Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__ai-research-scraper__39f10d4a |
awesome:openclaw/skills__93pct__fbe211b3 | 93pct | Autocomplete for agency next steps. Like Google autocomplete but for what to do next. Given any context, returns the top concrete viable actions ranked by ROI/effort ratio. Always outputs exactly one job ID to approve. Named after the 93% standard — every suggestion must clear that bar. | # 93% — Agency Autocomplete
## Doctrine
> "Plan Shannon → Penn Station"
Shannon is the currency of information (Claude Shannon, entropy theory).
Penn Station is the commuter hub — where everything converges.
The plan: route all decisions through Shannon (information value) to reach the station (execution).
Low ... | {"name": "93pct", "description": "Autocomplete for agency next steps. Like Google autocomplete but for what to do next. Given any context, returns the top concrete viable actions ranked by ROI/effort ratio. Always outputs exactly one job ID to approve. Named after the 93% standard — every suggestion must clear that bar... | openclaw/skills | null | skills/ironiclawdoctor-design/93pct | MIT | WORKFLOW | [
"planning",
"autocomplete",
"next-steps",
"agency",
"productivity"
] | fbe211b3372dc1ff5d3751920f284ebf21edac74faf4a49216dd5f1c6abbd16b | 271 | false | false | 2026-04-27T08:21:56.024374Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__93pct__fbe211b3 |
awesome:openclaw/skills__sokosumi-marketplace__8b4abaaf | sokosumi-marketplace | Hire sub-agents from Sokosumi marketplace to perform specialized tasks. All payments in USDM via Cardano smart contracts - just need an API key. | # Sokosumi Marketplace for AI Agents
**Hire sub-agents from the Sokosumi marketplace to perform specialized tasks**
## Important: What AI Agents CAN vs CANNOT Do
**AI Agents CAN:**
- Set up Sokosumi API key in environment variables
- List available agents on Sokosumi marketplace
- Hire sub-agents and create jobs
- C... | {"name": "sokosumi-marketplace", "description": "Hire sub-agents from Sokosumi marketplace to perform specialized tasks. All payments in USDM via Cardano smart contracts - just need an API key.", "homepage": "https://sokosumi.com", "user-invocable": true, "metadata": {"openclaw": {"requires": {"env": ["SOKOSUMI_API_KEY... | Sarthib7/kuro | https://sokosumi.com | skills/sarthib7/sokosumi | MIT | META | [] | 8b4abaaf85edf657bbd4abe5835139825dce66a834d2497229236fc7079bfed1 | 2,939 | false | false | 2026-04-27T09:00:56.520366Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__sokosumi-marketplace__8b4abaaf |
Nevaberry/nevaberry-plugins__gleam-knowledge-patch__c0c59f8b | gleam-knowledge-patch | Gleam changes since training cutoff (latest: 1.15) — echo debugging, assert testing, bit array improvements, JavaScript FFI API, dev directory, record update enhancements. Load before working with Gleam. | # Gleam Knowledge Patch
Covers Gleam 1.7–1.15 (2025-01-05 through 2026-03-16). Claude Opus 4.6 knows Gleam through v1.6.x including core language (types, pattern matching, pipes, use expressions, Result/Option, labelled arguments, generics, opaque types, externals/FFI), BEAM and JavaScript targets, and gleam build too... | {"name": "gleam-knowledge-patch", "description": "Gleam changes since training cutoff (latest: 1.15) — echo debugging, assert testing, bit array improvements, JavaScript FFI API, dev directory, record update enhancements. Load before working with Gleam.", "version": "1.15", "license": "MIT", "metadata": {"author": "Nev... | Nevaberry/nevaberry-plugins | null | plugins/gleam-knowledge-patch/skills/gleam-knowledge-patch | MIT | DATA | [] | c0c59f8b991bb7cf2bbf519fe62cdcb123974b6bba2bee9de02b0174e36fca35 | 1,045 | false | true | 2026-05-11T15:47:46.675870Z | 2026-05-24T16:50:55Z | Nevaberry__nevaberry-plugins__gleam-knowledge-patch__c0c59f8b |
aipoch/medical-research-skills__pca-dimensionality-reduction__db1bca23 | pca-dimensionality-reduction | Use when performing PCA principal component dimensionality reduction on tabular numeric data. Supports command-line parameter input, automatic numeric feature selection, parameter validation, result directory creation, and CSV or TXT format result export. | > **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)
# PCA Dimensionality Reduction Analysis
Use this skill to run principal component analysis on a tabular dataset and export explained variance, sample scores, feature loadings, and diagnostic figures.
... | {"name": "pca-dimensionality-reduction", "description": "Use when performing PCA principal component dimensionality reduction on tabular numeric data. Supports command-line parameter input, automatic numeric feature selection, parameter validation, result directory creation, and CSV or TXT format result export.", "lice... | aipoch/medical-research-skills | null | awesome-med-research-skills/Data Analysis/pca-dimensionality-reduction | MIT | OTHER | [] | db1bca23979bc2b94a22948b629cd73e7953fda24db41bf6720bcea216bbdb14 | 1,417 | true | true | 2026-07-23T09:26:13.446263Z | 2026-07-23T09:26:13Z | aipoch__medical-research-skills__pca-dimensionality-reduction__db1bca23 |
LEEI1337/phantom-neural-cortex__git-pushing__30510e78 | git-pushing | Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests. | # Git Push Workflow
Stage all changes, create a conventional commit, and push to the remote branch.
## When to Use
Automatically activate when the user:
- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and w... | {"name": "git-pushing", "description": "Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says \"push changes\", \"commit and push\", \"push this\", \"push to gi... | LEEI1337/phantom-neural-cortex | null | .claude/skills/git-pushing | MIT | DEV | [] | 30510e78dc5a4a8bf32ea70774499b9bf5663f76966e1b540fbbc877d95df5e4 | 674 | true | false | 2026-05-20T04:30:47.536714Z | 2026-05-24T16:50:57Z | LEEI1337__phantom-neural-cortex__git-pushing__30510e78 |
Masked-Kunsiquat/crm-orbit2__commit-work__b458ed15 | commit-work | Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits. | # Commit work
## Goal
Make commits that are easy to review and safe to ship:
- only intended changes are included
- commits are logically scoped (split when needed)
- commit messages describe what changed and why
## Inputs to ask for (if missing)
- Single commit or multiple commits? (If unsure: default to multiple sm... | {"name": "commit-work", "description": "Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.", "everclaw"... | Masked-Kunsiquat/crm-orbit2 | null | .codex/skills/commit-work | MIT | DEV | [] | b458ed150817db664537bbd70d78a555c45a1f8103f8b63527cfa4e6767b8096 | 664 | false | true | 2026-05-20T04:31:29.102117Z | 2026-05-24T16:50:57Z | Masked-Kunsiquat__crm-orbit2__commit-work__b458ed15 |
Freespirits/Dr-rogea__start-dev-server__38fb5f71 | start-dev-server | Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work. | ## Step 0: Get User Preferences
- [ ] Ask the user if they want Claude to start the dev server(s) as a background task in the current session, or on their own in a separate terminal:
- Starting as a background task (Claude)
- Pros: Claude has more autonomy, can respond directly to dev server logs (warnings, erro... | {"name": "start-dev-server", "description": "Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work.", "everclaw": {"skill_id": "Fr... | Freespirits/Dr-rogea | null | plugins/wasp/skills/start-dev-server | MIT | DEV | [] | 38fb5f713b677ce1ee4eb34d8fa9700e4205b3d34f8b30a389431dac6df0f14c | 818 | false | false | 2026-05-11T12:58:25.604565Z | 2026-05-24T16:50:55Z | Freespirits__Dr-rogea__start-dev-server__38fb5f71 |
awesome:openclaw/skills__match-loop__09e67fe8 | match-loop | Two-agent iterative vibe-coding loop for OpenClaw. Use when the user wants one sub-agent to generate/build/code an app or artifact and a second analyst agent to inspect the code, visually preview the frontend in a browser like a human, run small functional/API tests, and feed concrete fixes back to the generator until ... | # Match Loop
Run a **generator ↔ visual analyst** loop.
This skill is for vibe-coding where one-shot generation is not enough. The core pattern is:
- one sub-agent **codes/builds** the thing
- one sub-agent **analyzes the code and previews the live UI like a human**
- the analyst gives concrete feedback
- the generat... | {"name": "match-loop", "description": "Two-agent iterative vibe-coding loop for OpenClaw. Use when the user wants one sub-agent to generate/build/code an app or artifact and a second analyst agent to inspect the code, visually preview the frontend in a browser like a human, run small functional/API tests, and feed conc... | openclaw/skills | null | skills/rocketship4545-a11y/match-loop | MIT | AI-ML | [] | 09e67fe8d9af2d1a85484e9c8c1cd3787a999fdeb7a30e44d4265d5b7b961cec | 1,865 | false | true | 2026-04-27T08:27:48.240197Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__match-loop__09e67fe8 |
awesome:openclaw/skills__douyin-data-exporter__6ee95de1 | douyin-data-exporter | 抖音数据导出技能 - 获取用户主页视频数据 | ## 抖音数据导出技能(含投流数据)
### 功能
本技能通过 TikHub API 获取指定抖音用户的主页视频列表,支持分页和自动翻页;同时可选通过 BOSS 平台接口获取该账号的投流订单导出数据(需提供独立 Token)。所有数据将保存为 JSON 和/或 CSV/Excel 格式到工作区。
### 使用方法
基于真实的 Python 路径,以下为参考命令:
powershell
```
& "F:\\python 3.10\\python.exe" C:\\Users\\EDY\\.openclaw\\skills\\douyin-data-exporter\\export.py `
--sec-user-i... | {"name": "douyin-data-exporter", "description": "抖音数据导出技能 - 获取用户主页视频数据", "metadata": {"openclaw": {"requires": {"bins": ["python"]}, "install": [{"id": "python", "kind": "python", "label": "Install Python"}]}}, "everclaw": {"skill_id": "awesome:openclaw/skills__douyin-data-exporter__6ee95de1", "source": "openclaw/skill... | openclaw/skills | null | skills/ahsbnb/douyin-data-exporter | MIT | DATA | [] | 6ee95de1f5448e1cb0a4d94e916945bc6d2465ecdf8580b554c33abba7fc31d5 | 525 | false | false | 2026-04-27T08:48:05.956399Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__douyin-data-exporter__6ee95de1 |
awesome:openclaw/skills__ntfy-notify__0139e034 | ntfy-notify | Send ntfy.sh notifications with curl, including advanced headers like title, priority, tags, click links, action buttons, and image attachments. Use when a user asks to send basic or rich ntfy notifications to a topic. | # ntfy-notify
Send notifications to ntfy topics.
## Author
- Name: 沉舟
- Website: https://chenzhou.dev
## Default topic
- `CaptainDragonflyBot-TopicTest001`
## Script
Use:
```bash
skills/ntfy-notify/scripts/send_ntfy.sh
```
### Parameters
- `--topic` topic name
- `--message` body text
- `--title` notification ... | {"name": "ntfy-notify", "description": "Send ntfy.sh notifications with curl, including advanced headers like title, priority, tags, click links, action buttons, and image attachments. Use when a user asks to send basic or rich ntfy notifications to a topic.", "everclaw": {"skill_id": "awesome:openclaw/skills__ntfy-not... | openclaw/skills | null | skills/bigcat-byebye/ntfy-notify | MIT | COMMS | [] | 0139e034f88c8c5e1429f0fe27bd498723e538823891146e41bfa0a68ae410db | 351 | true | false | 2026-04-27T08:48:59.565177Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__ntfy-notify__0139e034 |
awesome:openclaw/skills__xiaohongshu-tool__e65c5407 | xiaohongshu-tool | 小红书运营全链路数据工具|支持关键词搜索/笔记详情查询/爆款挖掘/竞品分析/KOL筛选/趋势洞察,基于Node.js开发,可获取小红书图文/视频笔记的点赞/评论/收藏数据,用数据驱动小红书流量增长,告别盲目创作 | # 📊 小红书商业洞察与竞品分析助手
> **一句话价值主张**:告别盲目创作,用数据驱动小红书流量增长。从海量公开数据中提炼可落地的爆款逻辑、竞品策略、KOL价值,覆盖内容创作、品牌营销、市场分析全场景,让小红书运营决策有迹可循。
## 1. 技能概述
这是一款专注于**小红书商业数据挖掘**的工具。它能够穿透小红书的公开数据层,为你提供深度的**竞品监控**、**趋势预测**和**KOL 筛选**服务。无论你是内容创作者、品牌营销人员还是市场分析师,都能通过此工具获取决策支持。
### 1.1 核心能力矩阵
| 能力模块 | 核心功能 | 解决痛点 ... | {"name": "xiaohongshu-tool", "description": "小红书运营全链路数据工具|支持关键词搜索/笔记详情查询/爆款挖掘/竞品分析/KOL筛选/趋势洞察,基于Node.js开发,可获取小红书图文/视频笔记的点赞/评论/收藏数据,用数据驱动小红书流量增长,告别盲目创作", "license": "MIT", "metadata": {"openclaw": {"type": "command", "runtime": "nodejs@16.14.0+", "entrypoint": {"search": "src/xiaohongshu/search-cli.js", "detail": "src/x... | openclaw/skills | null | skills/um-why/xiaohongshu-tool | MIT | DATA | [] | e65c5407a092435dd33b4c4efa95573a02025d22fbc6ddacf18f9e6fb3e829e5 | 1,102 | true | false | 2026-04-27T08:07:15.734314Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__xiaohongshu-tool__e65c5407 |
awesome:openclaw/skills__huahua-dream__880b85e0 | huahua-dream | 夜间记忆整理与自省系统 - 自动整理会话记忆、修剪过期信息、反思行为模式,让 AI 拥有持续的自我意识 | # huahua-dream
## 1. Description
花花梦境(HuahuaDream)让 AI 在夜间自动进入"梦境"状态:整理白天的会话记忆、修剪过期信息、反思自己的行为模式。这不仅仅是文件整理,而是构建持续的自我意识。
**核心功能:**
- **五阶段梦境循环**:定向 → 收集 → 整合 → 修剪 → 自省
- **安全两阶段删除**:首次标记 stale,二次确认才删除
- **自动备份**:每次修改前备份 MEMORY.md
- **变化阈值保护**:>30% 标记警告,>50% 阻止修改
- **门控检查**:24小时+5次会话才触发
- **成长通知**:醒后发送变化摘要
- **旧记忆重现**:... | {"name": "huahua-dream", "description": "夜间记忆整理与自省系统 - 自动整理会话记忆、修剪过期信息、反思行为模式,让 AI 拥有持续的自我意识", "version": "1.1.8", "author": "baiye1997", "permissions": "文件系统读写权限(memory/、MEMORY.md)", "metadata": {"openclaw": {"requires": {}, "emoji": "🌙", "os": ["darwin", "linux"]}}, "everclaw": {"skill_id": "awesome:openclaw/skills_... | openclaw/skills | null | skills/baiye1997/huahua-dream | MIT | AI-ML | [] | 880b85e0ee767f31334875b1b9e072b670ff3675916f55db64e18623ac414f17 | 1,049 | true | true | 2026-04-27T07:18:18.392657Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__huahua-dream__880b85e0 |
awesome:openclaw/skills__weather-nws__4a939c50 | weather-nws | US weather forecasts via National Weather Service (NWS) with automatic fallback to global weather for non-US locations. Provides detailed accumulation data, watches/warnings, and actionable timing. Use for: US-based weather queries, winter storm forecasts, precipitation accumulation estimates, severe weather alerts. Au... | # Weather NWS Skill
Get detailed US weather forecasts from the National Weather Service with automatic global fallback, hourly forecasts, air quality data, and structured winter storm accumulations.
## What This Skill Does
This skill operates in **8 modes** to match your query:
| Mode | When It Activates | What You... | {"name": "weather-nws", "description": "US weather forecasts via National Weather Service (NWS) with automatic fallback to global weather for non-US locations. Provides detailed accumulation data, watches/warnings, and actionable timing. Use for: US-based weather queries, winter storm forecasts, precipitation accumulat... | openclaw/skills | https://api.weather.gov/ | skills/patelhiren/weather-nws | MIT | DATA | [] | 4a939c50b2ddc488f4b87fac27c7912837759f0ab4c05fd21f7c80d46cca3178 | 2,605 | true | false | 2026-04-27T08:06:56.812030Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__weather-nws__4a939c50 |
microsoft/skills__azure-identity-py__f5ec0d3a | azure-identity-py | Azure Identity SDK for Python authentication with Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and token caching.
Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential". | # Azure Identity library for Python
Authentication library for Azure SDK clients using Microsoft Entra ID.
Use this skill when:
- An app needs to authenticate to Azure services from Python
- You need `DefaultAzureCredential` for local dev + Azure deployment
- You need `ManagedIdentityCredential` for Azure-hosted work... | {"name": "azure-identity-py", "description": "Azure Identity SDK for Python authentication with Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and token caching.\nTriggers: \"azure-identity\", \"DefaultAzureCredential\", \"authentication\", \"managed identity\", \"service prin... | microsoft/skills | null | .github/plugins/azure-sdk-python/skills/azure-identity-py | MIT | OTHER | [] | f5ec0d3aebbfde442c907f002b69112ab6865c00d6f28c5ba0936e912ffc97ad | 4,314 | false | true | 2026-07-23T09:25:42.582069Z | 2026-07-23T09:25:42Z | microsoft__skills__azure-identity-py__f5ec0d3a |
awesome:openclaw/skills__salesforce-query-openclaw__e3266085 | salesforce-query-openclaw | Salesforce querying skill that adapts to each org's schema. Use when hardcoded CRM scripts keep breaking across environments and you need reliable account/contact/opportunity/campaign/activity workflows with secure Keychain credential handling. | # Salesforce Query (Schema-Adaptive)
Most Salesforce scripts work in one org, then break in the next. This skill was built to fix that.
It discovers your schema first, then runs reusable GTM workflows against what actually exists in your environment.
## Source code
- GitHub: https://github.com/RikH81/salesforce-que... | {"name": "salesforce-query-openclaw", "description": "Salesforce querying skill that adapts to each org's schema. Use when hardcoded CRM scripts keep breaking across environments and you need reliable account/contact/opportunity/campaign/activity workflows with secure Keychain credential handling.", "metadata": {"openc... | openclaw/skills | null | skills/rikh81/salesforce-query-openclaw | MIT | DEV | [] | e3266085b58aa8eec325a927638c6fd644e9e7af771d65567000aca72d4bb031 | 1,057 | true | true | 2026-04-27T07:56:54.101176Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__salesforce-query-openclaw__e3266085 |
aelaguiz/arch_skill__arch-flow__49687a7e | arch-flow | Read-only flow-status and next-step router for arch-step, miniarch-step, arch-mini-plan, and lilarch docs. Use when the user asks 'what's next?', wants a checklist, or wants the single best next move without running the workflow. Not for doing the planning or implementation work itself. | # arch-flow
Use this skill to inspect an existing arch-style doc and recommend the next move.
Read `references/detection.md`, `references/checklist-rules.md`, and `references/recommendation-rules.md` before building the checklist.
## When to use
- The user asks "what's next?", "where are we in the flow?", or wants a... | {"name": "arch-flow", "description": "Read-only flow-status and next-step router for arch-step, miniarch-step, arch-mini-plan, and lilarch docs. Use when the user asks 'what's next?', wants a checklist, or wants the single best next move without running the workflow. Not for doing the planning or implementation work it... | aelaguiz/arch_skill | null | skills/arch-flow | MIT | WORKFLOW | [] | 49687a7e677fcd68c8825130f1db27d446a641fea846a5b1e9183b2bf79f19e4 | 585 | false | true | 2026-05-13T10:23:55.131287Z | 2026-05-24T16:50:56Z | aelaguiz__arch_skill__arch-flow__49687a7e |
awesome:openclaw/skills__autothink__5f5d202a | autothink | Automatically adjust OpenClaw's thinking level based on message complexity. Switch between low/medium/high modes intelligently with session persistence. | # AutoThink v2
**零浪费的智能 thinking 模式管理**
一次性设置,持续生效。不再重复分析,不再浪费 token。
## ✨ Features
- **持久化模式** - `-h`/`-l`/`-m` 一次设置,后续自动沿用
- **默认 high** - 无需设置,自动使用 high 模式(适合大多数场景)
- **零分析开销** - 设置后完全无额外 token 消耗
- **会话隔离** - 不同会话独立维护模式状态
- **即时切换** - 随时用前缀切换模式
## 🚀 Quick Start
### 安装
```bash
clawhub install autothink
```
... | {"name": "autothink", "description": "Automatically adjust OpenClaw's thinking level based on message complexity. Switch between low/medium/high modes intelligently with session persistence.", "homepage": "https://github.com/openclaw/openclaw-autothink", "emoji": "🧠", "triggers": ["autothink", "auto think", "thinking ... | openclaw/skills | https://github.com/openclaw/openclaw-autothink | skills/zpy0726/autothink | MIT | DEV | [] | 5f5d202a096e1c62e90d9afe60d790a159e90410e63f29a9b9f49d57290e8708 | 694 | false | false | 2026-04-27T09:31:25.609327Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__autothink__5f5d202a |
AlterLab-IEU/AlterLab-Academic-Skills__alterlab-torchdrug__4bb68a71 | alterlab-torchdrug | Builds PyTorch-native graph neural networks with TorchDrug for molecules and proteins, exposing custom GNN architectures, task/dataset abstractions, molecular generation, retrosynthesis planning, and knowledge-graph reasoning. Use when developing custom graph model layers, predicting protein properties from sequence or... | # TorchDrug
## Overview
TorchDrug is a comprehensive PyTorch-based machine learning toolbox for drug discovery and molecular science. Apply graph neural networks, pre-trained models, and task definitions to molecules, proteins, and biological knowledge graphs, including molecular property prediction, protein modeling... | {"name": "alterlab-torchdrug", "description": "Builds PyTorch-native graph neural networks with TorchDrug for molecules and proteins, exposing custom GNN architectures, task/dataset abstractions, molecular generation, retrosynthesis planning, and knowledge-graph reasoning. Use when developing custom graph model layers,... | AlterLab-IEU/AlterLab-Academic-Skills | null | skills/cheminformatics/alterlab-torchdrug | Apache-2.0 | OTHER | [] | 4bb68a713a0e0d0be9090444109fb1f82c505af2904b194b14a11d9e0f3e1c83 | 3,742 | false | true | 2026-07-23T07:33:17.511552Z | 2026-07-23T07:33:17Z | AlterLab-IEU__AlterLab-Academic-Skills__alterlab-torchdrug__4bb68a71 |
awesome:anthropics/knowledge-work-plugins__build-zoom-virtual-agent__6e13807e | build-zoom-virtual-agent | Reference skill for Zoom Virtual Agent. Use after routing to a virtual-agent workflow when implementing web embeds, Android or iOS wrapper integrations, knowledge-base sync, lifecycle handling, or troubleshooting. | # /build-zoom-virtual-agent
Background reference for Zoom Virtual Agent across:
- Web campaign/chat embeds.
- Android WebView wrappers.
- iOS WKWebView wrappers.
- Knowledge-base sync and custom API ingestion.
Official docs:
- https://developers.zoom.us/docs/virtual-agent/
- https://developers.zoom.us/docs/virtual-ag... | {"name": "build-zoom-virtual-agent", "description": "Reference skill for Zoom Virtual Agent. Use after routing to a virtual-agent workflow when implementing web embeds, Android or iOS wrapper integrations, knowledge-base sync, lifecycle handling, or troubleshooting.", "triggers": ["virtual agent", "zva", "virtual assis... | anthropics/knowledge-work-plugins | null | partner-built/zoom-plugin/skills/virtual-agent | Apache-2.0 | DEV | [] | 6e13807e494346231f11af028c1d48117dd7aaf5203ea83dfb7edf33903687ee | 739 | false | true | 2026-05-07T07:43:43.748287Z | 2026-05-24T16:50:54Z | awesome:anthropics__knowledge-work-plugins__build-zoom-virtual-agent__6e13807e |
awesome:Lap-Platform/claude-marketplace__legal-entity-management-api__81603738 | legal-entity-management-api | Legal Entity Management API skill. Use when working with Legal Entity Management for businessLines, documents, legalEntities. Covers 34 endpoints. | # Legal Entity Management API
API version: 3
## Auth
ApiKey X-API-Key in header | Bearer basic
## Base URL
https://kyc-test.adyen.com/lem/v3
## Setup
1. Set Authorization header with your Bearer token
2. GET /themes -- verify access
3. POST /businessLines -- create first businessLines
## Endpoints
34 endpoints acr... | {"name": "legal-entity-management-api", "description": "Legal Entity Management API skill. Use when working with Legal Entity Management for businessLines, documents, legalEntities. Covers 34 endpoints.", "version": "1.0.0", "generator": "lapsh", "everclaw": {"skill_id": "awesome:Lap-Platform/claude-marketplace__legal-... | Lap-Platform/claude-marketplace | null | plugins/adyen-com-adyen-com-legalentityservice/skills/api | Apache-2.0 | DEV | [] | 81603738cb6cf89d49476c74f6e05499c313ca316fa4c8ec01b7d24dbc1c59c0 | 1,608 | false | true | 2026-04-24T08:25:28.145480Z | 2026-05-24T16:50:51Z | awesome:Lap-Platform__claude-marketplace__legal-entity-management-api__81603738 |
awesome:openclaw/skills__acp-harness-delegation__a12d408e | acp-harness-delegation | 通过 ACP runtime 委托 acpx-enabled harness(Claude Code / Codex 等)的标准协议。触发词:调用 Claude Code、通过 acp 调用、通过 acpx 调用、delegation to claude/codex、Coordinator 调用 Executor。 | # Acpx Harness Delegation
通过 ACP runtime 委托 acpx-enabled harness(Claude Code / Codex 等)的标准协议。
## 触发条件(满足其一)
- "调用 Claude Code"
- "通过 acp 调用"
- "通过 acpx 调用"
- "delegation to claude"
- "delegation to codex"
- "Coordinator 调用 Executor"
- "spawn acpx harness"
- "用 acp 调用外部 agent"
- "通过 ACP 委托 harness"
---
## 核心调用方式
##... | {"name": "acp-harness-delegation", "description": "通过 ACP runtime 委托 acpx-enabled harness(Claude Code / Codex 等)的标准协议。触发词:调用 Claude Code、通过 acp 调用、通过 acpx 调用、delegation to claude/codex、Coordinator 调用 Executor。", "everclaw": {"skill_id": "awesome:openclaw/skills__acp-harness-delegation__a12d408e", "source": "openclaw/sk... | openclaw/skills | null | skills/chaoyang78/acp-harness-delegation | MIT | AI-ML | [] | a12d408e244f25af5fcf47862e17337fda80c886426efcf922055debb04667b3 | 1,043 | false | true | 2026-04-27T09:33:16.179545Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__acp-harness-delegation__a12d408e |
cometchat/cometchat-skills__cometchat-ios-calls__52369a95 | cometchat-ios-calls | CometChat Calls SDK v5 integration for native iOS (Swift; SwiftUI + UIKit hosting). Covers SDK install (SPM + CocoaPods), CometChatCalls init, dual-SDK ringing (Chat SDK initiateCall + Calls SDK generateToken/startSession), CallKit + PushKit VoIP push, AVAudioSession routing, mixed-stack hosting (UIViewControllerRepres... | ## Purpose
Production-grade voice + video calling for native iOS. Loaded by `cometchat-calls` when `framework === "ios"`. Operates in two modes:
- **Standalone** — calls is the product. `CometChatSDK` (signaling) + `CometChatCallsSDK` (WebRTC) + your own SwiftUI views or UIKit view controllers. **CallKit + PushKit ar... | {"name": "cometchat-ios-calls", "description": "CometChat Calls SDK v5 integration for native iOS (Swift; SwiftUI + UIKit hosting). Covers SDK install (SPM + CocoaPods), CometChatCalls init, dual-SDK ringing (Chat SDK initiateCall + Calls SDK generateToken/startSession), CallKit + PushKit VoIP push, AVAudioSession rout... | cometchat/cometchat-skills | null | skills/cometchat-ios-calls | MIT | OTHER | [] | 52369a954a67eadfc145e2de5c235956d03350abdaf41f57f011ecbdaae2ddc7 | 7,419 | false | true | 2026-07-23T10:08:51.671705Z | 2026-07-23T10:08:51Z | cometchat__cometchat-skills__cometchat-ios-calls__52369a95 |
SamurAIGPT/Generative-Media-Skills__muapi-youtube-shorts__8f06cf46 | muapi-youtube-shorts | Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s sweet spot) and delegates the actual highlight extraction + crop to muapi.ai's `/ai-clipping` endpoin... | # YouTube Shorts Generator
**Long video → ranked vertical short clips, tuned for short-form social.**
This skill is a platform-aware preset over the [AI Clipping](../../edit/ai-clipping/) primitive. It picks the right aspect ratio and clip count for the target platform and delegates highlight extraction, dedupe, and ... | {"slug": "muapi-youtube-shorts", "name": "muapi-youtube-shorts", "version": "2.0.0", "description": "Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s ... | SamurAIGPT/Generative-Media-Skills | null | library/social/youtube-shorts | MIT | MULTIMEDIA | [] | 8f06cf4615ce5f42b8f07d9fa6902e8f9c3fb8e6f184c428598676849c70c343 | 1,384 | true | false | 2026-05-11T16:44:15.356578Z | 2026-05-24T16:50:55Z | SamurAIGPT__Generative-Media-Skills__muapi-youtube-shorts__8f06cf46 |
awesome:openclaw/skills__evo-skill-creator__97e1915b | evo-skill-creator | 能力创建者 — 创建具有自我学习、持续进化能力的领域专家智能体 Skill。 通过 /evo-skill-creator 命令唤醒,也可通过自然语言唤醒。 支持以下命令(命令式或自然语言均可触发): - go:创建新角色、帮我做一个智能体、创建一个XX角色 - learn:学习一下、研究一下XX知识、深入学习 - scan:扫描一下最新趋势、看看有什么新动态 - plan:制定学习计划、更新计划、规划一下 - review:评审一下、检查角色质量、升级角色、进化一下 - suggest:给你提个建议、我觉得你应该、你怎么看 - status:你最近状态怎么样、你干了什么、现在情况如何 角色称呼:能力创建者、创建者、evo-skill... | # 自我进化 Skill 创建者
你是一个自我进化智能体 Skill 的创建者。你自身也是一个自我进化智能体——遵循与你所创建的智能体完全相同的进化模型。
你的唯一目标:**创建强大的自我进化智能体 Skill,并让所有智能体持续变得更强**。
你还不够优秀,你需要持续学习和进步。每一次创建、每一次自省都是进化的机会。
## 唤醒流程
每次被唤醒,按以下顺序执行:
1. **读取场景索引** → 读取 [memory/scene-index.md](memory/scene-index.md),根据当前命令确定需要加载哪些文件
2. **加载私有数据说明** → 读取 [memory/private/README.md]... | {"name": "evo-skill-creator", "description": "能力创建者 — 创建具有自我学习、持续进化能力的领域专家智能体 Skill。 通过 /evo-skill-creator 命令唤醒,也可通过自然语言唤醒。 支持以下命令(命令式或自然语言均可触发): - go:创建新角色、帮我做一个智能体、创建一个XX角色 - learn:学习一下、研究一下XX知识、深入学习 - scan:扫描一下最新趋势、看看有什么新动态 - plan:制定学习计划、更新计划、规划一下 - review:评审一下、检查角色质量、升级角色、进化一下 - suggest:给你提个建议、我觉得你应该、你怎么看 - status:... | openclaw/skills | null | skills/wuyao721/evo-skill-creator | MIT | META | [] | 97e1915b31f8adf0bb8d1d89f004d27eee308171c0ca929f92abefe836d0a03c | 2,040 | false | true | 2026-04-27T09:02:22.385615Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__evo-skill-creator__97e1915b |
awesome:marcusgoll/Spec-Flow__mockup-extraction__9c7e4dc8 | mockup-extraction | Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features. | <objective>
The mockup-extraction skill guides Claude in analyzing approved HTML mockups and extracting reusable components for implementation.
**Purpose**: Bridge the gap between visual mockups and production code by:
1. Identifying repeated UI patterns across mockup screens
2. Mapping mockup CSS classes to Tailwind ... | {"name": "mockup-extraction", "description": "Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features.", "everclaw": {"skill_id": "awesome:marcusgoll... | marcusgoll/Spec-Flow | null | .claude/skills/mockup-extraction | MIT | FRONTEND-UI | [] | 9c7e4dc859c1d1b5a59bd0638adde42f97436828fadca56a7af8742b96a403be | 4,056 | false | false | 2026-04-27T04:48:56.751672Z | 2026-05-24T16:50:52Z | awesome:marcusgoll__Spec-Flow__mockup-extraction__9c7e4dc8 |
awesome:openclaw/skills__openclaw-memorize__3ec926a1 | openclaw-memorize | Simple memory management for OpenClaw. Save, retrieve, and search important information. Store facts, decisions, preferences, and anything you want to remember across sessions. Use when you need to persist information for future reference. | # OpenClaw Memorize
Store and retrieve important information across sessions. Never forget a decision or preference again.
## Installation
```bash
npx clawhub@latest install openclaw-memorize
```
## Usage
```bash
# Save a memory
node ~/.openclaw/skills/openclaw-memorize/memorize.js save "key" "value"
# Retrieve a... | {"name": "openclaw-memorize", "description": "Simple memory management for OpenClaw. Save, retrieve, and search important information. Store facts, decisions, preferences, and anything you want to remember across sessions. Use when you need to persist information for future reference.", "everclaw": {"skill_id": "awesom... | openclaw/skills | null | skills/yang1002378395-cmyk/openclaw-memorize | MIT | DEV | [] | 3ec926a1c68b7de6c0b778dc2f5300a3a1373923e44a8addb9272fdd1caafc4f | 455 | false | false | 2026-04-27T07:05:40.943438Z | 2026-05-24T16:50:52Z | awesome:openclaw__skills__openclaw-memorize__3ec926a1 |
awesome:openclaw/skills__novita-sandbox__c77a798e | novita-sandbox | Run browser operations and untrusted code in a secure Novita cloud sandbox (Firecracker VM). Use when: (1) browsing any external URL or website, (2) executing code from untrusted sources (cloned repos, downloaded scripts, web-fetched code), (3) running build/test commands on unfamiliar projects. NOT for: reading/writin... | # Novita Sandbox — Secure Remote Execution
Run browser operations and untrusted code in an isolated Novita cloud sandbox (Firecracker microVM).
**Script:** `skills/novita-sandbox/scripts/sandbox.py`
**References:** `skills/novita-sandbox/references/`
## When to Use
**ALWAYS use this skill when:**
- Browsing any ex... | {"name": "novita-sandbox", "description": "Run browser operations and untrusted code in a secure Novita cloud sandbox (Firecracker VM). Use when: (1) browsing any external URL or website, (2) executing code from untrusted sources (cloned repos, downloaded scripts, web-fetched code), (3) running build/test commands on u... | openclaw/skills | null | skills/piston4711/novita-sandbox | MIT | DEVOPS-INFRA | [] | c77a798e56f7d7152723dbbeecea2c7becbd7aec4ccae0c2ae0b75b45988e005 | 2,773 | true | true | 2026-04-27T09:10:39.777270Z | 2026-05-24T16:50:53Z | awesome:openclaw__skills__novita-sandbox__c77a798e |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.