πŸ—‘οΈ
AutomationTypeScript

Display & Safety

by daxaur

Display & Safety is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Display & Safety
Copy Display & Safety into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-display ~/.claude/skills/c-display

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-display/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-display
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 2226 skills

What Display & Safety does

Display & Safety controls screen brightness and moves files to the macOS Trash instead of deleting them permanently. Use it for display adjustments and safer file cleanup.

Display & Safety is cataloged under Automation on DirSkills. Display & Safety comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

Display & Safety

brightness

# Get current brightness (0.0 to 1.0)
brightness -l

# Set brightness to 80%
brightness 0.8

# Set brightness to minimum
brightness 0.0

# Set brightness to maximum
brightness 1.0

trash (macos-trash)

Safe alternative to rm β€” moves files to macOS Trash:

# Move file to trash
trash file.txt

# Move multiple files
trash file1.txt file2.txt dir/

# Move with confirmation prompt
trash --interactive file.txt

Guidelines

  • Use trash instead of rm when the user might want to recover files
  • Use rm only for temporary/generated files where recovery isn't needed
  • Brightness value is 0.0 (off) to 1.0 (max)
  • brightness -l lists all displays when multiple monitors connected

Frequently asked about Display & Safety

  • What else does daxaur publish alongside Display & Safety?

    Display & Safety is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Display & Safety does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Display & Safety compare to other Automation skills?

    Display & Safety ranks #2010 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Display & Safety against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Display & Safety is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills β†’