← Back to Skills Marketplace
625
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install soft-pillow
Description
Use when the user asks about their sleep data, dream history, or wants to query sleep entries from the Soft Pillow app.
Usage Guidance
This skill appears to do exactly what it says: query your Soft Pillow sleep/dream data using the app's API key. Only provide a token you trust and that you obtained from the app's settings; consider creating or using a token you can revoke if needed. Verify the token is scoped appropriately in the app (if the app offers limited scopes), and revoke it via the app if you stop using the skill. The SKILL.md examples expect you to substitute the real API key into the Authorization header.
Capability Analysis
Type: OpenClaw Skill
Name: soft-pillow
Version: 1.0.2
The skill bundle is benign. It provides instructions and API endpoints for interacting with the 'Soft Pillow' sleep tracking service. All API calls are standard HTTP GET requests to the specified domain 'https://softpillow.paevita.com' using an API key from an environment variable. There is no evidence of malicious execution, data exfiltration, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in SKILL.md. The content is fully aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the required artifact: the skill only asks for SOFT_PILLOW_API_KEY and documents calls to softpillow.paevita.com endpoints relevant to sleep entries and dream search.
Instruction Scope
SKILL.md contains focused curl examples and endpoint docs for listing/searching sleep entries and checking sleep status. Minor documentation nit: the Authorization examples show the literal text 'Bearer SOFT_PILLOW_API_KEY' (which is clearly intended to be replaced with the real token), but the instructions do not ask the agent to read unrelated files or additional env vars.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by an installer.
Credentials
Only a single credential (SOFT_PILLOW_API_KEY) is required and it directly corresponds to the described API access. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed but that is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install soft-pillow - After installation, invoke the skill by name or use
/soft-pillow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 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.
v1.0.1
- Added required environment variable SOFT_PILLOW_API_KEY to configuration, with description for setup.
- Updated documentation and example API usage to reference SOFT_PILLOW_API_KEY instead of a generic API_KEY.
v1.0.0
Initial release of Soft Pillow skill.
- Allows users to query their sleep data, dream history, and sleep entries from the Soft Pillow iOS app.
- Supports authentication using an API key managed in the app’s settings.
- Includes endpoints to check sleep status, list and filter sleep entries, fetch detailed entry data, and search dreams/notes.
- Provides filtering by mood, date, and missing step data.
- Handles standard API errors including authentication and invalid filters.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 625 downloads so far.
How do I install Soft Pillow - Sleep & dream journal?
Run "/install soft-pillow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Soft Pillow - Sleep & dream journal free?
Yes, Soft Pillow - Sleep & dream journal is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Soft Pillow - Sleep & dream journal support?
Soft Pillow - Sleep & dream journal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Soft Pillow - Sleep & dream journal?
It is built and maintained by kivS (@kivs); the current version is v1.0.2.
More Skills