From 20748bc4e3a5a91e81e6bb2ecc19779409fbe37e Mon Sep 17 00:00:00 2001 From: chengyongru <2755839590@qq.com> Date: Sat, 11 Jul 2026 23:27:32 +0800 Subject: [PATCH] perf(agent): load my skill on demand --- nanobot/skills/my/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/nanobot/skills/my/SKILL.md b/nanobot/skills/my/SKILL.md index 8f35c738..568146f4 100644 --- a/nanobot/skills/my/SKILL.md +++ b/nanobot/skills/my/SKILL.md @@ -1,7 +1,6 @@ --- name: my description: Check and set the agent's own runtime state (model, iterations, context window, token usage, web config). Use when diagnosing why something doesn't work ("why can't you search the web?", "why did you stop?"), checking resource limits before complex tasks, adapting configuration for long or simple tasks, or remembering user preferences across turns. Also use when the user asks what model you are running, how many tokens you've used, or what your settings are. -always: true --- # Self-Awareness