accint-frames
仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
便于处理被 checkpoint 的推理帧,适合运维或开发者。
▸ 风险提示
需调用 acc_act 并有权限操作 agent,可能改变执行流程。
这个 Skill 做什么
检查并继续 acc 的 deliberation 队列中 checkpoint 的 brain_frames。
把 acc 的 deliberation 队列里那些已 checkpoint 的未决 brain_frames 消化掉,调用 acc_act(runtime="continue") 继续 headless 运行。适合有等待/打开状态的 deliberation 需要人工继续推进时用。功能上主要是对 MCP 的两个动词做路由,自己不承担复杂决策逻辑。
▸ 展开 SKILL.md 英文原文
Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accint-frames/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accint-frames/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# frames
## When to Use
Use this skill when you need drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").
Routing sugar over the two MCP verbs — no logic lives here.
1. List the queue: `acc frames` (CLI, read-only observation).
2. For each open/waiting frame: read its typed hole + retrieved context, deliberate,
then submit via
`acc_act(runtime="continue", input={"frame_id": ..., "submit_token": ..., "proposal_text": ...})`.
3. End `proposal_text` with `PREDICT: <0.00-1.00> <why>`; acc strips that line before
the owner sees it and uses it to calibrate the Work Model against later outcomes.
4. An identical duplvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有