Skip to content

Commit c712895

Browse files
authored
add links to kernel skills (#350)
1 parent c691e6b commit c712895

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
167167
"apps/logs"
168168
]
169169
},
170+
{
171+
"group": "Agent Skills",
172+
"pages": [
173+
"skills/overview",
174+
"skills/bot-detection",
175+
"skills/profiles"
176+
]
177+
},
170178
{
171179
"group": "Integrations",
172180
"pages": [

skills/bot-detection.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Bot Detection"
3+
url: "https://skills.sh/kernel/skills/profile-website-bot-detection"
4+
---

skills/overview.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Overview"
3+
---
4+
5+
Kernel offers a suite of agent skills that can be used to debug your development workflows and give your browser agents runtime superpowers.
6+
7+
Especially useful skills:
8+
- [Bot Detection Profiler](/skills/bot-detection)
9+
- [Browser Profiles](/skills/profiles)
10+
11+
View Kernel's full list of available skills [here](https://skills.sh/kernel/skills).

skills/profiles.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Browser Profiles"
3+
url: "https://skills.sh/kernel/skills/diff-profile-archives"
4+
---

0 commit comments

Comments
 (0)