Use when the user asks about their sleep data, dream history, or wants to query sleep entries from the Soft Pillow app.
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
| File | URL |
|---|---|
| SKILL.md (this file) | /soft-pillow/SKILL.md |
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.