client-status
v0.2.5Synthesize project, calendar, CRM, and Cortex context into concise weekly client-status drafts for user review.
By BrightWay AILicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 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 client-status for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add client-status@agent-plugin-marketplacePaste 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/BrightWayAI/client-statusClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/client-status/SKILL.md├── skills/setup/SKILL.md└── skills/setup-status/SKILL.md
Included Skills3
Draft weekly client status updates per active engagement. Auto-fires on "/client-status", "draft my client updates", "weekly client updates", "status update for [client]", "send client updates", "client check-ins", or any phrase about producing client-facing status drafts. Pulls from cortex memory, project-setup, calendar, and CRM. Drafts go for your review before sending.
Configure client-status for cadence, voice, template, per-client overrides, delivery channel. Auto-fires on "/setup-status", "set up client-status", "configure my client updates", "set up weekly client updates", or when /client-status reports user-context.md is missing.
Configure client-status for your cadence, voice match, status template, per-client overrides, and delivery channel. Re-run anytime to update.
Plugin manifests2
{
"name": "client-status",
"version": "0.2.5",
"description": "Synthesize project, calendar, CRM, and Cortex context into concise weekly client-status drafts for user review.",
"author": {
"name": "BrightWay AI",
"url": "https://brightwayai.com"
},
"license": "MIT",
"homepage": "https://github.com/BrightWayAI/client-status",
"repository": "https://github.com/BrightWayAI/client-status",
"keywords": [
"nucleus",
"chatgpt",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Client Status",
"shortDescription": "Draft client updates from approved work context",
"longDescription": "Synthesize project, calendar, CRM, and Cortex context into concise weekly client-status drafts for user review.",
"developerName": "BrightWay AI",
"category": "Business",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/BrightWayAI/client-status",
"defaultPrompt": [
"Draft this week's client updates.",
"Create a status update for this client.",
"Configure my status-update format."
]
}
}{
"name": "client-status",
"version": "0.2.6",
"description": "Weekly client status updates auto-generated from cortex memory, project-setup engagement data, and calendar. Drafts ready-to-send updates per active engagement (what we did, what we learned, what's next, anything you need from us). Retention compounds when clients feel informed; this makes it nearly automatic.",
"author": {
"name": "BrightWay AI"
},
"license": "MIT",
"repository": "https://github.com/BrightWayAI/client-status"
}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.
[client-status on Agent Plugins Marketplace](https://pluginsmp.com/plugins/client-status)