Agent Plugins Marketplace
All plugins

ambiguous

v0.2.0

Control an Ambiguous Workspace — tasks, docs, sheets, slides, wiki, drive, calendar, CRM, mail, chat — from Claude. Bundles the `ambiguous` CLI skill and the workspace MCP server.

Claude Code2 Skills

By Ambiguous AILicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ambiguous@agent-plugin-marketplace

Paste 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/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-claude-code/.

Plugin files

plugins/ambiguous-claude-code/
├── .claude-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-claude-code/.claude-plugin/plugin.json
{
  "name": "ambiguous",
  "description": "Control an Ambiguous Workspace — tasks, docs, sheets, slides, wiki, drive, calendar, CRM, mail, chat — from Claude. Bundles the `ambiguous` CLI skill and the workspace MCP server.",
  "version": "0.2.0",
  "author": {
    "name": "Ambiguous AI",
    "email": "[email protected]"
  },
  "homepage": "https://www.ambiguous.ai",
  "repository": "https://github.com/ambiguous-ai/claude-plugin",
  "license": "MIT",
  "keywords": [
    "ambiguous",
    "workspace",
    "mcp",
    "tasks",
    "docs",
    "crm",
    "calendar",
    "mail",
    "chat"
  ],
  "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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ambiguous)