Plugin manifests for Claude Cowork + ChatGPT work - #4
Draft
m-roll wants to merge 2 commits into
Draft
Conversation
The repo was flat skill directories at the root, which only supported `npx skills` installation. This restructures it as a proper Claude Code plugin marketplace so users can install via `/plugin install` or enable it in cloud/Cowork sessions via settings.json — and so we can add additional harness plugins (e.g. Codex) alongside the Claude one later. - Add .claude-plugin/marketplace.json (marketplace: agent-cli-skills) - Add hubspot-agent-cli/ plugin with manifest, SessionStart bootstrap hook, and a hubspot-setup skill for manual CLI installation - Move all 15 skill directories into hubspot-agent-cli/skills/ - Update README with plugin, cloud, and npx install methods Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Same skills, second harness — adds .codex-plugin/plugin.json and .agents/plugins/marketplace.json so Codex CLI users can install from the same repo. Skills are shared with the Claude Code plugin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
m-roll
commented
Jul 22, 2026
m-roll
left a comment
Contributor
Author
There was a problem hiding this comment.
Some thoughts around branding
| "source": "local", | ||
| "path": "./hubspot-agent-cli" | ||
| }, | ||
| "category": "Development" |
Contributor
Author
There was a problem hiding this comment.
Not really development, we should change this.
| "name": "hubspot-agent-cli", | ||
| "source": "./hubspot-agent-cli", | ||
| "description": "Skills for using the HubSpot CLI to accomplish CRM tasks — bulk operations, deal management, workflows, and more", | ||
| "category": "development", |
Comment on lines
+3
to
+4
| "name": "agent-cli-skills", | ||
| "description": "HubSpot CLI skills for AI agents — CRM operations, bulk data, workflows, and more", |
Contributor
Author
There was a problem hiding this comment.
Maybe we should market this plugin as just "HubSpot Agent CLI". I don't think this will appear in the marketplace until we work with folks to be added to "partners" tabs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds plugin manifests for Claude Cowork and ChatGPT Work.