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.016000 | 2026-05-24T16:50:53 | 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.211000 | 2026-07-23T08:17:51 | 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.314000 | 2026-05-24T16:50:53 | 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.362000 | 2026-05-24T16:50:51 | 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.194000 | 2026-05-24T16:50:57 | 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.364000 | 2026-07-23T09:26:12 | 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.857000 | 2026-05-24T16:50:53 | 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.908000 | 2026-05-24T16:50:55 | 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.343000 | 2026-05-24T16:50:58 | 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.723000 | 2026-05-24T16:50:52 | 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.033000 | 2026-07-23T09:16:08 | 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.975000 | 2026-05-24T16:50:56 | 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.617000 | 2026-05-24T16:50:57 | 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.749000 | 2026-05-24T16:50:55 | 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.613000 | 2026-05-24T16:50:54 | 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.067000 | 2026-07-23T07:33:23 | 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.832000 | 2026-05-24T16:50:56 | 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.534000 | 2026-07-23T10:13:20 | 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.943000 | 2026-05-24T16:50:52 | 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.209000 | 2026-05-24T16:50:53 | 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.346000 | 2026-05-24T16:50:52 | 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.339000 | 2026-05-24T16:50:52 | awesome:openclaw__skills__codex-profile-failover__ca8596bd |
skillcorpus-demo-1k
1,000 agent skills — SKILL.md documents collected from public repositories,
each with the files it ships (scripts/, references/, assets). A sample of
SkillCorpus (arXiv:2607.15557) carrying the
same schema as the full corpus, small enough to explore in a notebook.
The full corpus is being prepared for release — coming soon. This sample shares its schema, so code written against it carries over unchanged.
Stratified random sample over the 16 categories, drawn from 399 source repositories. Every skill keeps its own upstream license, permissive only: MIT 874 · Apache-2.0 112 · MIT-0 4 · BSD-3-Clause 4 · ISC 3 · CC0-1.0 1 · Mulan-PSL-2.0 1 · Unlicense 1.
Skill bodies and bundled scripts are third-party content that instructs an agent to take actions — read before running.
Retrieval models trained on this schema: skillcorpus-embedding-0.6b and skillcorpus-reranker-0.6b.
Files
| file | size | contents |
|---|---|---|
skills.parquet |
4.0 MB | 1,000 rows, 18 columns |
attachments.tar.zst |
26 MB | 8,552 bundled files (79 MB uncompressed) |
Load
from datasets import load_dataset
ds = load_dataset("EverMind-AI/skillcorpus-demo-1k", split="train")
row = ds[0]
print(row["name"], "|", row["category"], "|", row["license"])
print(row["body"][:500]) # the SKILL.md body, ready to inject
A skill's original SKILL.md is frontmatter_raw + body; that file is not
duplicated in the tarball. (32 SKILL.md files do appear there — they belong to
nested sub-skills shipped inside a skill's own bundle, not to the row itself.)
Attachments
Every skill here bundles at least one file. attachment_path is that skill's
member prefix inside attachments.tar.zst:
import tarfile, zstandard as zstd
prefix = row["attachment_path"] + "/"
with open("attachments.tar.zst", "rb") as fh:
with zstd.ZstdDecompressor().stream_reader(fh) as z:
with tarfile.open(fileobj=z, mode="r|") as tar:
for member in tar:
if member.name.startswith(prefix):
print(member.name, member.size)
Bundles are complete: whatever the skill ships is here, minus build artifacts
(__pycache__, .git, node_modules, *.pyc, …). 461 skills carry a
scripts/ directory and 611 a references/ one.
Columns
| column | type | description |
|---|---|---|
skill_id |
string | Primary key: upstream source key, skill name and a hash, joined by __. The source key here is the one recorded upstream and does not always match the source column |
name |
string | Skill name, from frontmatter |
description |
string | Short description, from frontmatter (normalized upstream, so not always byte-identical to frontmatter_raw) |
body |
string | SKILL.md markdown body, frontmatter stripped |
frontmatter_raw |
string | Original YAML frontmatter, JSON-encoded |
source |
string | Provider key, e.g. NVIDIA/skills, awesome:openclaw/skills. The awesome: prefix marks skills reached through an aggregator rather than crawled from the repo directly |
source_url |
string | A homepage the skill's author declared in frontmatter — present for 54 skills, and not a pointer to where the skill came from: fewer than half are GitHub links, most name a service the skill calls, and a few are unreplaced placeholders. Use source + source_path for provenance |
source_path |
string | Path of the skill within the origin repo |
license |
string | The skill's own declared license |
category |
string | One of the 16 classes below |
tags |
list<string> | Free-form tags — declared by only 119 skills |
content_hash |
string | 64-hex content fingerprint carried over from the source corpus, used there for dedup |
body_tokens |
int32 | Crude size proxy, len(body) // 4 — not a tokenizer count (median 1,337) |
has_scripts |
bool | Bundles a scripts/ directory |
has_references |
bool | Bundles a references/ directory |
added_at |
timestamp[us, UTC] | When the skill was fetched into the skill tree |
updated_at |
timestamp[us, UTC] | Last-updated stamp from the source corpus. Recorded by a different system than added_at, so the two are not on one clock and this is sometimes the earlier of the pair |
attachment_path |
string | Member prefix inside the tarball |
DEV 185 · OTHER 144 · DATA 142 · WRITING 70 · DEVOPS-INFRA 64 · AI-ML 56 · MULTIMEDIA 55 · TESTING 45 · WORKFLOW 44 · FRONTEND-UI 41 · META 37 · DOC-PROC 30 · SECURITY 29 · PRODUCTIVITY 24 · COMMS 21 · AUTH 13
Citation
@article{wang2026skillcorpus,
title = {SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents},
author = {Wang, Yanze and Yao, Pengfei and Sun, Tianyi and Hu, Chuanrui and Xiao, Yan and Luo, Xiaotian and Han, Yunyun and Chen, Yifan and Sun, Jun and Deng, Yafeng},
year = {2026},
eprint = {2607.15557},
archivePrefix = {arXiv},
url = {https://arxiv.org/abs/2607.15557}
}
- Downloads last month
- 16