LaunchKit · 2026
Back to Skills

devvit-publishing-auditor

A specialized auditor for Reddit Devvit developers to verify app readiness before uploading to the Reddit servers.

0
823 downloads
by @asifdotpy

Setup & Installation

openclaw skills install @asifdotpy/devvit-publishing-auditor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install devvit-publishing-auditor

Version History

v1.0.1Feb 9, 2026 - Version note by skill developer:

Fixed security flag by removing automatic global npm installs and adding user-consent prompts for file scanning.

What This Skill Does

A pre-flight auditor for Reddit Devvit app developers that runs checks before uploading to Reddit's servers. Covers CLI version, authentication, devvit.json config, Web View game compliance, and documentation requirements. Returns a Go/No-Go report.

Consolidates all Devvit publishing requirements into one automated check instead of manually cross-referencing CLI docs, config specs, and asset guidelines.

When to use it

  • Catching devvit.json permission errors before app upload
  • Verifying Devvit CLI version and auth status before deployment
  • Checking Web View game assets against Reddit's size limits
  • Confirming README and Privacy Policy files are present
  • Running a full compliance scan before submitting a Devvit app

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Run the Devvit Publishing Auditor on my project.'

AGENT
  1. 1Checks Devvit CLI version against v0.12.x requirements and verifies auth status
  2. 2Validates devvit.json fields and permission mappings
  3. 3Scans Web View game assets for size limit violations and scroll-trap patterns
  4. 4Verifies launch screen configuration is present
  5. 5Checks for required README and Privacy Policy files
OUTPUT

Go/No-Go report listing passed checks and any blocking issues that must be resolved before upload

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Devvit CLI v0.12.x installed and authenticatedReddit developer account