Claude Cursor Skill

pressreleasesonline

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

LLM Mart · 0 points · 3 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download davepoon-buildwithclaude-plugins_all-skills_skills_pressreleasesonline-a6c484b.zip · 0 KB
Part of davepoon/buildwithclaude — 187 skills

Install

skills CLI npx skills add https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/pressreleasesonline
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install davepoon-buildwithclaude@llmmart
Git git clone https://github.com/davepoon/buildwithclaude.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole davepoon/buildwithclaude collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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

Files (buildwithclaude)
  • SKILL.md 1.4 KB
    ---
    name: pressreleasesonline
    category: social-media
    description: Draft and publish AI-powered press releases — submit a URL + notes, get a live release page instantly. Free, no API key required.
    ---
    
    # 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
    
    ```bash
    # 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
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related