mcpbeat

Pressreleasesonline

davepoon/pressreleasesonline

Draft and publish AI-powered press releases — submit a URL + notes, get a live release page instantly. Free, no API key required.

361 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill pressreleasesonline

The instruction itself

5 sections, as written by the author

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

  • Accepts a URL and optional notes/instructions
  • Uses AI to draft a professional press release
  • 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": "[email protected]", "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

How to use it

Copy the folder

Take davepoon/pressreleasesonline from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.