Skills Plugins MCP Prompt Model 博客 我的中心

tiny-web-crawler

Crawl from one or more starting web pages, fetch readable content, search within pages, follow relevant links, and stop when the requested information is found or a bounded limit is reached.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=leon-ai-leon-skills-agent-tiny-web-crawler-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name tiny-web-crawler description Crawl from one or more starting web pages, fetch readable content, search within pages, follow relevant links, and stop when the requested information is found or a bounded limit is reached. metadata {"author":"Louis Grenard <louis@getleon.ai>","version":"1.0.0"} Tiny Web Crawler Use this skill to inspect web pages by fetching content, searching within it, and following relevant links from the starting page. Scripts Use the bundled scripts for the actual web fetching and bounded crawling: scripts/fetch-page.mjs : fetch one page, extract compact readable text, links, and query snippets. scripts/crawl-web.mjs : crawl from one or more start URLs, follow relevant links, and stop at limits or strong matches. Run scripts with node . Leon's shell tool injects runtime shims, so node uses Leon's managed Node.js binary when available and falls back to PATH only when the managed binary is missing. Example: node scripts/crawl-web.mjs --url "https://example.com" --query "target phrase" --max-pages 8 --max-depth 2 Do not build $LEON_HOME/bin/node/... or /bin/node/... paths manually. Workflow Clarify the target only when the requested information or starting point is ambiguous. Start from the owner-provided URL when one is given. Use scripts/crawl-web.mjs to fetch pages, search within content, and follow relevant links. Use scripts/fetch-page.mjs for one-off page inspection or deeper inspection of a promising page. Start with compact fetches. Read full or later text chunks only when snippets, title, or links show the page is likely relevant. Search within fetched content for exact names, phrases, dates, numbers, headings, or nearby synonyms. Track visited URLs and do not revisit the same page. Stop as soon as the target information is found with enough context to answer. If the limit is reached, report what was checked and what remains unresolved. Limits Default limits unless the owner specifies otherwise: Max pages: 8 Max link depth from the starting page: 2 Max pages from the same domain: 5 Prefer stopping early over crawling broadly. Progressive Fetching fetch-page.mjs returns compact output by default: textPreview : short readable preview snippets : query matches with nearby context links : normalized URLs with short labels and context chunk.hasMore and chunk.nextOffset : use these to fetch more text only when needed For deeper inspection, use --include-text --offset <number> --max-text-chars <number> . Link Selection Prioritize links whose text, URL, title, surrounding text, or page structure mentions: The requested entity, topic, product, person, organization, date, or identifier Words such as docs, documentation, reference, API, pricing, changelog, release, support, help, FAQ, blog, news, about, contact, terms, policy, source, repository, issue, or discussion when relevant Internal pages that appear canonical before third-party summaries Avoid links that are likely unrelated, duplicated, navigational noise, ads, tracking links, login-only pages, or broad category pages unless they are the best available path. Evidence Rules Cite the pages used to answer. Prefer primary sources over summaries. Distinguish directly found facts from inference. Do not claim the information was found if only adjacent or partial evidence was found. If sources conflict, say so and compare publication or update dates when available. Keep quoted text short and use paraphrase for most source content. Output Answer directly first. Then include concise source notes: Pages checked when useful The decisive source URL Any remaining uncertainty If the target was not found, state that clearly and summarize the most relevant places checked.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。