
Generate images and iteratively edit saved image artifacts.
Sustained objectives via long_task / complete_goal — idempotent goal wording, project-style modular work, early web/doc research, Runtime Context metadata.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
--- 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
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.
Two-layer memory system with Dream-managed knowledge files.
Get current weather and forecasts (no API key required).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Schedule reminders and recurring tasks.
Search and install agent skills from ClawHub, the public skill registry.
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.