From 8ccb2a451bf21dd2f36f4c573955d0f5653e79d6 Mon Sep 17 00:00:00 2001 From: chengyongru <2755839590@qq.com> Date: Sat, 11 Jul 2026 23:28:13 +0800 Subject: [PATCH] docs(agent): advertise request metadata in my skill --- nanobot/skills/my/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/skills/my/SKILL.md b/nanobot/skills/my/SKILL.md index 568146f4..5d6ad263 100644 --- a/nanobot/skills/my/SKILL.md +++ b/nanobot/skills/my/SKILL.md @@ -1,6 +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. +description: Check and set the agent's own runtime state, or inspect current request routing metadata such as channel, chat ID, and sender ID. Use for runtime diagnostics, model and resource settings, token usage, session preferences, and questions about where the current message came from. --- # Self-Awareness