← 返回
效率工具 Key 中文

Soft Pillow - Sleep & dream journal

Use when the user asks about their sleep data, dream history, or wants to query sleep entries from the Soft Pillow app.
用于用户询问睡眠数据、梦境历史或查询 Soft Pillow 应用的睡眠记录。
kivs
效率工具 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 960
下载
💾 24
安装
1
版本
#latest

概述

Soft Pillow

Soft Pillow is an IOS app that allows you to log your sleep & dreams.

It tracks your mood, disruptions, dreams and physical activity(steps through the Apple Healthkit if available) after each sleep entry so you can have a better understanding about what makes your sleep quality better over time.

The user can install it from the app store, get an api key from the settings screen and give it to you so you can access all of the data.

Apple store link - https://apps.apple.com/us/app/soft-pillow/id6757248808

Website - https://paevita.com/en/soft-pillow

Skill URL

FileURL
-----------
SKILL.md (this file)/soft-pillow/SKILL.md

Authentication

All requests require the api key to be sent with the request in the authorization header.

Authorization: Bearer sp_...

You can manage api tokens in the settings screen, in the API access section.

Once you have the api key, it's recommended it locally and securily.

API Base

https://softpillow.paevita.com

Endpoints

Current API endpoints:

  • GET /api/v1/sleep_status
  • GET /api/v1/sleep_entries
  • GET /api/v1/sleep_entries/:id
  • GET /api/v1/search_dreams

Sleep status

curl -H "Authorization: Bearer SOFT_PILLOW_API_KEY" "https://softpillow.paevita.com/api/v1/sleep_status"

Response:

{ "sleeping": false }

List sleep entries

curl -H "Authorization: Bearer SOFT_PILLOW_API_KEY" \
  "https://softpillow.paevita.com/api/v1/sleep_entries?limit=10&from_date=2026-01-01&to_date=2026-01-31&mood=good"

Filters:

  • limit (max 100)
  • from_date (YYYY-MM-DD)
  • to_date (YYYY-MM-DD)
  • mood (fully_charged, good, sleepy, terrible)
  • missing_steps=true

Get one sleep entry (details)

curl -H "Authorization: Bearer SOFT_PILLOW_API_KEY" \
  "https://softpillow.paevita.com/api/v1/sleep_entries/ENTRY_ID"

Returns summary + details (dream, notes, disruptions, insights, timestamps).

Search dreams and notes

curl --get -H "Authorization: Bearer SOFT_PILLOW_API_KEY" \
  --data-urlencode "query=flying ocean" \
  "https://softpillow.paevita.com/api/v1/search_dreams"

Optional:

  • limit (max 50, default 10)

Returns entry matches with dream_excerpt and notes_excerpt.

Error behavior

  • Missing/invalid auth: 401 JSON error
  • Invalid filters (for example bad mood or bad date): 422 JSON error
  • Entry not found (or not yours): 404 JSON error

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 08:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,727
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,184
content-creation

babbleBrush

kivs
生成并迭代编辑图像。支持存储、手动编辑界面、历史记录、版本分支、时间回溯、参考图像以及多种 AI 模型。
★ 1 📥 601