@@ -52,6 +52,42 @@ const BRIGHTDATA_SKILLS: BrightDataSkill[] = [
5252 githubPath : 'brightdata/skills/bright-data-best-practices' ,
5353 repoPath : 'skills/bright-data-best-practices' ,
5454 } ,
55+ {
56+ name : 'brightdata-cli' ,
57+ description : 'Use the Bright Data CLI to scrape websites, search '
58+ + 'engines, and extract structured data from the terminal' ,
59+ skillMdUrl : 'https://raw.githubusercontent.com/brightdata/skills/'
60+ + 'main/skills/brightdata-cli/SKILL.md' ,
61+ githubPath : 'brightdata/skills/brightdata-cli' ,
62+ repoPath : 'skills/brightdata-cli' ,
63+ } ,
64+ {
65+ name : 'design-mirror' ,
66+ description : 'Extract design tokens from any website and apply '
67+ + 'colors, typography, and spacing to your codebase' ,
68+ skillMdUrl : 'https://raw.githubusercontent.com/brightdata/skills/'
69+ + 'main/skills/design-mirror/SKILL.md' ,
70+ githubPath : 'brightdata/skills/design-mirror' ,
71+ repoPath : 'skills/design-mirror' ,
72+ } ,
73+ {
74+ name : 'python-sdk-best-practices' ,
75+ description : 'Best practices for writing Bright Data Python SDK '
76+ + 'code with async/await patterns' ,
77+ skillMdUrl : 'https://raw.githubusercontent.com/brightdata/skills/'
78+ + 'main/skills/python-sdk-best-practices/SKILL.md' ,
79+ githubPath : 'brightdata/skills/python-sdk-best-practices' ,
80+ repoPath : 'skills/python-sdk-best-practices' ,
81+ } ,
82+ {
83+ name : 'scraper-builder' ,
84+ description : 'Build production-ready web scrapers using Bright Data '
85+ + 'APIs with site analysis and pagination handling' ,
86+ skillMdUrl : 'https://raw.githubusercontent.com/brightdata/skills/'
87+ + 'main/skills/scraper-builder/SKILL.md' ,
88+ githubPath : 'brightdata/skills/scraper-builder' ,
89+ repoPath : 'skills/scraper-builder' ,
90+ } ,
5591]
5692
5793export { BRIGHTDATA_SKILLS }
0 commit comments