
Pressreleasesonline
- 53 installs
- 3.2k repo stars
- Updated August 2, 2026
- davepoon/buildwithclaude
Submit a URL plus notes to get an AI-drafted press release published as a live page with its own RSS feed and sitemap, free and no API key.
About
Accepts a website URL and notes, uses AI to draft a professional press release, and publishes it as a live page with RSS and sitemap. A developer uses it to announce a launch or milestone without signing up for a service.
- No account or API key required, completely free
- Email-code confirmation flow to publish
Pressreleasesonline by the numbers
- 53 all-time installs (skills.sh)
- Ranked #1,305 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill pressreleasesonlineAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 53 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 2, 2026 |
| Repository | davepoon/buildwithclaude ↗ |
What it does
Submit a URL plus notes to get an AI-drafted press release published as a live page with its own RSS feed and sitemap, free and no API key.
Files
pressreleases.online
Draft and publish press releases using AI. Submit a URL and some notes, get a polished release page with RSS feed and sitemap — no account, no API key, completely free.
When to Use This Skill
- User wants to announce a product launch, feature, or milestone
- User wants to generate a press release draft from a website URL
- User wants to publish a press release without signing up for a service
What This Skill Does
1. Accepts a URL and optional notes/instructions 2. Uses AI to draft a professional press release 3. Publishes it as a live page with its own URL, RSS feed, and sitemap
Usage
# Submit a URL for AI-drafted press release
curl -X POST https://pressreleases.online/api/v1/releases \
-H "Content-Type: application/json" \
-d '{"website": "https://example.com", "email": "you@example.com", "notes": "Announcing our v2 launch"}'
# Confirm with email code (last 4 chars of md5(email))
curl -X POST https://pressreleases.online/api/v1/releases/confirm \
-H "Content-Type: application/json" \
-d '{"token": "<token from above>", "code": "<4-char code from email>"}'Resources
- Website: https://pressreleases.online
- API docs: https://pressreleases.online/skills.md