mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Merge pull request #315 from chengyongru/add-nanobot-client
Add nanobot to Agent Skills client showcase
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 187 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 187 KiB |
@@ -304,4 +304,13 @@ export const clients = [
|
||||
instructionsUrl: "https://github.com/google-ai-edge/gallery/tree/main/skills",
|
||||
sourceCodeUrl: "https://github.com/google-ai-edge/gallery",
|
||||
},
|
||||
{
|
||||
name: "nanobot",
|
||||
description: "nanobot is an ultra-lightweight, open-source personal AI agent. It runs across multiple platforms — terminal, Telegram, Discord, Slack, WeChat, and more — with built-in MCP support and a skills system for extensibility.",
|
||||
url: "https://nanobot.wiki/",
|
||||
lightSrc: "/images/logos/nanobot/nanobot-logo-light.png",
|
||||
darkSrc: "/images/logos/nanobot/nanobot-logo-dark.png",
|
||||
instructionsUrl: "https://nanobot.wiki/docs/0.1.5/use-nanobot/skills",
|
||||
sourceCodeUrl: "https://github.com/HKUDS/nanobot",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user