Agent Plugins Marketplace
All plugins

upwork-autopilot

v0.4.0

Codex plugin for controlled Upwork job search, qualification, and proposal submission sessions.

Codex1 Skill

By Klajdi KolajLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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-autopilot for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add upwork-autopilot@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “upwork-autopilot” remain stable.

  • Codex: upwork-autopilot@agent-plugin-marketplaceupwork-autopilot@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/klajdikkolaj/upwork-autopilot/.

Plugin files

plugins/klajdikkolaj/upwork-autopilot/
├── .codex-plugin/plugin.json
└── skills/upwork-application-session/SKILL.md

Included Skills1

upwork-application-sessionskills/upwork-application-session/SKILL.md

Use when the user wants to search Upwork, qualify roles, draft proposals, submit applications, or continue an active Upwork application session. This skill uses a Chrome CDP workflow, payload JSON files, sequential browser actions, connect-budget tracking, and final success confirmation through Upwork proposal URLs.

Plugin manifests1

plugins/klajdikkolaj/upwork-autopilot/.codex-plugin/plugin.json
{
  "name": "upwork-autopilot",
  "version": "0.4.0",
  "description": "Codex plugin for controlled Upwork job search, qualification, and proposal submission sessions.",
  "author": {
    "name": "Klajdi Kolaj",
    "url": "https://github.com/klajdikkolaj"
  },
  "homepage": "https://github.com/klajdikkolaj/upwork-autopilot",
  "repository": "https://github.com/klajdikkolaj/upwork-autopilot",
  "license": "MIT",
  "keywords": [
    "upwork",
    "freelance",
    "proposal",
    "playwright",
    "automation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Upwork Autopilot",
    "shortDescription": "Runs controlled Upwork application sessions in a dedicated Chrome profile.",
    "longDescription": "Searches low-competition Upwork roles, qualifies them against a profile, drafts specific human-sounding proposals tied to the client request, and confirms submission through the live Upwork flow.",
    "developerName": "Klajdi Kolaj",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://www.upwork.com/",
    "privacyPolicyURL": "https://www.upwork.com/legal#privacy",
    "termsOfServiceURL": "https://www.upwork.com/legal#terms",
    "defaultPrompt": [
      "Apply to matching Upwork jobs and stop below 15 Connects.",
      "Launch the Upwork Chrome session and verify my login state.",
      "Draft a friendly Upwork proposal that starts with Hi, answers the client's request specifically, uses relevant examples from my profile, and asks me before submitting if proof is missing."
    ],
    "brandColor": "#14A800"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[upwork-autopilot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/upwork-autopilot)