-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.09 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
{
"name": "@scraperapitech/scraperapi-skills",
"version": "1.1.0",
"description": "ScraperAPI's official Claude/OpenClaw plugin: a growing library of skills covering the full ScraperAPI surface.",
"license": "MIT",
"author": {
"name": "ScraperAPI",
"email": "support@scraperapi.com",
"url": "https://www.scraperapi.com"
},
"homepage": "https://www.scraperapi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/scraperapi/scraperapi-skills.git"
},
"bugs": {
"url": "https://github.com/scraperapi/scraperapi-skills/issues"
},
"keywords": [
"scraperapi",
"web-scraping",
"claude",
"claude-code",
"openclaw",
"clawhub",
"skills",
"mcp",
"sdk",
"cli",
"n8n",
"crawler",
"async",
"data-pipeline",
"google-serp",
"amazon",
"walmart",
"ebay",
"redfin",
"market-research",
"seo-audit",
"lead-enrichment",
"price-monitoring"
],
"openclaw": {
"compat": {
"pluginApi": ">=2026.5.28"
},
"build": {
"openclawVersion": "2026.5.28"
}
}
}