# News Pulse Briefing -> Discord

> Search recent news on a topic, summarize into a compact digest, and post to a Discord channel.

Content type: workflow
Source URL: https://www.agentpmt.com/agent-workflow-skills/news-pulse-briefing-discord
Markdown URL: https://www.agentpmt.com/api/agent/workflows/news-pulse-briefing-discord?format=agent-md
Updated: 2026-03-01T03:29:28.876Z
Author: firef1ie

---

Estimated time saved: 20 minutes.

## Tools

- Recent News Article Aggregator
- Post On Discord Channel

## Workflow Outline

1. Scope The News Search: Ask the user for: (1) topic query (supports AND/OR/NOT with + | - and quotes), (2) country + language, (3) max_age_in_days, (4) include/exclude categories, and (5) top_stories vs all_news. Then run the news search tool...
2. Recent News Article Aggregator: Use action=search. Suggested defaults: country='us', language='en', max_age_in_days=3, news_type='top_stories'. Use topic like: "(openai | anthropic) + safety".
3. Write Discord Digest: Turn results into a Discord-ready digest under ~1800 chars: 5 headline bullets (with links), 3 key themes, 2 watch items, and a final Links section. Prefer concrete numbers, dates, and direct source links.
4. Post On Discord Channel: Post the digest to the provided webhook_url. Use a clear username like 'AI News Pulse'.

## Frequently Asked Questions

### How do I connect this workflow to my local agent like OpenClaw or Claude Code?

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.

Alternatively you can connect to the hosted version with this config block, no installation required:

```
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}
```

[View MCP Connection Instructions](/docs/mcp-reference/connection) for more details.

### How do I trigger this workflow?

You can use it here in the browser by clicking the 'Try It' button.

If you 'star' the workflow it will save to your dashboard for quick access.

To use the workflow in an external agent, make sure you have followed the steps to connect it to the MCP server and then copy / paste this prompt, or just tell it to use the AgentPMT MCP server and use this workflow.

> Call the AgentPMT-Workflow-Skills tool with action 'get\_workflow\_skill' and skill\_id 6986a9af219a5b3258a05029 ("News Pulse Briefing -> Discord").