omni-github-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

Overview

概述

Search, score, scan, and import agent skills from GitHub repositories that contain SKILL.md, CLAUDE.md, .cursorrules, and similar agent skill files. Discover community skills across many tool and provider categories, evaluate relevance with heuristic scoring, check for malware or hardcoded secrets, and install into Hermes, Claude Code, Gemini CLI, or OpenCode agent directories.
从包含SKILL.md、CLAUDE.md、.cursorrules及类似Agent技能文件的GitHub仓库中搜索、评分、扫描并导入Agent技能。探索涵盖众多工具和供应商类别的社区技能,通过启发式评分评估相关性,检查恶意软件或硬编码密钥,并将其安装到Hermes、Claude Code、Gemini CLI或OpenCode的Agent目录中。

Authentication

身份验证

All requests require a valid Bearer token or session cookie. Obtain a token via
POST /api/auth/login
or configure
REQUIRE_API_KEY=false
for local development.
所有请求都需要有效的Bearer令牌或会话Cookie。可通过
POST /api/auth/login
获取令牌,或在本地开发时配置
REQUIRE_API_KEY=false

Endpoints

端点

No endpoints mapped for this area yet.
此区域尚未映射端点。

Payloads

负载

See the full OpenAPI specification at
GET /api/openapi/spec
or
docs/openapi.yaml
for detailed request/response schemas.
有关详细的请求/响应架构,请查看
GET /api/openapi/spec
docs/openapi.yaml
中的完整OpenAPI规范。