-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.json
More file actions
35 lines (35 loc) · 1.32 KB
/
skills.json
File metadata and controls
35 lines (35 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://agentskills.io/schemas/skills-manifest.json",
"name": "@portkey-ai/skills",
"description": "Agent Skills for Portkey AI Gateway SDKs",
"repository": "https://github.com/portkey-ai/skills",
"skills": [
{
"name": "portkey-python-sdk",
"path": "skills/portkey-python-sdk",
"description": "Integrate Portkey AI Gateway into Python applications",
"aliases": ["py", "python"],
"tags": ["python", "sdk", "ai-gateway", "llm", "observability"]
},
{
"name": "portkey-typescript-sdk",
"path": "skills/portkey-typescript-sdk",
"description": "Integrate Portkey AI Gateway into TypeScript/JavaScript applications",
"aliases": ["js", "ts", "typescript", "javascript", "node"],
"tags": ["typescript", "javascript", "node", "sdk", "ai-gateway", "llm", "observability"]
},
{
"name": "migrate-litellm-to-portkey",
"path": "skills/migrate-litellm-to-portkey",
"description": "Migrate Python applications from LiteLLM to Portkey AI Gateway",
"aliases": ["migrate", "litellm", "migration"],
"tags": ["migration", "litellm", "python", "ai-gateway", "llm"]
}
],
"metadata": {
"author": "Portkey AI",
"website": "https://portkey.ai",
"docs": "https://portkey.ai/docs",
"support": "support@portkey.ai"
}
}