LaunchKit · 2026
Back to Skills

soft-pillow

Use when the user asks about their sleep data, dream history, or wants to query sleep entries from the Soft Pillow app.

0
410 downloads
by @kivs

Setup & Installation

openclaw skills install @kivs/soft-pillow

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install soft-pillow

Version History

v1.0.2Feb 18, 2026 - Version note by skill developer:

- Added a metadata field to the SKILL.md file for improved integration and discoverability. - No changes to the API, endpoints, or app functionality. - Version bumped from 1.0.1 to 1.0.2.

What This Skill Does

Connects to the Soft Pillow iOS sleep tracking app to query sleep entries, dream logs, and mood data. Supports filtering by date range, mood, and step availability, plus full-text dream search.

Lets you query and reason over structured sleep history directly in conversation without opening the app.

When to use it

  • Review last week's sleep entries by mood
  • Search dream history for recurring themes
  • Check current sleep status
  • Find nights with missing step data
  • Get detailed notes and disruptions for a specific entry

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'What did I dream about last month that involved water?'

AGENT
  1. 1Call GET /api/v1/search_dreams with query 'water' and appropriate limit
  2. 2Retrieve matching entries with dream_excerpt and notes_excerpt
  3. 3Filter results to the last month by checking entry timestamps
  4. 4Summarize recurring water-related dream content
OUTPUT

A summary of matching dream excerpts from the past month mentioning water

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SOFT_PILLOW_API_KEY environment variableSoft Pillow iOS app (free, App Store) with API access enabled in settings