reddit-stocks-to-obsidian-and-blog

Collect Reddit financial posts via Chrome DevTools MCP, analyze, save to Obsidian, and deploy to a blog.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/rollrat/.skills --skill reddit-stocks-to-obsidian-and-blog
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: reddit-stocks-to-obsidian-and-blog
Source: https://github.com/rollrat/.skills/tree/main/reddit-stocks-to-obsidian-and-blog
Command: npx skills add https://github.com/rollrat/.skills --skill reddit-stocks-to-obsidian-and-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of collecting financial and stock-related posts from Reddit communities, analyzing them, and storing them in Obsidian, with an additional step to deploy them to a personal blog.

Core Features & Use Cases

  • Automated Data Collection: Gathers posts from specified Reddit subreddits or URLs using Chrome DevTools MCP.
  • Content Analysis & Summarization: Critically analyzes financial data and generates a consolidated summary document.
  • Obsidian & Blog Integration: Saves the summarized content to an Obsidian vault and copies it to a blog's content directory.
  • Automated Deployment: Commits and pushes changes to a Git repository for automatic blog deployment via GitHub Actions.

Quick Start

Use the reddit-stocks-to-obsidian-and-blog skill to process the wallstreetbets subreddit and save the findings to Obsidian and your blog.

Frequently Asked Questions about reddit-stocks-to-obsidian-and-blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scraping Reddit stock posts and saving them to Obsidian?โ–ผ

You can automate scraping Reddit stock posts and saving them to Obsidian by using a skill that gathers subreddit data via Chrome DevTools MCP, formats it into markdown, and writes it directly into your Obsidian vault directories.

Can I automatically deploy scraped Reddit finance data to my blog using Git?โ–ผ

Yes, you can automatically deploy scraped Reddit finance data to your blog by copying the generated markdown files into your blog's content directory and automating a Git commit and push to trigger deployment via GitHub Actions.

Does scraping Reddit subreddits like wallstreetbets require manual web browsing?โ–ผ

Scraping Reddit subreddits like wallstreetbets does not require manual web browsing, as the process uses Chrome DevTools MCP to automate data extraction, handle specific targets, and manage failures without direct user interaction.

What is the best way to analyze and summarize financial data from Reddit communities?โ–ผ

The best way to analyze and summarize financial data from Reddit communities is to use an automated workflow that critically processes the scraped posts and generates a consolidated summary document for your records.

How do I handle Chrome DevTools MCP failures when extracting Reddit posts?โ–ผ

To handle Chrome DevTools MCP failures when extracting Reddit posts, the automation skill includes specific error handling protocols to manage scraping interruptions and ensure data extraction completes successfully.

Do I need a specific environment to deploy Reddit stock analysis to a personal blog?โ–ผ

You need an Obsidian vault, a blog content directory, and a Git repository configured with GitHub Actions to successfully deploy Reddit stock analysis from this automated workflow.