CtrlK
BlogDocsLog inGet started
Tessl Logo

add-thirdparty-service

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.

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Add 3rd Party Service

Workflow

  1. Add YAML entry to src/includes/yaml/thirdpartyservices.yml
  2. Add logo image (160×160) to public/images/third_party_logos/
  3. Run make build to regenerate public/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).

Repository
nisrulz/app-privacy-policy-generator
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.