Prevents agents from silently losing critical information as conversations grow long. Use when working on tasks that span many tool calls, when context exceeds 50k tokens, or when an agent seems to "forget" earlier instructions. Triggers on: long conversation, context limit, token limit, losing track, forgetting earlier, summarize context, compress history, infinite loop of re-reading. Essential for any multi-step agentic workflow where continuity matters.
Prevents agents from silently losing critical information as conversations grow long. Use when working on tasks that span many tool calls, when context exceeds 50k tokens, or when an agent seems to "forget" earlier instructions. Triggers on: long conversation, context limit, token limit, losing track, forgetting earlier, summarize context, compress history, infinite loop of re-reading. Essential for any multi-step agentic workflow where continuity matters.
防止在会话变长时代理悄然丢失关键信息。用于跨越多个工具调用的任务、上下文超过50k代币时,或代理似乎“忘记”早期指令时。触发条件:长对话、上下文限制、代币限制、失去追踪、忘记早期内容、总结上下文、压缩历史、反复重读的无限循环。对于任何需要连续性的多步骤代理工作流都很关键。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
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.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer