no-task-output by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill no-task-outputTaskOutput 会将代理的完整对话记录(超过 7 万个词元)灌入主上下文窗口。
切勿使用 TaskOutput 工具。请改用同步模式的 Task 工具。
# 错误 - 灌满上下文
Task(run_in_background=true)
TaskOutput(task_id="...") // 灌入 7 万个词元
# 正确 - 隔离上下文,返回摘要
Task(run_in_background=false) // 代理运行,返回摘要
每周安装量
193
代码仓库
GitHub 星标数
3.6K
首次出现
2026 年 1 月 22 日
安全审计
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
安装于
opencode188
codex186
gemini-cli184
cursor184
github-copilot181
amp178
TaskOutput floods the main context window with agent transcripts (70k+ tokens).
NEVER use TaskOutput tool. Use Task tool with synchronous mode instead.
# WRONG - floods context
Task(run_in_background=true)
TaskOutput(task_id="...") // 70k tokens dumped
# RIGHT - isolated context, returns summary
Task(run_in_background=false) // Agent runs, returns summary
Weekly Installs
193
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode188
codex186
gemini-cli184
cursor184
github-copilot181
amp178
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
62,200 周安装