jpeng-workspace-backup-managerManages workspace backups by creating snapshots and enabling restore points for recovery. Use when backing up workspace or restoring from backup.
Install via ClawdBot CLI:
clawdbot install jpengcheng523-netizen/jpeng-workspace-backup-managerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 10, 2026
Before performing system updates or major changes to the workspace, create a named backup snapshot like 'before-update-v2.1'. This allows quick rollback if the update causes issues.
Schedule a cron job to run backup.createBackup() every night at 2 AM. Use cleanupBackups({ keepCount: 30 }) to retain only the last 30 backups, saving storage space.
After accidental data loss or corruption, use restoreBackup({ backupName: 'backup-YYYY-MM-DD' }) to restore the workspace to a known good state. List available backups first to identify the correct one.
Maintain periodic backups to meet compliance requirements. Use formatList to generate a readable audit report of backup history showing creation dates and file counts.
Offer automated workspace backup and restore as a subscription service. Customers pay a monthly fee based on storage usage and backup frequency.
Provide basic backup functionality for free (e.g., keep last 5 backups), charge for advanced features like unlimited retention, named backups, and priority restore.
License the backup manager to enterprises with a Service Level Agreement (SLA) guaranteeing backup success, restore time, and data integrity. Includes dedicated support.
💬 Integration Tip
Integrate with cron or your orchestrator to schedule regular backups. For cloud deployments, map backup path to persistent storage like S3.
Scored May 10, 2026
📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。
效率自动化工具箱 — 自动化工作流模板 + 日程管理助手 + 任务提醒工具 + 数据整理自动化。整合热门Skill功能,帮助用户识别自动化机会、设计工作流、管理日程、追踪任务、整理数据。触发词:效率自动化、工作流模板、日程管理、任务提醒、数据整理自动化、每天提醒、每周计划、自动化流程、省时工具。
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.