Agent Plugins Marketplace
All plugins

calle

v0.1.13

Use CALL-E from Codex through the calle CLI.

Codex1 Skill

By CALLE AILicense: 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 calle 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 calle@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 “calle” remain stable.

  • Codex: calle@agent-plugin-marketplacecalle@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/CALLE-AI/call-e-integrations/.

Plugin files

plugins/CALLE-AI/call-e-integrations/
├── .codex-plugin/plugin.json
└── skills/calle/SKILL.md

Included Skills1

calleskills/calle/SKILL.md

Use CALL-E from Codex through the calle CLI. Use for CALL-E setup checks, authentication recovery, phone call planning, planned call execution, and call status checks.

Plugin manifests1

plugins/CALLE-AI/call-e-integrations/.codex-plugin/plugin.json
{
  "name": "calle",
  "version": "0.1.13",
  "description": "Use CALL-E from Codex through the calle CLI.",
  "author": {
    "name": "CALLE AI",
    "url": "https://github.com/CALLE-AI"
  },
  "homepage": "https://github.com/CALLE-AI/call-e-integrations/tree/main/packages/codex-plugin",
  "repository": "https://github.com/CALLE-AI/call-e-integrations",
  "license": "MIT",
  "keywords": [
    "ai-agent",
    "call-e",
    "calle",
    "codex",
    "codex-plugin",
    "cli",
    "mcp",
    "openai",
    "openai-codex",
    "phone-call",
    "voice-call"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CALL-E",
    "shortDescription": "Use the calle CLI for CALL-E workflows.",
    "longDescription": "Plan, run, and inspect CALL-E phone call workflows from Codex by reusing the installed calle CLI.",
    "developerName": "CALLE AI",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/CALLE-AI/call-e-integrations",
    "defaultPrompt": [
      "Use CALL-E to check my CLI setup.",
      "Use CALL-E to plan a phone call.",
      "Use CALL-E to check a call run status."
    ],
    "composerIcon": "./assets/CALL-E-Icon-Black.svg",
    "brandColor": "#10A37F"
  }
}

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

[calle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/calle)