Skip to content

Add HTTP proxy instructions to all proxy-enabled resource skills#122

Open
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/add-http-proxy-instructions-s1k2m3
Open

Add HTTP proxy instructions to all proxy-enabled resource skills#122
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/add-http-proxy-instructions-s1k2m3

Conversation

@major-connector-creator
Copy link
Copy Markdown
Contributor

Summary

Update 14 resource skill files to document the HTTP proxy via createProxyFetch as a third way to interact with resources, matching the pattern already established in the Stripe skill.

Changes

Each updated skill file gets two modifications:

  1. Header change: "Two ways to interact with resources" → "Three ways to interact with [ResourceName]"
  2. New item 3: Documents the HTTP proxy option using createProxyFetch from @major-tech/resource-client/next, with a link to the using-http-proxy skill.

Files updated (14 total)

Shared plugins (13 files in plugins/shared/skills/):

  • resources_hubspot/SKILL.md
  • resources_clerk/SKILL.md
  • resources_slack/SKILL.md
  • resources_notion/SKILL.md
  • resources_salesforce/SKILL.md
  • resources_outreach/SKILL.md
  • resources_fireflies/SKILL.md
  • resources_custom-api/SKILL.md
  • resources_googlecalendar/SKILL.md
  • resources_googlesheets/SKILL.md
  • resources_linkedin/SKILL.md
  • resources_metamarketing/SKILL.md
  • resources_tiktokads/SKILL.md

Major plugin (1 file in plugins/major/skills/):

  • resources_attio/SKILL.md (uses ../../shared/skills/http-proxy/SKILL.md relative path)

Context

The Stripe skill already documents three interaction methods (MCP tools, generated TypeScript clients, and the HTTP proxy). All other proxy-enabled resource skills only documented two. This PR brings them all in line with the Stripe pattern.

…rce skills

Update 14 resource skill files (13 shared + 1 major/attio) to document
the HTTP proxy via createProxyFetch as a third way to interact with
resources, matching the pattern already established in the Stripe skill.

Each skill now lists:
1. MCP tools (direct, no code needed)
2. Generated TypeScript clients (for app code)
3. HTTP proxy (Next.js apps) - NEW

Resources updated: hubspot, clerk, slack, notion, salesforce, outreach,
fireflies, custom-api, googlecalendar, googlesheets, linkedin,
metamarketing, tiktokads, attio
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