SkillAgentSearch skills...

skillopt-sleep

Reference-only OpenClaw adaptation of SkillOpt-Sleep. Use it to study or port the contributed DeepSeek wrapper, not as a ready-to-run installation.

Install / Use

npx skills add microsoft/SkillOpt --skill openclaw

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

85/100

Supported Platforms

Universal

Tags

Our assessment of skillopt-sleep

skillopt-sleep scores 85/100 on our quality scale, 57th of 105 Customer Support skills we index.

Its SKILL.md is 5.0 KB long, split into 6 sections and no code examples: a solid amount of guidance for an agent.

With 17,426 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
11/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 20 days ago, so skillopt-sleep is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

skillopt-sleep compared with similar skills

All 4 of these similar skills score higher than skillopt-sleep; compare them before choosing.

SkillScoreStarsUpdatedFormat
skillopt-sleep (this skill)by microsoft8517.4k20d agoSKILL.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install skillopt-sleep?
Run npx skills add microsoft/SkillOpt --skill skillopt-sleep. The install tabs above show the steps for each supported agent.
Which AI agents does skillopt-sleep work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is skillopt-sleep safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is skillopt-sleep still maintained?
The repository was last updated 20 days ago, so skillopt-sleep is actively maintained.

name: skillopt-sleep description: Reference-only OpenClaw adaptation of SkillOpt-Sleep. Use it to study or port the contributed DeepSeek wrapper, not as a ready-to-run installation.

SkillOpt-Sleep OpenClaw reference adaptation

This directory is a contributed reference, not a supported, plug-and-play OpenClaw integration. It illustrates one way to connect the shared skillopt_sleep cycle to a custom DeepSeek Chat Completions backend and a set of environment-specific task fixtures.

Do not run or schedule the files unchanged. Several scripts and the sample configuration preserve assumptions from the contributor's original machine, and parts of the wrapper have not yet been ported to the current shared-engine interfaces. Start with the directory's README.md, which is the authoritative status and adaptation guide.

What is included

  • skillopt_sleep_openclaw.py — a contributed DeepSeek backend prototype. It also contains an Ollama embedding helper, but that helper is not wired into the current shared sleep cycle.
  • run_sleep.py — a custom cycle wrapper with environment-specific paths and a backend-registration shim.
  • slash_sleep.py — an experimental command helper written for an older staging-manifest shape.
  • run_sleep_cron.sh — a machine-specific category runner, not a portable cron installer.
  • config.json — a sample configuration, not a set of guaranteed or enforced runtime limits.
  • tests/*.json — example task fixtures from one environment, not a universal OpenClaw benchmark.

Known porting gaps

Before treating this as an integration, a maintainer must at least:

  1. Replace every absolute workspace, repository, state, skill, log, and task path with explicit user configuration.
  2. Update the custom backend factory to the current get_backend call contract, including the project directory, and update its backend methods and edit records to the current protocol.
  3. Replace the experimental adoption logic with the current staging manifest and skillopt_sleep.staging.adopt behavior. Current staging artifacts use proposed_SKILL.md / proposed_CLAUDE.md, manifest.json, and report files; they do not expose the old manifest.proposed_skill field.
  4. Decide how real OpenClaw transcripts are converted into a supported session format. Pointing claude_home at an arbitrary agent directory does not by itself make its files Claude Code-compatible JSONL.
  5. Build scheduling around the adapted wrapper. The shared scheduler launches the shared CLI; it does not automatically preserve this custom backend or its category task-file flow.
  6. Add isolated end-to-end tests for dry-run, accepted/rejected gates, staging, adoption and backup, credential failure, and scheduled execution.

Until those gaps are resolved, use the supported shared python -m skillopt_sleep CLI with --backend mock to test SkillOpt-Sleep itself, and treat this directory only as source material for a future OpenClaw port.

Shared-engine features are not wrapper features

At this revision the supported shared CLI backends are mock, claude, codex, copilot, handoff, and azure_openai; the plugin integration reference is the authoritative list. The shared engine can consolidate a selected skill and project CLAUDE.md memory (controlled by evolve_skill and evolve_memory), and its schedule / unschedule actions manage shared-engine cron entries. Those capabilities do not make the custom OpenClaw wrapper portable: the shared scheduler will not invoke the prototype backend or its category fixtures. Use the shared documentation for those features, not this reference SKILL.

Data and credential boundary

The prototype DeepSeek backend sends task, skill, memory, response, rubric, and reflection content to its configured Chat Completions endpoint. Its source also contains a helper that can send text to an Ollama service if a future port wires that helper into the cycle. Neither path should be assumed to remove every secret or private detail.

Before any port is tested with real data:

  • use isolated, synthetic or explicitly reviewed task files;
  • replace sample business names, personal references, URLs, and machine paths;
  • load credentials through the operator's secret-management mechanism;
  • verify TLS and retention policy for every remote endpoint; and
  • inspect all staged artifacts before adoption.

The bundled fixtures are examples only. Their scores and any old cost estimates do not establish effectiveness, safety, or a stable nightly price for another OpenClaw deployment.

Further information

Contributions that turn this reference into a portable integration should add tests and update all three documents together.

Related Skills

View on GitHub
GitHub Stars17.4k
CategoryCustomer
Updated20d ago
Forks1.6k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions