Agent Plugins Marketplace
All plugins

clearskies

v1.1.0

Research your connected CRM, meetings, call transcripts, and email, and safely build clearskies revenue workflows.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverStreamable HTTP

By ClearskiesLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 8, 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 clearskies for Codex and Claude Code

Installs for the current user
codex plugin marketplace add scratchpad-ai/clearskies-plugin
codex plugin marketplace upgrade clearskies-marketplace
codex plugin add clearskies@clearskies-marketplace

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

Compatibility: the page URL and API slug “clearskies” remain stable.

  • Codex: clearskies@agent-plugin-marketplaceclearskies@clearskies-marketplace

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/scratchpad-ai/clearskies-plugin

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

Plugin files

clearskies/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/ai-update-salesforce-field/SKILL.md
├── skills/clearskies-workflow-builder/SKILL.md
├── skills/use-clearskies-revenue-data/SKILL.md
└── .mcp.json

Included Skills3

ai-update-salesforce-fieldskills/ai-update-salesforce-field/SKILL.md

Put one Salesforce field under AI maintenance with a clearskies workflow: after a relevant call, AI finds the right record, checks the transcript is actually useful, generates a value, and writes it to the field. Use when a RevOps user wants AI to automatically keep a specific SFDC field up to date from meeting content — e.g. "have AI keep Opportunity Next Steps updated", "auto-fill our Onboarding Next Step field after calls", "update a chosen SFDC field automatically after customer meetings", or when they pick a field for AI to own. Builds the meetingEnded → role filter → find record → relevance-agent → should-continue gate → generation-agent → updateSalesforce pattern, using two reusable field-agnostic agents with all field-specifics in the step messages. It proposes or drafts first and never publishes or edits a live workflow without explicit approval.

clearskies-workflow-builderskills/clearskies-workflow-builder/SKILL.md

Author, edit, validate, and safely publish workflows and agents on the clearskies workflow-builder MCP (tools workflow_capabilities_get, workflows_create/update/publish, workflow_validate, workflow_variables_get, workflow_test_run_start, workflow_runs_get/list, agents_*, object_*). Use whenever the user wants to build, change, debug, or publish a clearskies workflow or agent — e.g. "make a workflow that…", "update the workflow that…", "why did my workflow fail", "publish this workflow" — or describes a scheduled/call/Salesforce-triggered automation that finds CRM records, runs an agent, posts Slack, sends email, or writes Salesforce, even without saying "workflow" (e.g. "every morning DM me my open deals"). Key rule: workflow_validate checks structure and references but not runtime behavior, so ALWAYS dry-run with workflow_test_run_start before publishing.

use-clearskies-revenue-dataskills/use-clearskies-revenue-data/SKILL.md

Query and synthesize revenue context from the clearskies MCP across connected CRM objects, accounts, contacts, deals, employees, meetings, call transcripts, email, Slack, and Microsoft Teams. Use whenever a user asks to research an account or person, inspect pipeline or CRM data, prepare for or recap a meeting, find communication evidence, or answer a revenue question from clearskies outside the workflow builder.

MCP servers1

clearskiesStreamable HTTP
url
https://mcp.clearskies.cc/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "clearskies",
  "version": "1.1.0",
  "description": "Research your connected CRM, meetings, call transcripts, and email, and safely build clearskies revenue workflows.",
  "author": {
    "name": "Clearskies",
    "email": "[email protected]"
  },
  "homepage": "https://www.clearskies.cc",
  "repository": "https://github.com/scratchpad-ai/clearskies-plugin",
  "license": "MIT",
  "keywords": [
    "clearskies",
    "crm",
    "sales",
    "revenue",
    "pipeline",
    "calls",
    "email",
    "revops",
    "workflow",
    "automation",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Clearskies",
    "shortDescription": "Use clearskies revenue data and workflows.",
    "longDescription": "Research accounts, pipeline, calls, transcripts, and email, then build and safely publish clearskies workflows.",
    "developerName": "Clearskies",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.clearskies.cc",
    "privacyPolicyURL": "https://www.clearskies.cc/privacy-policy",
    "defaultPrompt": [
      "Research this account using CRM, calls, and email.",
      "Prep me for my next meeting.",
      "Review my pipeline and rank open deals by risk."
    ],
    "brandColor": "#0A0A0A",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "clearskies",
  "displayName": "Clearskies",
  "version": "1.1.0",
  "description": "Research your connected CRM, meetings, call transcripts, and email, and safely build clearskies revenue workflows.",
  "author": {
    "name": "Clearskies",
    "email": "[email protected]"
  },
  "homepage": "https://www.clearskies.cc",
  "repository": "https://github.com/scratchpad-ai/clearskies-plugin",
  "license": "MIT",
  "keywords": [
    "clearskies",
    "crm",
    "sales",
    "revenue",
    "pipeline",
    "calls",
    "email",
    "revops",
    "workflow",
    "automation",
    "mcp"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "clearskies",
  "version": "1.1.0",
  "description": "Research your connected CRM, meetings, call transcripts, and email, and safely build clearskies revenue workflows.",
  "author": {
    "name": "Clearskies",
    "email": "[email protected]",
    "url": "https://www.clearskies.cc"
  },
  "homepage": "https://www.clearskies.cc",
  "repository": "https://github.com/scratchpad-ai/clearskies-plugin",
  "license": "MIT",
  "keywords": [
    "clearskies",
    "crm",
    "sales",
    "revenue",
    "pipeline",
    "calls",
    "email",
    "revops",
    "workflow",
    "automation",
    "mcp"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Clearskies",
        "shortDescription": "Use clearskies revenue data and workflows.",
        "longDescription": "Research accounts, pipeline, calls, transcripts, and email, then build and safely publish clearskies workflows.",
        "developerName": "Clearskies",
        "category": "Productivity",
        "capabilities": [
          "Interactive",
          "Read",
          "Write"
        ],
        "websiteURL": "https://www.clearskies.cc",
        "privacyPolicyURL": "https://www.clearskies.cc/privacy-policy",
        "defaultPrompt": [
          "Research this account using CRM, calls, and email.",
          "Prep me for my next meeting.",
          "Review my pipeline and rank open deals by risk."
        ],
        "brandColor": "#0A0A0A",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/logo.png",
        "logoDark": "./assets/logo-dark.png"
      }
    }
  }
}

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

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