-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 1.51 KB
/
Copy pathplugin.json
File metadata and controls
32 lines (32 loc) · 1.51 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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vana",
"version": "1.0.0",
"description": "Bring VANA a goal, a podcast, a training plan, and turn it into something you can actually follow. Then run it, check in, make changes, and learn what works for you.\nWith VANA you can:\n• Turn ideas, goals, and expert advice into practical protocols\n• Personalize a protocol around your routine\n• Adjust the plan when life or your recovery changes\n• Review your progress, patterns, and adherence over time",
"author": {
"name": "VANA Labs",
"url": "https://vana.so"
},
"homepage": "https://vana.so",
"extensions": {
"so.vana.openai": {
"displayName": "VANA",
"subtitle": "Run routines that adapt to you",
"category": "Other",
"capabilities": ["Read", "Write"],
"defaultPrompt": [
"Create a protocol from this podcast and fit it into my routine",
"Prepare me for a 50-mile ride Saturday",
"Adjust the protocol I'm running based on my calendar"
],
"developerIdentity": "Business — VANA Labs",
"pluginAuthor": "VANA Labs",
"websiteUrl": "https://vana.so",
"customerSupportUrl": "https://vanalabs.notion.site/support",
"privacyPolicyUrl": "https://vanalabs.notion.site/privacy-policy",
"termsOfServiceUrl": "https://vanalabs.notion.site/terms-conditions",
"demoRecordingUrl": "https://x.com/iansbrash/status/2085371834912890888",
"linksToExternalPurchases": false
}
}
}