Agent Skills
› davepoon/buildwithclaude
› pressreleasesonline
pressreleasesonline
GitHub基于AI自动生成并发布专业新闻稿的免费工具。用户提交网站URL和备注,系统自动撰写稿件并生成带有RSS和Sitemap的在线页面,无需注册或API密钥,支持产品发布等场景。
Trigger Scenarios
用户希望宣布新产品、新功能或里程碑事件
用户希望根据网站URL生成新闻稿草稿
用户希望在不注册服务的情况下发布新闻稿
Install
npx skills add davepoon/buildwithclaude --skill pressreleasesonline -g -y
SKILL.md
Frontmatter
{
"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
- 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": "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
Version History
- 502fc01 Current 2026-07-05 15:07


