docs(claymcp): add Clay connector documentation#788
Closed
Pranesh-Raghu wants to merge 3 commits into
Closed
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for scalekit-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Adds .claude/skills/sync-connector-docs/SKILL.md — the Claude Code skill that drives automated connector documentation generation via scripts/sync-agent-connectors-local.js. Updates .gitignore to track .claude/skills/** so skill files in this repo persist across sessions and are available to the connector-docs-generator agent running in tool-agent.
After cloning the template stub, overwrite _setup-<slug>.mdx with deterministic content based on auth_patterns[0].type and is_mcp: - MCP/DCR: 3-step flow (create connection, authorize, verify active) - OAUTH BYO: 4-step flow (copy redirect URI, create OAuth app, get creds, add in Scalekit) - API_KEY: 3-step flow with API key field - BEARER: 3-step flow with Bearer Token field - BASIC: 3-step flow with Username + Password fields Screenshots and provider-specific navigation paths remain as TODO markers for human reviewers. _section-after-setup-*.mdx is left untouched.
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.

Summary
claymcp) with 16 tools covering company/contact enrichment, task management, subroutines, credit checking, and natural-language querying of Clay Audiences.Stub disclosure
_setup-claymcp.mdxand_section-after-setup-claymcp-common-workflows.mdxare stub files (profoundmcp was the template reference, but its companion files don't exist in this repo — stubs were created fresh). Both need:{/* TODO: add screenshot ... */}markersPreview link
https://deploy-preview-788--scalekit-starlight.netlify.app/agentkit/connectors/claymcp/
Test plan
{/* TODO: add screenshot ... */}markers in_setup-claymcp.mdx.