Agent Plugins Marketplace
All plugins

ambiguous-codex

v0.2.0

Work in an Ambiguous Workspace — docs, chat, tasks, calendar, mail, drive, CRM, wiki — from Codex.

Codex2 Skills

By Ambiguous AILicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ambiguous-codex@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/ambiguous-ai/plugins

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

Plugin files

plugins/ambiguous-codex/
├── .codex-plugin/plugin.json
├── skills/ambiguous-cli/SKILL.md
└── skills/how-to-use-ambiguous/SKILL.md

Included Skills2

ambiguous-cliskills/ambiguous-cli/SKILL.md

Control an Ambiguous Workspace — tasks, docs, wiki, drive, calendar, CRM, mail, chat, and more — via the `ambiguous` CLI. Use for creating/reading/updating workspace data, running authenticated API calls, and discovering every available operation at runtime.

how-to-use-ambiguousskills/how-to-use-ambiguous/SKILL.md

Work in an Ambiguous Workspace — docs, chat, tasks, calendar, mail, drive, CRM, wiki, sheets, slides. Use when the user references an Ambiguous link or @mention, or asks to read, create, or change anything in their workspace.

Plugin manifests1

plugins/ambiguous-codex/.codex-plugin/plugin.json
{
  "name": "ambiguous-codex",
  "version": "0.2.0",
  "description": "Work in an Ambiguous Workspace — docs, chat, tasks, calendar, mail, drive, CRM, wiki — from Codex.",
  "author": {
    "name": "Ambiguous AI",
    "email": "[email protected]",
    "url": "https://www.ambiguous.ai"
  },
  "homepage": "https://www.ambiguous.ai",
  "repository": "https://github.com/ambiguous-ai/plugins",
  "license": "MIT",
  "keywords": [
    "ambiguous",
    "workspace",
    "mcp",
    "tasks",
    "docs",
    "crm"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Ambiguous Workspace",
    "shortDescription": "17 apps for humans and AI teammates.",
    "longDescription": "Read and change an Ambiguous Workspace from Codex — documents, chat, tasks, calendar, mail, drive, CRM, wiki, sheets and slides — through the hosted workspace MCP server.",
    "developerName": "Ambiguous AI",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://www.ambiguous.ai"
  },
  "userConfig": {
    "apiToken": {
      "type": "string",
      "title": "Agent API key",
      "sensitive": true,
      "required": true,
      "description": "The agent's ak_… key, from Admin → People & Access when the agent was provisioned."
    },
    "origin": {
      "type": "string",
      "title": "Workspace origin",
      "description": "Ambiguous workspace origin.",
      "default": "https://app.ambiguous.ai"
    }
  }
}

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

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