skills/polymer-pay-stableenrich-reddit/SKILL.md
USE THIS SKILL WHEN: the user wants to search Reddit posts, read post comments, or find discussions on specific topics. Provides pay-per-use Reddit data via StableEnrich through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-stableenrich-redditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reddit provides access to Reddit post search and comment retrieval. Search for Reddit posts by keyword and retrieve full post details with comments. No Reddit API key needed — payment is handled automatically by the Polymer Pay proxy.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/stableenrich.dev
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Search for Reddit posts by keyword with optional sorting and timeframe filters.
Pricing: $0.02
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/reddit/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "rust programming language",
"sort": "relevance",
"timeframe": "month",
"maxResults": 10
}
}
Response: JSON array of Reddit posts with truncated previews including title, subreddit, score, comment count, author, and permalink.
Retrieve full post details and comments for a specific Reddit post.
Pricing: $0.02
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/reddit/post-comments",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://www.reddit.com/r/programming/comments/abc123/example_post/"
}
}
Response: JSON object with the full post details (including untruncated selftext) and a nested comment tree with author, score, and body for each comment.
sort: relevance, hot, top, new, commentstimeframe: hour, day, week, month, year, alldevelopment
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.