| name | Reddit Scraper |
| description | Scrapes the top 5 posts from any specified subreddit and displays them in a table. |
Reddit Scraper
Use this skill to quickly see what's trending in a specific community on Reddit.
Instructions
- Select Subreddit: Ask the user for the name of the subreddit they want to crawl.
- Run Scraper: Use the
run_command tool to execute the scraping script:
python "c:/Users/Usuario/Workspace/01_Proyectos/Habilidades de Agentes/scraper_reddit/scripts/reddit_scraper.py" [subreddit_name]
- Process Output: Parse the JSON output from the script.
- Display Results: Format the results into a Markdown table with the following columns:
Example Table Format
| Title | Author | Score | Link |
|---|
| Example Post Title | u/example_user | 1200 | Link |