kevintsai1202

Skillmp API — AI skill for Claude Code

AI community

SkillsMP API 技能 - 搜尋 SkillsMP 技能市場的 AI 技能庫.

How to install Skillmp API

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kevintsai1202/skillmp-api and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skillmp API does

SkillsMP API 技能 - 搜尋 SkillsMP 技能市場的 AI 技能庫.

Alternatives in AI

  • CLI 代理 API — English 中文 一个为 CLI 提供 OpenAI/Gemini/Claude/Codex 兼容 API 接口的代理服务器 19k ★
  • Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
  • Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★

README

SkillsMP API Skill

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC) [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://www.python.org/)

[English](README.md) | [繁體中文](README_zh-TW.md)

A universal skill for searching and discovering AI skills from the [SkillsMP](https://skillsmp.com) marketplace. Compatible with all AI agents that support the SKILL format (Claude, Cursor, Windsurf, Antigravity, etc.).

✨ Features

  • 🔍 Keyword Search - Fast keyword-based search of the SkillsMP library
  • 🤖 AI Semantic Search - Intelligent semantic search powered by Cloudflare AI
  • 📦 Install Helper - Automatically generate skill installation commands

📋 Prerequisites

🚀 Quick Start

1. Install Dependencies

pip install requests

**Note**: `requests` is the only external dependency required.

2. Configure API Key

Option 1: Using Setup Script (Recommended)

python scripts/setup.py 

Option 2: Create .env File Manually

Copy `.env.example` to `.env` and add your API Key:

cp .env.example .env

Edit the `.env` file:

SKILLSMP_API_KEY=sk_live_skillsmp_xxxxxxxxxx

**📍 Get Your API Key** Visit the [SkillsMP API Settings](https://skillsmp.com/settings/api) page to obtain your API Key

📖 Usage

Keyword Search

python scripts/search.py "" [page] [per_page] [sort]

**Parameters:**

Parameter Required Description
keyword Search keyword
page Page number, default: 1
per_page Items per page, default: 20, max: 100
sort stars or recent

**Examples:**

# Basic search
python scripts/search.py "SEO"

# With pagination an