Add PublicWWW source code search agent skill for CMP discovery#1277
Open
muodov wants to merge 1 commit intoagent-proxiesfrom
Open
Add PublicWWW source code search agent skill for CMP discovery#1277muodov wants to merge 1 commit intoagent-proxiesfrom
muodov wants to merge 1 commit intoagent-proxiesfrom
Conversation
|
Cursor Agent can help with this pull request. Just |
noisysocks
reviewed
Apr 16, 2026
Contributor
There was a problem hiding this comment.
Nice.
I actually made one too: https://github.com/duckduckgo/autoconsent/blob/randerson/context-engineering/.agents/skills/publicwww-search/SKILL.md
I think yours is better (it has examples) but that you should borrow the "PublicWWW indexes server-rendered HTML source only” caveat/gotcha that is at the bottom of mine.
It might also help to clarify that search query needs to be URL encoded.
Basically, just have a look at mine, copy anything you like, and then this LGTM 👍
1487a58 to
a1ba035
Compare
Documents the PublicWWW CSV API for searching website source code to check CMP prevalence, find test URLs, and identify third-party CMPs. Requires PUBLICWWW_APIKEY environment variable. Co-authored-by: Maxim Tsoy <maks.tsoy@gmail.com>
a1ba035 to
b96d3a6
Compare
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.
Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1213974073383731?focus=true
Description:
Adds a new agent skill at
.cursor/skills/publicwww-search/documenting how to use the PublicWWW CSV API to search website source code for CMP identifiers.Use cases: checking if a popup is from a shared third-party CMP, finding test URLs for a CMP rule, discovering region-specific test sites by TLD.
Requires
PUBLICWWW_KEYenvironment variable.Steps to test this PR: