Add HOL Guard safety skill for agent workflows - #5
Open
kantorcodes wants to merge 2 commits into
Open
Conversation
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
Adds
hol-guardas an optional safety skill in the official Oxylabs Agent Skills bundle.The skill installs and invokes HOL Guard at the supported local AI harness boundary before credential-bearing, cost-bearing, or state-changing Oxylabs workflows, then routes the actual work to the existing Oxylabs product skill (
proxies,web-unblocker,web-scraper-api,headless-browser, orvideo-data).It explicitly does not claim that HOL Guard runs inside Oxylabs services or replaces Oxylabs authentication, limits, billing controls, legality checks, or request validation.
Distribution
This adds
./skills/hol-guardto the existing Claude Code plugin manifest and README catalogue. If merged, the existing installation paths distribute the skill with the Oxylabs bundle:and:
Validation
main.claude-plugin/plugin.jsonand marketplace JSON parse successfullygit diff --checkpassesHOL Guard/hol-guardwere clean immediately before submissionAffiliation: I maintain HOL Guard / Hashgraph Online. AI assistance was used to prepare the focused contribution; the Oxylabs/HOL Guard boundary claims were source-checked before submission.