From 33e38448e3ccdb2e38b49fb6646c5cc61251a047 Mon Sep 17 00:00:00 2001 From: Catherine Jue Date: Wed, 29 Apr 2026 14:10:37 -0700 Subject: [PATCH 1/2] add commentary about skills --- docs.json | 8 ++++++++ skills/bot-detection.mdx | 4 ++++ skills/overview.mdx | 11 +++++++++++ skills/profiles.mdx | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 skills/bot-detection.mdx create mode 100644 skills/overview.mdx create mode 100644 skills/profiles.mdx diff --git a/docs.json b/docs.json index 884a131..e524eab 100644 --- a/docs.json +++ b/docs.json @@ -167,6 +167,14 @@ "apps/logs" ] }, + { + "group": "Agent Skills", + "pages": [ + "skills/overview", + "skills/bot-detection", + "skills/profiles" + ] + }, { "group": "Integrations", "pages": [ diff --git a/skills/bot-detection.mdx b/skills/bot-detection.mdx new file mode 100644 index 0000000..6397751 --- /dev/null +++ b/skills/bot-detection.mdx @@ -0,0 +1,4 @@ +--- +title: "Bot Detection Profiler" +url: "https://skills.sh/kernel/skills/profile-website-bot-detection" +--- \ No newline at end of file diff --git a/skills/overview.mdx b/skills/overview.mdx new file mode 100644 index 0000000..874e033 --- /dev/null +++ b/skills/overview.mdx @@ -0,0 +1,11 @@ +--- +title: "Overview" +--- + +Kernel offers a suite of agent skills that can be used to debug your development workflows and give your browser agents runtime superpowers. + +Especially useful skills: +- [Bot Detection Profiler](/skills/bot-detection) +- [Browser Profiles](/skills/profiles) + +View Kernel's full list of available skills [here](https://skills.sh/kernel/skills). \ No newline at end of file diff --git a/skills/profiles.mdx b/skills/profiles.mdx new file mode 100644 index 0000000..6a0cb16 --- /dev/null +++ b/skills/profiles.mdx @@ -0,0 +1,4 @@ +--- +title: "Browser Profiles" +url: "https://skills.sh/kernel/skills/diff-profile-archives" +--- \ No newline at end of file From 17954f949f6c6760cdf537186f85e875b7f82e35 Mon Sep 17 00:00:00 2001 From: Catherine Jue Date: Thu, 30 Apr 2026 10:19:04 -0700 Subject: [PATCH 2/2] nit --- skills/bot-detection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/bot-detection.mdx b/skills/bot-detection.mdx index 6397751..668993b 100644 --- a/skills/bot-detection.mdx +++ b/skills/bot-detection.mdx @@ -1,4 +1,4 @@ --- -title: "Bot Detection Profiler" +title: "Bot Detection" url: "https://skills.sh/kernel/skills/profile-website-bot-detection" --- \ No newline at end of file