Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

sleepwellsleepwell 分析

Agent Skill

sleepwell 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,996

周安装

425

GitHub Stars

公开资料未说明

下载量

3,502
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sleepwell(sleepwell 分析)
来源仓库:https://github.com/ckchzh/sleepwell
安装命令:
openclaw skills install sleepwell
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sleepwell

简介

跟踪睡眠习惯并分析一段时间内的休息模式。在记录就寝时间、计划时间表、跟踪连续记录、回顾每周模式时使用。

SKILL.md

name
SleepWell
description
Track sleep habits and analyze rest patterns over time. Use when logging bedtimes, planning schedules, tracking streaks, reviewing weekly patterns.
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
tags
["sleep","health","wellness","tracker","rest","habits","quality","bedtime"]
categories
["Health & Wellness", "Personal Management", "Productivity"]

SleepWell

Productivity toolkit for managing tasks, plans, reviews, streaks, reminders, priorities, archives, tags, timelines, reports, and weekly reviews. Each command logs timestamped entries and lets you review past entries, search history, view statistics, and export data in multiple formats.

Commands

CommandDescription
sleepwell add <input>Add a new entry (or view recent add entries with no args)
sleepwell plan <input>Log a plan entry (or view recent plans with no args)
sleepwell track <input>Log a tracking entry (or view recent entries with no args)
sleepwell review <input>Log a review entry (or view recent reviews with no args)
sleepwell streak <input>Log a streak entry (or view recent streaks with no args)
sleepwell remind <input>Log a reminder (or view recent reminders with no args)
sleepwell prioritize <input>Log a priority entry (or view recent priorities with no args)
sleepwell archive <input>Archive an entry (or view recent archives with no args)
sleepwell tag <input>Tag an entry (or view recent tags with no args)
sleepwell timeline <input>Log a timeline entry (or view recent timeline with no args)
sleepwell report <input>Log a report entry (or view recent reports with no args)
sleepwell weekly-review <input>Log a weekly review (or view recent weekly reviews with no args)
sleepwell statsShow summary statistics across all log categories
sleepwell export <fmt>Export all data to json, csv, or txt format
sleepwell search <term>Search across all log files for a term
sleepwell recentShow the 20 most recent history entries
sleepwell statusHealth check: version, data dir, entry count, disk usage, last activity
sleepwell helpShow help with all available commands
sleepwell versionShow version number

How It Works

Each productivity command (add, plan, track, review, etc.) works in two modes:

  • With arguments: Saves the input with a timestamp to a dedicated .log file and displays the total entry count
  • Without arguments: Shows the 20 most recent entries from that category's log file

All actions are also recorded in a central history.log for unified tracking.

Typical Workflow

  1. Plan your day: sleepwell plan "Focus on Q2 report, finish by 3pm"
  2. Track tasks: sleepwell track "Started Q2 report — gathering data"
  3. Set reminders: sleepwell remind "Send draft to team by 4pm"
  4. Prioritize: sleepwell prioritize "Q2 report > email cleanup > meeting prep"
  5. Review progress: sleepwell review "Completed 3/5 tasks, good day"
  6. Weekly roundup: sleepwell weekly-review "Productive week, hit all deadlines"

Data Storage

All data is stored in ~/.local/share/sleepwell/. The directory contains:

  • add.log, plan.log, track.log, review.log, etc. — one log file per command category
  • history.log — central log of all actions with timestamps
  • export.json, export.csv, export.txt — generated export files

The tool automatically creates the data directory on first run.

Requirements

  • Shell: Bash 4+
  • No external dependencies — uses only standard Unix utilities (date, wc, du, grep, tail, head)
  • Works on: Linux, macOS, any POSIX-compatible system

When to Use

  1. Daily task management — Use sleepwell add "fix login bug" and sleepwell track "started debugging" to log and track tasks throughout the day
  2. Sprint planning — Run sleepwell plan "Sprint 14: auth refactor, API docs, deploy" to record sprint plans and reference them later
  3. Building accountability streaks — Log daily wins with sleepwell streak "Day 15: shipped feature" and review your consistency over time
  4. Weekly retrospectives — Use sleepwell weekly-review "Good velocity, need to reduce meeting time" for structured reflection
  5. Searching past decisions — Run sleepwell search "deploy" to find all entries across every category mentioning deployments

Examples

# Add a new task
sleepwell add "Refactor authentication module"

# Plan tomorrow's work
sleepwell plan "Morning: code review. Afternoon: API integration"

# Track progress on current task
sleepwell track "Auth module 60% complete, tests passing"

# Set a reminder
sleepwell remind "Team standup at 10:00 AM"

# Prioritize tasks
sleepwell prioritize "1. Deploy hotfix 2. Review PR #42 3. Update docs"

# Tag an entry for easy retrieval
sleepwell tag "urgent: production database migration"

# Log a timeline milestone
sleepwell timeline "v2.0 beta released to internal testers"

# Generate a report
sleepwell report "March metrics: 23 features, 8 bugs fixed, 99.5% uptime"

# Archive completed items
sleepwell archive "Q1 OKR tracking — completed and filed"

# Weekly review
sleepwell weekly-review "Shipped 3 features, resolved 2 blockers"

# View statistics across all categories
sleepwell stats

# Export all data as CSV
sleepwell export csv

# Search for deployment-related entries
sleepwell search "deploy"

# View recent activity
sleepwell recent

# Health check
sleepwell status

Export Formats

The export command supports three formats:

  • json — Array of objects with type, time, and value fields
  • csv — Comma-separated with type,time,value header
  • txt — Plain text grouped by category

Export files are saved to the data directory and the output shows the file path and size in bytes.

Output

All command output goes to stdout in plain text. Use shell redirection for saving:

sleepwell stats > weekly-report.txt
sleepwell export json
sleepwell recent | head -5

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.25%
按下载量换算3,161

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install sleepwell 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills