Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计未展示

crawl-url抓取网址

Agent Skill

crawl-url 用于处理浏览器自动化、网页检查和页面信息提取,适合在 Codex、Claude、Cursor、Gemini CLI 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,550

周安装

321

GitHub Stars

公开资料未说明

下载量

2,645
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:crawl-url(抓取网址)
来源仓库:https://github.com/tavily-ai/tavily-plugins
仓库路径:skills/crawl-url
安装命令:
npx skills add tavily-ai/tavily-plugins --skill "crawl-url"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add tavily-ai/tavily-plugins --skill "crawl-url"

简介

处理浏览器自动化与网页信息提取,支持页面打开和前端验证。

  • 适用于Codex、Claude、Cursor、Gemini CLI等宿主环境。
  • 通过github安装,命令为npx skills add tavily-ai/tavily-plugins --skill "crawl-url"。
  • 需确认权限范围、维护状态及是否触发联网或文件读写。
  • 建议结合来源仓库和原始README进一步核验具体用法。

SKILL.md

name
crawl-url
description
Crawl any website and save pages as local markdown files. Use when you need to download documentation, knowledge bases, or web content for offline access or analysis. No code required - just provide a URL.

URL Crawler

Crawls websites using Tavily Crawl API and saves each page as a separate markdown file in a flat directory structure.

Prerequisites

Tavily API Key Required - Get your key at https://tavily.com

Add to ~/.claude/settings.json:

{
  "env": {
    "TAVILY_API_KEY": "tvly-your-api-key-here"
  }
}

Restart Claude Code after adding your API key.

When to Use

Use this skill when the user wants to:

  • Crawl and extract content from a website
  • Download API documentation, framework docs, or knowledge bases
  • Save web content locally for offline access or analysis

Usage

Execute the crawl script with a URL and optional instruction:

python scripts/crawl_url.py <URL> [--instruction "guidance text"]

Required Parameters

  • URL: The website to crawl (e.g., https://docs.stripe.com/api)

Optional Parameters

  • --instruction, -i: Natural language guidance for the crawler (e.g., "Focus on API endpoints only")
  • --output, -o: Output directory (default: <repo_root>/crawled_context/<domain>)
  • --depth, -d: Max crawl depth (default: 2, range: 1-5)
  • --breadth, -b: Max links per level (default: 50)
  • --limit, -l: Max total pages to crawl (default: 50)

Output

The script creates a flat directory structure at <repo_root>/crawled_context/<domain>/ with one markdown file per crawled page. Filenames are derived from URLs (e.g., docs_stripe_com_api_authentication.md).

Each markdown file includes:

  • Frontmatter with source URL and crawl timestamp
  • The extracted content in markdown format

Examples

Basic Crawl

python scripts/crawl_url.py https://docs.anthropic.com

Crawls the Anthropic docs with default settings, saves to <repo_root>/crawled_context/docs_anthropic_com/.

With Instruction

python scripts/crawl_url.py https://react.dev --instruction "Focus on API reference pages and hooks documentation"

Uses natural language instruction to guide the crawler toward specific content.

Custom Output Directory

python scripts/crawl_url.py https://docs.stripe.com/api -o ./stripe-api-docs

Saves results to a custom directory.

Adjust Crawl Parameters

python scripts/crawl_url.py https://nextjs.org/docs --depth 3 --breadth 100 --limit 200

Increases crawl depth, breadth, and page limit for more comprehensive coverage.

Important Notes

  • API Key Required: Set TAVILY_API_KEY environment variable (loads from .env if available)
  • Crawl Time: Deeper crawls take longer (depth 3+ may take many minutes)
  • Filename Safety: URLs are converted to safe filenames automatically
  • Flat Structure: All files saved in <repo_root>/crawled_context/<domain>/ directory regardless of original URL hierarchy
  • Duplicate Prevention: Files are overwritten if URLs generate identical filenames

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.17%
按下载量换算745

Codex

20.5%
按下载量换算542

OpenCode

18.39%
按下载量换算486

Gemini CLI

11.9%
按下载量换算315

Cursor

7.67%
按下载量换算203

Antigravity

3.01%
按下载量换算80

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills