Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
0
0
# Install this skill:
npx skills add ToniIAPro73/Anclora-Agents-Skills --skill "Reddit Scraper"
Install specific skill from multi-skill repository
# Description
Scrapes the top 5 posts from any specified subreddit and displays them in a table.
# SKILL.md
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_commandtool to execute the scraping script:
bash 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:
- Title
- Author
- Score
- Link
Example Table Format
| Title | Author | Score | Link |
|---|---|---|---|
| Example Post Title | u/example_user | 1200 | Link |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.