upwork-agent-plugin
v0.1.0Connects agents to Upwork and provides guided workflows for hiring and finding work.
By UpworkLicense: Apache-2.06 GitHub starsUpdated 17 hours ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install upwork-agent-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install upwork-agent-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/upwork/upwork-agent-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/hire-on-upwork/SKILL.md├── skills/upwork-workflows/SKILL.md├── skills/write-job-post/SKILL.md├── skills/write-proposal/SKILL.md└── .mcp.json
Included Skills4
Guides an Upwork client from candidates to a signed contract by searching for freelancers, reviewing proposals, shortlisting, inviting, and preparing offers. Use when a client wants to find or vet talent, review applicants to a job, shortlist or decline proposals, invite a freelancer, or send a contract offer.
Orchestrates reliable multi-step workflows with the Upwork MCP server for clients, freelancers, and agencies. Use when a task requires selecting an account, discovering tools, chaining reads and writes, handling drafts and confirmation, paginating results, uploading files, or recovering from Upwork tool errors.
Creates clear, specific Upwork job posts and guides clients through drafting, publishing, updating, and closing them. Use when a client wants to hire, post a job, improve a job description, set a budget, add screening questions or preferred qualifications, or take down a posting.
Researches an Upwork job and a freelancer's real experience to create a tailored, honest proposal and guide its review and submission. Use when a freelancer or agency wants to apply to a job, answer an invitation, write a cover letter, choose relevant portfolio items, or review Connects and boosting options.
MCP servers1
- url
- https://mcp.upwork.com/mcp
Plugin manifests2
{
"name": "upwork-agent-plugin",
"displayName": "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"
],
"skills": "./skills/",
"mcpServers": "./mcp.json"
}{
"$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"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[upwork-agent-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/upwork-agent-plugin)