extract
Webinhalte aus URLs extrahieren
Dieses Skill extrahiert saubere Markdown- oder Textinhalte aus bestimmten URLs unter Verwendung der Tavily-Extraktions-API. Perfekt für Recherche, Dokumentationsabruf und Inhaltsaggregation ohne eigenen Scraping-Code zu schreiben.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "extract". Extract content from https://example.com/about
Résultat attendu:
## About Example
Welcome to Example.com...
Our Mission
We strive to provide...
Utilisation de "extract". Extract information about pricing from https://example.com/pricing and https://example.com/plans
Résultat attendu:
## Pricing Information
### Basic Plan - $9/month
- Feature A
- Feature B
### Pro Plan - $29/month
- All Basic features
- Priority support...
Audit de sécurité
Risque faibleStatic analysis detected 137 potential issues across external_commands, network, filesystem, and env_access categories. After semantic evaluation, all findings are FALSE POSITIVES - these patterns represent legitimate API extraction functionality. The skill uses standard shell commands (curl, jq) to communicate with Tavily's official API, accesses environment variables for API key authentication, and reads OAuth tokens from the standard MCP auth directory. No malicious behavior, data exfiltration, or command injection vulnerabilities were identified.
Problèmes à risque faible (4)
Facteurs de risque
⚙️ Commandes externes (62)
🌐 Accès réseau (33)
📁 Accès au système de fichiers (17)
🔑 Variables d’environnement (16)
Score de qualité
Ce que vous pouvez construire
Recherche-Dokumentationssammlung
Dokumentationsinhalte von mehreren API-Referenzseiten extrahieren, um eine lokale Wissensdatenbank aufzubauen
Wettbewerbsanalyse
Inhalte von Konkurrenten-Websites, Produktseiten und Blog-Beiträgen für Marktforschung extrahieren
Inhaltsaggregation
Artikel und Inhalte von mehreren Nachrichtenquellen oder Blogs in ein einziges Markdown-Format zusammenführen
Essayez ces prompts
Extract the content from this URL: https://example.com/article
Extract content from these URLs: https://docs.example.com/api, https://docs.example.com/auth
Extract information about authentication from these URLs: https://example.com/docs, https://example.com/api-reference. Focus on API keys and OAuth.
Extract all content from this JavaScript-heavy page using advanced extraction: https://app.example.com/dashboard
Bonnes pratiques
- Verwenden Sie den Query-Parameter, um Inhalte genau nach Ihren Bedürfnissen zu filtern, insbesondere bei großen Seiten
- Beginnen Sie mit der grundlegenden Extraktion und verwenden Sie nur den erweiterten Modus, wenn Inhalte fehlen oder unvollständig sind
- Stapeln Sie URLs nach Thema oder Kategorie, um Ergebnisse organisiert und relevant zu halten
Éviter
- Das Extrahieren von mehr als 20 URLs in einer einzelnen Anfrage wird fehlschlagen
- Die Verwendung von chunks_per_source ohne Query-Parameter führt zu einem Fehler
- Das Überprüfen des failed_results-Felds in der Antwort kann zu fehlgeschlagenen Extraktionen führen