research
Installation
SKILL.md
Research Skill
Gather and synthesize information from web sources, APIs, and databases with support for structured data extraction and report generation.
Capabilities
- Web Research: Fetch and extract information from web pages
- API Integration: Query APIs for structured data (NVD, MITRE, etc.)
- Information Synthesis: Compile findings into structured reports
- Source Tracking: Maintain references and citations
- Data Extraction: Parse HTML, JSON, and XML content
- RSS/Atom Feeds: Monitor security feeds and news sources
Quick Start
import requests
from bs4 import BeautifulSoup
Related skills