External API Tos Check

Use before writing or modifying code that integrates, embeds, or calls any third-party API/SDK/service (video/stream embeds like YouTube or Twitch, payment providers, LLM APIs, maps, ads SDKs, auth providers, etc.). Trigger whenever a task adds a new external provider, changes embed/autoplay/player behavior, upgrades an SDK across a major version, or touches code under a provider-named directory (e.g. src/youtube/, src/twitch/) — even if the user does not say "terms of service" or "ToS". Confirms the provider's official Terms of Service / Developer Policy / Developer Agreement allows the planned behavior before implementation, and records material constraints as an ADR.

krkrkrr 942cb89 4 files · 12.7 KB Updated

File contents

krkrkrr/skills/tree/main/skills/external-api-tos-check commit 942cb892b9

Frequently asked questions

npx skillmds@latest add krkrkrr/external-api-tos-check