Fresh Session Handoff

v1.0.3

Generate a concise copy-paste session handoff for continuing the current task in a fresh chat after /new or /reset. Use when the user wants to preserve the r...

0· 149·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kisssam6886/resetcontinue.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Fresh Session Handoff" (kisssam6886/resetcontinue) from ClawHub.
Skill page: https://clawhub.ai/kisssam6886/resetcontinue
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install resetcontinue

ClawHub CLI

Package manager switcher

npx clawhub@latest install resetcontinue
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (fresh-session handoff) match the SKILL.md and agents/openai.yaml prompts. The skill is instruction-only and requests no binaries, env vars, or config paths — all proportional to a simple summarization task.
Instruction Scope
SKILL.md gives narrow, well-scoped instructions: produce a short handoff in Simplified Chinese, include specific sections when applicable, avoid inventing facts, and end with an exact final line. It does not instruct reading files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files. Lowest-risk: nothing is written to disk or downloaded.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instruction to prefer exact facts simply asks the model to include context already available in the conversation — there is no additional access requested.
Persistence & Privilege
always: false (not force-included). disable-model-invocation is false (normal), so the agent may invoke the skill autonomously, but this is expected and not combined with broad access or persistence.
Assessment
This skill appears low-risk and coherent with its purpose. Before installing, note: (1) it will pull facts from the current conversation—avoid leaving secrets or credentials in chat if you plan to hand them off; (2) it replies in Simplified Chinese by default unless you ask otherwise; (3) the agent may call the skill autonomously (normal behavior), so disable it if you don't want automated handoffs. No external installs or credentials are required.

Like a lobster shell, security has layers — review code before you run it.

latestvk9735m30ktw6wb0tp5kk20242n83aysq
149downloads
0stars
4versions
Updated 1mo ago
v1.0.3
MIT-0

Fresh Session Handoff

When invoked, produce a fresh-session handoff summary that the user can paste into a new chat after /new or /reset.

Goal

  • preserve the current task state
  • keep only the facts that help the next session continue quickly
  • reduce context pollution from long or broken prior threads

Output contract

  • Write in 简体中文 unless the user clearly asks otherwise.
  • Output only the handoff summary. Do not add an intro like “下面是摘要”.
  • Keep it short, direct, and concrete.
  • Use 8 items or fewer.
  • Prefer bullets or numbered lines.
  • No Markdown code fences unless the user explicitly needs a command block.
  • Prefer exact facts when available:
    • absolute file paths
    • branch or commit
    • service / room / environment names
    • blocker or error code
    • the immediate next action
  • Never invent missing facts. If something is unclear, omit it instead of guessing.

Required sections

Use these sections when applicable:

  1. 当前任务
  2. 已确认结论
  3. 已排除问题
  4. 当前卡点
  5. 下一步动作
  6. 重要背景
  7. 不要重复做的事
  8. 回复要求

Selection rules

Include only information that meaningfully helps a new session resume fast.

  • Keep stable goals, confirmed decisions, constraints, and current scope.
  • Keep recent troubleshooting conclusions only if they affect the next step.
  • Keep unfinished edits, verification status, or pending push/deploy state when relevant.
  • Keep approvals, credentials, external dependencies, or user promises that still matter.
  • Exclude chit-chat, repeated explanations, and dead exploration unless it should not be retried.
  • If the task is already complete, say that clearly and use 下一步动作 for the most useful follow-up.
  • If several threads were discussed, summarize only the thread the user is actually carrying forward.

Quality bar

  • The summary should let a new session continue with minimal backtracking.
  • The wording should be practical, not essay-like.
  • The next agent should be able to tell what to do first within a few seconds of reading it.

Final line

End with exactly this line:

新会话请直接接着做,不要从头重复背景。

Comments

Loading comments...