-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
45 lines (45 loc) · 1.75 KB
/
Copy pathplugin.json
File metadata and controls
45 lines (45 loc) · 1.75 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
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "usable",
"version": "0.2.0",
"description": "Knowledge-first workflow for agents backed by Usable. Search team knowledge before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success.",
"author": {
"name": "Flowcore",
"email": "support@usable.dev",
"url": "https://usable.dev"
},
"homepage": "https://www.usable.dev",
"repository": "https://github.com/flowcore-io/usable-agent-plugin",
"license": "MIT",
"keywords": [
"usable",
"knowledge",
"memory",
"mcp",
"agent-skills",
"retrieval",
"verification"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Usable",
"shortDescription": "Search your team's knowledge before you build.",
"longDescription": "Grounds the agent in decisions your team already made. It searches Usable before proposing an approach, retrieves complete sources rather than snippets, separates evidence from assumptions, and verifies before claiming success. Verified outcomes can be captured back so the next person does not rediscover them.",
"developerName": "Flowcore",
"category": "Productivity",
"websiteURL": "https://www.usable.dev",
"privacyPolicyURL": "https://www.usable.dev/privacy",
"termsOfServiceURL": "https://www.usable.dev/terms",
"brandColor": "#347cbf",
"composerIcon": "./assets/usable-icon.svg",
"logo": "./assets/usable-logo.png",
"defaultPrompt": [
"Search Usable for prior decisions about this task before proposing an approach"
],
"capabilities": [],
"screenshots": []
}
}
}
}