apps-script-marketplace-publish

Installation
SKILL.md

Apps Script Marketplace Publish

Available scripts

  • scripts/fetch-review-requirements.py — fetches the current official app-review checklist (general + per-integration-type) straight from Google's docs. Run with --help for options.

Why this fetches live instead of listing a checklist

Google revises the review checklist directly on its docs page — dated at the bottom, and the script surfaces that date in its output — with no changelog. A skill that copy-pastes the checklist goes stale exactly when it matters most: right when Google tightens a policy. Always pull the current list before an audit, don't trust a cached memory of it:

python3 scripts/fetch-review-requirements.py --list-integrations
python3 scripts/fetch-review-requirements.py --integration "Google Workspace add-on"

Identify the integration type first

Pick the --integration value matching what the add-on actually is — most Apps Script add-ons are one of:

Installs
4
Repository
bootgs/skills
GitHub Stars
1
First Seen
2 days ago
apps-script-marketplace-publish — bootgs/skills