Skip to content

Commit a064cdd

Browse files
committed
Add skills.sh metadata
1 parent b7c3d98 commit a064cdd

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UnifAPI Skills
22

3+
[![skills.sh](https://skills.sh/b/unifapi-agent/skills)](https://skills.sh/unifapi-agent/skills)
4+
35
A collection of skills for AI coding agents following the [Agent Skills](https://agentskills.io) format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an OAuth-protected MCP server for live public-data tool access.
46

57
## Install

skills.sh.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
3+
"notGrouped": "bottom",
4+
"groupings": [
5+
{
6+
"title": "UnifAPI",
7+
"description": "Skills for UnifAPI MCP and public-data workflows.",
8+
"skills": ["unifapi"]
9+
},
10+
{
11+
"title": "Marketing",
12+
"description": "Skills for creator research, KOL pricing, and campaign decisions.",
13+
"skills": ["kol-pricing"]
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)