Skip to content

Plugin manifests for Claude Cowork + ChatGPT work - #4

Draft
m-roll wants to merge 2 commits into
mainfrom
cloud-plugin-testing-guide-v2
Draft

Plugin manifests for Claude Cowork + ChatGPT work#4
m-roll wants to merge 2 commits into
mainfrom
cloud-plugin-testing-guide-v2

Conversation

@m-roll

@m-roll m-roll commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Adds plugin manifests for Claude Cowork and ChatGPT Work.

Matt Rollender and others added 2 commits July 21, 2026 11:29
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 m-roll changed the title Cloud plugin testing guide v2 Plugin manifests for Claude Cowork + ChatGPT work Jul 22, 2026

@m-roll m-roll left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some thoughts around branding

"source": "local",
"path": "./hubspot-agent-cli"
},
"category": "Development"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong category.

Comment on lines +3 to +4
"name": "agent-cli-skills",
"description": "HubSpot CLI skills for AI agents — CRM operations, bulk data, workflows, and more",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant