ambiguous
v0.2.0Control 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ambiguous@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/ambiguous-ai/pluginsClone 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
├── .claude-plugin/plugin.json├── skills/ambiguous-cli/SKILL.md└── skills/how-to-use-ambiguous/SKILL.md
Included Skills2
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.
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
{
"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"
}
}
}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.
[ambiguous on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ambiguous)