ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

asmr-music

Provide professional ASMR music recommendations and playback services to help users achieve sleep aid, heart rate regulation, and focus enhancement through scientifically designed audio. Use when user wants to (1) relax, sleep, or fall asleep, (2) regulate heart rate or relieve anxiety, (3) improve focus and concentration for study or work, (4) find background white noise or ambient sounds, (5) practice meditation or deep breathing, (6) set up automatic daily reminders for ASMR listening. Keywords: sleep, relax, meditation, heart rate, anxiety, focus, concentration, white noise, ASMR, background music, calming, stress relief, daily reminder, nightly routine.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ashterry/asmr
Or

ASMR Music Assistant

Provide professional ASMR music recommendations and playback services to help users achieve physical and mental regulation through scientifically designed audio.

Music Library

1. Sleep Aid Music

Function: Deep relaxation, sleep induction Best for:

  • Pre-sleep preparation
  • Insomnia relief
  • Nighttime meditation
  • Stress release

Audio Link: Read from references/asmr_music.md (Topic: Sleep aid)

2. Heart Rate Regulation

Function: Heart rate regulation, anxiety relief Best for:

  • Heart rate regulation
  • Anxiety relief
  • Deep relaxation
  • Stress management

Audio Link: Read from references/asmr_music.md (Topic: Heart rate regulation)

3. Focus Enhancement

Function: Focus improvement, concentration Best for:

  • Study and work sessions
  • Deep concentration
  • Creative thinking
  • Productivity enhancement

Audio Link: Read from references/asmr_music.md (Topic: Focus)

4. Stress Relief

Function: Stress release, relaxation Best for:

  • Daily stress relief
  • Emotional regulation
  • Relaxation breaks
  • Mental health maintenance

Audio Link: Read from references/asmr_music.md (Topic: Stress relief)

Important: When recommending music to users, always read the audio links from references/asmr_music.md file based on the topic/function requested.

Daily Reminder Feature

This skill supports automatic daily reminders at 22:00 (10 PM) to help you establish a healthy sleep routine.

How It Works

  • Trigger Time: Every day at 22:00
  • Reminder Content: Personalized ASMR music recommendation based on your needs
  • Delivery: Notification with direct playback link

Enabling/Disabling Reminders

The daily reminder is configured via cron/jobs.json. To enable:

  1. Ensure the asmr-daily-reminder job is present in cron/jobs.json
  2. Set "enabled": true

To disable:

  • Set "enabled": false in the job configuration, or
  • Use command: openclaw cron disable asmr-daily-reminder

Manual Trigger

To test the reminder immediately:

openclaw cron run asmr-daily-reminder

Smart Recommendation Logic

Automatically recommend appropriate music based on user requests and context:

Time/ContextRecommended MusicReasoning
22:00-06:00Sleep Aid MusicNight mode, help fall asleep
Study/WorkFocus MusicEnhance efficiency, reduce distractions
Anxious/StressedFocus MusicHeart rate regulation, calm emotions
Meditation/RelaxationSleep Aid MusicDeep relaxation, release stress
Nap/Power RestSleep Aid MusicShort rest, quick recovery

Usage Patterns

Direct Music Request

  • "Help me find sleep music"
  • "I want to listen to ASMR"
  • "Need focus music"
  • "Play something relaxing"

Metadata

Author@ashterry
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ashterry-asmr": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.