mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-21 09:14:59 +00:00
Comprehensive SEO optimization across 80 documentation pages: Title optimization (all pages): - Replaced generic titles like "Architecture", "Discord", "Slack" with search-intent titles like "PocketPaw Architecture: Event-Driven Message Bus", "Discord Bot Setup: Add PocketPaw to Your Server" - All titles now 50-70 characters with qualifying keywords Meta descriptions: - Expanded 7 short descriptions (under 145 chars) to 150-160 chars - Roadmap description expanded from 76 to 196 chars - Troubleshooting, Codex CLI, OpenCode, WebMCP all expanded H1 heading fixes: - Ensured single H1 per page matching the frontmatter title - All H1 headings updated to match new optimized titles Internal cross-links: - Added Related CardGroup sections to 60+ individual pages - Each links to 2-3 related pages within and across sections - Channels link to channel guides, backends link to Ollama guide, etc. Em dash cleanup: - Replaced em dashes with colons, periods, or double hyphens across multiple files in tools/, channels/, integrations/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
77 lines
2.4 KiB
Plaintext
77 lines
2.4 KiB
Plaintext
---
|
|
title: "Reddit Integration: Browse & Post with AI"
|
|
description: "Browse Reddit from PocketPaw with no authentication required: search posts across subreddits, read full threads with comments, and discover trending content with the reddit_trending tool."
|
|
section: Integrations
|
|
ogType: article
|
|
keywords: ["reddit integration", "reddit search", "subreddit", "reddit api", "trending posts"]
|
|
tags: ["integrations", "reddit"]
|
|
---
|
|
|
|
# Reddit Integration: Browse & Post with AI
|
|
|
|
PocketPaw can search Reddit, read threads, and browse trending content. **No authentication required** -- Reddit's public API is used.
|
|
|
|
## Tools
|
|
|
|
### reddit_search
|
|
|
|
Search Reddit for posts:
|
|
|
|
```
|
|
User: Search Reddit for discussions about home automation
|
|
Agent: [uses reddit_search] → Top results from r/homeautomation:
|
|
1. "Best smart home setup for beginners" (2.4k upvotes)
|
|
2. "My Home Assistant dashboard" (1.8k upvotes)
|
|
3. "Zigbee vs Z-Wave in 2024" (956 upvotes)
|
|
```
|
|
|
|
### reddit_read
|
|
|
|
Read the full content of a Reddit post including top comments:
|
|
|
|
```
|
|
User: Read the first post
|
|
Agent: [uses reddit_read] → "Best smart home setup for beginners"
|
|
by u/smarthomefan | r/homeautomation | 2.4k upvotes
|
|
|
|
Content: "I just moved into a new house and want to..."
|
|
|
|
Top comments:
|
|
- "Start with smart lights, they're the easiest..." (342 upvotes)
|
|
- "I'd recommend Home Assistant for the hub..." (298 upvotes)
|
|
```
|
|
|
|
### reddit_trending
|
|
|
|
Get trending posts from specific subreddits or Reddit overall:
|
|
|
|
```
|
|
User: What's trending on Reddit today?
|
|
Agent: [uses reddit_trending] → Trending on Reddit:
|
|
1. r/technology: "New breakthrough in quantum computing"
|
|
2. r/science: "Mars water discovery confirmed"
|
|
3. r/worldnews: "Climate summit reaches agreement"
|
|
```
|
|
|
|
## No Authentication Required
|
|
|
|
Reddit's public API is used for all operations. No API keys or OAuth tokens needed.
|
|
|
|
## Policy Group
|
|
|
|
All Reddit tools belong to `group:reddit`.
|
|
|
|
## Related
|
|
|
|
<CardGroup>
|
|
<Card title="Spotify Integration" icon="lucide:music" href="/integrations/spotify">
|
|
Search music, control playback, and manage playlists via AI.
|
|
</Card>
|
|
<Card title="MCP Servers" icon="lucide:server" href="/integrations/mcp-servers">
|
|
Extend PocketPaw with Model Context Protocol servers for more tools.
|
|
</Card>
|
|
<Card title="Integrations Overview" icon="lucide:plug" href="/integrations">
|
|
Browse all available integrations and learn how they connect.
|
|
</Card>
|
|
</CardGroup>
|