session-resume会话恢复。Gateway 重启或 session 中断后,自动恢复任务上下文并向用户汇报进度。通过 .task-state.json 持久化任务状态,确保长时间任务不会因断线而丢失。触发词:恢复任务、resume、任务状态、断线恢复、session resume。也可在每次 session 启动时自动检测。
Install via ClawdBot CLI:
clawdbot install wavmson/session-resumeGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wavmson/openclaw-skill-session-resume.gitAudited Apr 17, 2026 · audit v1.0
Generated May 6, 2026
A DevOps engineer is deploying a new version to production when the CI/CD pipeline gateway restarts mid-deployment. The skill automatically detects the unfinished task, reads the persisted step status (e.g., 'Docker image built', 'K8s config pending'), and asks to resume, preventing manual re-triggering and saving hours.
An e-commerce platform uses an AI agent to process bulk order refunds during off-peak hours. If the session is interrupted by a server reboot, the skill recovers the exact list of processed and pending orders, plus any partial refund data, and continues without duplicating actions.
A data analyst initiates a multi-phase data migration (extract, transform, load) spanning several hours. If the network drops mid-transfer, the skill saves the last successful checkpoint (e.g., 'Transform step 4 complete, loading of table X pending'), resumes connection, and asks the user whether to continue from that point.
A compliance officer uses an AI agent to compile quarterly financial reports with multiple required attachments. When the session compresses due to inactivity, the skill preserves the list of completed sections and pending approvals, allowing immediate resumption upon next login.
A researcher runs a multi-hour simulation with iterative parameter tuning. If the gateway restarts, the skill restores the simulation's step progress (e.g., 'iteration 45 of 200 done, current parameters: ...') and notifies the researcher to confirm continuation, avoiding loss of computational results.
Offer basic session resume for free (up to 1-day state retention) and a paid tier with guaranteed longer retention (e.g., 7 days), higher priority recovery, and audit logs of interrupted tasks.
License the skill as an add-on to existing AI agent platforms (like OpenClaw) for enterprises that run critical, long-duration automations. Charge per recovery action or per task state saved.
Provide a fully managed service where the skill is integrated into the customer's AI agent pipeline, including monitoring, failover, and manual support for recovery decisions. Bundled with 24/7 support.
💬 Integration Tip
Ensure the task state file is written atomically (e.g., write to a temp file then rename) to prevent corruption on crash, and add a configurable timeout for user response before default action.
Scored May 6, 2026
When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding...
Guides new OpenClaw users by detecting their environment, recommending skills, and generating a personalized markdown setup report without auto-installing an...
Build compliant Instagram DM outreach campaigns to recruit realtors into brokerage downlines (e.g., eXp Realty, Real Broker). Use when a user wants lead qual...
Scan remote job boards for roles matching your skills, filter by keywords and salary, and get personalized cover letters with daily job digests.
AI-powered career development and education planning intelligence. Tracks job market shifts (BLS/LinkedIn/Burning Glass), emerging roles (7 career domains: A...
Codebase Onboarding