Skip to content

feat(hubspot): add create-contact and delete-contact commands#101

Merged
TechNickAI merged 1 commit into
mainfrom
feat/hubspot-contact-write
Apr 21, 2026
Merged

feat(hubspot): add create-contact and delete-contact commands#101
TechNickAI merged 1 commit into
mainfrom
feat/hubspot-contact-write

Conversation

@TechNickAI
Copy link
Copy Markdown
Owner

Summary

  • Extends the HubSpot skill from read-only to support contact create/delete
  • New commands: hubspot create-contact --email ... [--first --last --phone --company] and hubspot delete-contact <id>
  • Handles 204 No Content responses
  • Recommends crm.objects.contacts.write scope in setup docs
  • Version bump 0.1.0 → 0.2.0

Originally developed on ali's fleet machine for CRM automation. Pulling upstream so the fleet-wide rollout doesn't clobber her work.

Test plan

  • Set HUBSPOT_API_KEY with contacts write scope
  • hubspot create-contact --email test@example.com --first Test --last User
  • hubspot delete-contact <returned_id>
  • Verify hubspot contacts still works (no read regressions)

🤖 Generated with Claude Code

Extends the HubSpot skill from read-only to lightly manage contacts:
- `hubspot create-contact --email <email> [--first --last --phone --company]`
- `hubspot delete-contact <contact_id>`
- Handles 204 No Content responses from the REST API
- Adds `crm.objects.contacts.write` to recommended scopes
- Version bump 0.1.0 → 0.2.0

Originally developed on ali's fleet machine for CRM automation workflows.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e1c1987a58

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread skills/hubspot/SKILL.md
@@ -1,6 +1,6 @@
---
name: hubspot
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump root VERSION for this feature release

This change updates the HubSpot skill to 0.2.0 but does not update the repository-level VERSION, which means installed instances can miss this update because openclaw status compares installed vs available versions using VERSION (skills/openclaw/openclaw, especially cmd_status around lines 69-80). In that scenario users are told they are up to date even though create-contact/delete-contact are not deployed; the project guideline in AGENTS.md explicitly requires bumping root VERSION on skill changes.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Fixed in PR #103 — bumped VERSION to 0.27.0. Great catch on the missing root version bump!

@TechNickAI TechNickAI merged commit 5e904f4 into main Apr 21, 2026
8 checks passed
@TechNickAI TechNickAI deleted the feat/hubspot-contact-write branch April 21, 2026 16:58
@TechNickAI
Copy link
Copy Markdown
Owner Author

Re: Codex VERSION feedback - Good catch! Fixed in follow-up commit 2d78269 which bumped VERSION to 0.27.0.

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