-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.35 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.35 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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "upwork-agent-plugin",
"version": "0.1.0",
"description": "Connects agents to Upwork and provides guided workflows for hiring and finding work.",
"author": {
"name": "Upwork",
"url": "https://www.upwork.com/"
},
"homepage": "https://www.upwork.com/ai/mcp",
"repository": "https://github.com/upwork/upwork-agent-plugin",
"license": "Apache-2.0",
"keywords": [
"upwork",
"freelance",
"hiring",
"jobs",
"mcp"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Upwork Agent Plugin",
"shortDescription": "Hire and find work on Upwork",
"longDescription": "Connect agents to Upwork and guide them through account selection, job posts, proposals, hiring, and other multi-step workflows.",
"developerName": "Upwork",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://www.upwork.com/ai/mcp",
"defaultPrompt": [
"Help me turn this project brief into an Upwork job post.",
"Write a proposal for this Upwork job using my real work history.",
"Help me find and hire a freelancer on Upwork."
],
"brandColor": "#108A00"
}
}
}
}