nanobot/skills/my/SKILL.md
Inspect and optionally adjust the agent's runtime state. Use to check the current model or preset, context window, iteration progress and limits, token usage, workspace and tool configuration, subagent status, and request routing metadata such as channel, chat ID, and sender ID; diagnose unavailable capabilities; change allowed runtime settings; or store temporary session scratchpad values.
npx skillsauth add hkuds/nanobot myInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Situation | Command |
|-----------|---------|
| Large codebase analysis | my(action="set", key="context_window_tokens", value=262144) |
| Switch to a named model preset | my(action="set", key="model_preset", value="<preset-name>") |
| Repetitive simple tasks without a preset | my(action="set", key="model", value="<fast-model>") |
| Long multi-step task | my(action="set", key="max_iterations", value=80) |
Tradeoff: Bias toward stability. Only set when defaults are genuinely insufficient.
model_preset for configured model choices. Direct model changes clear the active preset and should only be used when no preset exists.max_iterations (1–100), context_window_tokens (4096–1M), model (non-empty str)tools.my.allow_set is false, check only| Need | Use | Persists? |
|------|-----|-----------|
| Per-session temp state | my(action="set", key="...", value=...) | No |
| Long-term facts | Memory skill (MEMORY.md, USER.md) | Yes |
| Permanent config change | Edit config file | Yes |
Rule of thumb: Tomorrow? Memory. This turn only? My.
testing
--- name: update-setup description: One-time setup wizard for the nanobot upgrade skill. Triggers: setup update, configure update, 切设置更新, 初始化更新. --- # Update Setup Generate a personalized upgrade skill for this workspace. ## Step 1: Check Existing Use `read_file` to check if `skills/update/SKILL.md` already exists in the workspace. If it exists, ask the user: "An upgrade skill already exists. Reconfigure?" Wait for the user's reply. If no, stop here. ## Step 2: Current Version and Install
tools
Schedule reminders and recurring tasks.
data-ai
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
content-media
Generate images and iteratively edit saved image artifacts.