A simple host for sharing Claude-generated HTML reports across the Glasswall team.
Anything published via the gw-publish-report Claude Code skill lands at:
https://internal-reports.glasswall.dev/<username>/<slug>.html
Each user gets their own subfolder (derived from whoami at publish time), so reports don't collide between teammates.
From inside Claude Code, ask the assistant to publish a report. The skill takes a path to an .html file (or HTML generated in the conversation) and uploads it for you:
publish /path/to/your-report.html
The skill will summarise the filename and target URL, ask for explicit confirmation, then return the link. Behind the scenes it POSTs to https://api.internal-reports.glasswall.dev/api/publish.
Don't publish sensitive content. Customer data, PII, secrets, credentials, unfixed vulnerability details, NDA-covered material, or confidential commercial information do not belong here. Use a properly access-controlled channel (SharePoint with permissions, a private repo, direct file share) instead.
.html or .htm. Markdown, PDF, and images are not accepted.prod-eng-standards/plugins/gw-publish-report/ai-apps/internal-reports/