@nisrulz/add-thirdparty-service
BAdd a new third-party service to the privacy policy generator. Trigger when user says: "add {name} service", "add third party service", "add 3rd party service", "add new service entry", or when a user wants to contribute a new service to the app.
Install
agr install @nisrulz/add-thirdparty-service --target claudeWrites 1 file into .claude/skills/, pinned to git-fc87bbc9.
- .claude/skills/add-thirdparty-service/SKILL.md
Document
name: add-thirdparty-service description: > Add a new third-party service to the privacy policy generator. Trigger when user says: "add {name} service", "add third party service", "add 3rd party service", "add new service entry", or when a user wants to contribute a new service to the app.
Add 3rd Party Service
Workflow
- Add YAML entry to
src/includes/yaml/thirdpartyservices.yml - Add logo image (160×160) to
public/images/third_party_logos/ - Run
make buildto regeneratepublic/js/thirdpartyservices.min.js
YAML Entry Format
- name: Service Name
enabled: false
logo: images/third_party_logos/name.png
link:
privacy: https://example.com/privacy
terms: https://example.com/terms
Logo Requirements
- 160×160 pixels
- Place in
public/images/third_party_logos/ - PNG or SVG format
- Use remove.bg to strip background if needed
- Use imagetools.org/trim to trim excess space
Validation
Run make build — it compiles the YAML into public/js/thirdpartyservices.min.js (do NOT edit this file directly).
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicensecopyleft/unknown — index-and-link only
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-fc87bbc9f8c12026-07-31