feat: add call_adcp_agent tool and Claude Skills for full AdCP access#749
Merged
Conversation
Enable clients to execute the full AdCP spec (not just testing API) via: - `call_adcp_agent` tool: Low-level proxy to any AdCP-compliant agent - Claude Skills: Protocol knowledge for media-buy, signals, and creative Skills teach Claude the protocol schemas and workflows; the tool routes to whatever agent the user specifies. Auth tokens are looked up from saved agent context or can be provided directly. Includes: - SSRF protection via URL validation (HTTPS only, no internal networks) - Auto-generation of skill schemas during build - Quick reference docs for all three protocols Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update example dates from 2024 to 2026 in media-buy-quick-reference.mdx - Refactor build-schemas.cjs to reduce code duplication using helper function Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
call_adcp_agenttool as a low-level proxy for executing any AdCP protocol task against any compliant agentChanges
call_adcp_agenttool with SSRF protection (HTTPS only, blocks internal networks)Test plan
list_authorized_propertiestask🤖 Generated with Claude Code