-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathskills.yml
More file actions
157 lines (151 loc) · 6.46 KB
/
Copy pathskills.yml
File metadata and controls
157 lines (151 loc) · 6.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
skills:
- id: web-scrape-integration
name: Web Scrape Integration
type: basic
prerequisites: []
description: >-
Integrate programmatic web scraping APIs to convert dynamic page URLs into clean, LLM-ready markdown or structured JSON schemas in application code.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-scrape/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-scrape/SKILL.md
notes: "Official Firecrawl application scrape integration skill"
- grade: B
type: repo
url: https://github.com/firecrawl/firecrawl
notes: "149k stars, open-source API-first scraper engine"
- grade: A
type: benchmark-result
url: https://spider.cloud/blog/firecrawl-vs-crawl4ai-vs-spider-honest-benchmark/
notes: "Scrape Content Dataset V1 (1000 URLs): >95% dynamic page success, P95 latency ~3.4s"
- grade: C
type: social-signal
url: https://www.youtube.com/watch?v=kY0hN5-xK8U
notes: "Tyler AI YouTube guide on scraping EVERYTHING with Firecrawl"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-scrape/SKILL.md
- id: web-search-integration
name: Web Search Integration
type: basic
prerequisites: []
description: >-
Integrate programmable search endpoints to discover relevant pages and extract content based on natural language queries inside product codebase.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-search/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-search/SKILL.md
notes: "Official Firecrawl application search integration skill"
- grade: B
type: repo
url: https://github.com/firecrawl/firecrawl
notes: "149k stars, search API support"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-search/SKILL.md
- id: browser-interaction-integration
name: Browser Interaction Integration
type: basic
prerequisites: []
description: >-
Integrate headless browser control (clicks, form inputs, dynamic navigation) to scrape dynamic or authenticated web pages programmatically in product code.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-interact/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-interact/SKILL.md
notes: "Official Firecrawl application interact integration skill"
- grade: B
type: repo
url: https://github.com/firecrawl/firecrawl
notes: "149k stars, dynamic interact API support"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-interact/SKILL.md
- id: agent-environment-auth
name: Agent Environment Authentication
type: basic
prerequisites: []
description: >-
Programmatically handle API key retrieval, browser-based OAuth flow setup, and SDK initialization for AI agent tools.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-onboarding/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-onboarding/SKILL.md
notes: "Official Firecrawl application onboarding integration skill"
- grade: B
type: repo
url: https://github.com/firecrawl/skills
notes: "CLI and browser credential setup integration"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build-onboarding/SKILL.md
- id: api-call-orchestration
name: API Call Orchestration
type: basic
prerequisites: []
description: >-
Orchestrate multiple web endpoints (such as search, scrape, and interact) via unified client wrappers, handling failures, token counting, and caching.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build/SKILL.md
notes: "Official Firecrawl application build/umbrella skill"
- grade: B
type: repo
url: https://github.com/firecrawl/skills
notes: "42 stars, official Firecrawl skills repository"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-build/SKILL.md
- id: academic-literature-retrieval
name: Academic Literature Retrieval
type: basic
prerequisites: []
description: >-
Retrieve, index, and query scientific literature papers (such as arXiv publications) alongside code repositories to support deep research loops.
attribution:
upstream_author: firecrawl
skill_file_url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-research-index/SKILL.md
type: attributed
evidence:
- grade: B
type: repo
url: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-research-index/SKILL.md
notes: "Official Firecrawl research index query skill"
- grade: A
type: benchmark-result
url: https://www.firecrawl.dev/blog/research-index-launch
notes: "arXivQA paper-retrieval benchmark: 53.3% recall, 0.750 MRR at $0.32/task"
- grade: A
type: arxiv
url: https://arxiv.org/abs/2508.10152
notes: "Evaluating Open Deep Research Agents using advanced context retrieval (August 2025)"
named:
contributor: firecrawl
level: "4★"
links_github: https://github.com/firecrawl/skills/blob/main/skills/firecrawl-research-index/SKILL.md