Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计未展示

pressbeatpressbeat 搜索

Agent Skill

pressbeat 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

144

周安装

6

GitHub Stars

公开资料未说明

下载量

48
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pressbeat(pressbeat 搜索)
来源仓库:https://github.com/pressbeat/skills
仓库路径:skills/pressbeat
安装命令:
npx skills add pressbeat/skills --skill "pressbeat"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add pressbeat/skills --skill "pressbeat"

简介

pressbeat 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于产品需求文档分析、信息检索与筛选等研究类任务场景。
  • 通过关键词匹配和来源仓库路径提供候选结果,支持进一步核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 可通过 npx skills add pressbeat/skills --skill "pressbeat" 命令安装使用。

SKILL.md

name
pressbeat
description
Order guaranteed press articles for your brand. Standard ($500, DR30+) or Premium ($2,000, DR50+) with 90-day money-back guarantee. Use when the user wants PR coverage, backlinks, press articles, or media mentions.
license
MIT
compatibility
Requires internet access for MCP/API calls
metadata
author
pressbeat
version
1.0
website
https://pressbeat.io

PressBeat - Guaranteed Press Articles

Order guaranteed published articles for your brand directly from your AI agent.

Pricing

PlanPricePublicationDeliveryGuarantee
Standard$500DR30+~30 days90-day money-back
Premium$2,000DR50+~30 days90-day money-back

Both plans include a do-follow backlink.

Setup

Option 1: MCP Server (Recommended)

Add to your MCP configuration (Cursor, Claude Desktop, etc.):

{
  "mcpServers": {
    "pressbeat": {
      "url": "https://mcp.pressbeat.io/mcp"
    }
  }
}

Option 2: REST API

Base URL: https://api.pressbeat.io

Get an API key instantly:

curl -X POST https://api.pressbeat.io/v1/api-keys/request \
  -H "Content-Type: application/json" \
  -d '{"email": " [email protected] "}'

Your API key is returned immediately and sent to your email.

See references/API.md for full API documentation.

Available Tools

ToolDescription
order_articleOrder a guaranteed article
get_pricingView pricing details
list_organizationsList your organizations
get_organization_detailsGet org info including website
set_organization_urlSet website URL for an org
create_organizationCreate a new organization
check_credit_balanceCheck your credit balance
get_topup_linkGet payment link to add credits
configure_auto_reloadSetup automatic credit reload

How to Order an Article

Step 1: Show pricing (optional)

If the user asks about pricing, call get_pricing.

Step 2: Place the order

Call order_article with:

plan: "standard" or "premium"
organization: (optional) org name if user has multiple
topic: (optional) article angle/subject
country: (optional) target country for publication
confirmed: false (first call shows preview)

Step 3: Handle the response

If preview shown → Ask user to confirm, then call again with confirmed: true

If insufficient credits → Call get_topup_link with the amount needed, show the payment link

If no website configured → Ask user for their website, call set_organization_url

If multiple organizations → Ask user which one, pass organization parameter

Example Conversations

Simple order

User: "Order a press article for my company"

  1. Call order_article with plan: "standard"
  2. Tool returns preview with cost and balance
  3. User confirms
  4. Call order_article with confirmed: true
  5. Order placed, show confirmation

With topic

User: "Get me a premium article about our new AI product launch"

  1. Call order_article with plan: "premium", topic: "AI product launch"
  2. User confirms
  3. Call order_article with confirmed: true

Insufficient credits

User: "Order an article"

  1. Call order_article with plan: "standard"
  2. Response shows "insufficient credits, need $300 more"
  3. Call get_topup_link with amount: 300
  4. Show payment link to user
  5. After payment, user asks to retry
  6. Call order_article again

Authentication

The MCP server uses OAuth 2.0. Users authenticate once via browser and the session persists.

For REST API, use:

  • Bearer token: Authorization: Bearer <token>
  • Or API key: X-API-Key: <key>

Support

  • Documentation: https://pressbeat.io/developers
  • Email: [email protected]

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Cursor

37.39%
按下载量换算18

github-copilot

27.34%
按下载量换算13

Claude Code

18.84%
按下载量换算9

Antigravity

10.2%
按下载量换算5

Gemini CLI

5.16%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills