Skip to content

Instantly share code, notes, and snippets.

View cristovamperes's full-sized avatar

Cristovam Peres cristovamperes

  • Compass.UOL
  • Florianopolis, Brazil
  • 00:18 (UTC -03:00)
View GitHub Profile
@digitalknk
digitalknk / openclaw-guide.md
Last active February 26, 2026 22:58
Running OpenClaw Without Burning Money, Quotas, or Your Sanity

🚨 This guide has moved 🚨

The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.

New location: https://github.com/digitalknk/openclaw-runbook

⚠️ The gist version will no longer be updated. The repo includes:

  • Streamlined narrative guide
  • Copy-paste example templates
  • VPS setup instructions
@EverythingSmartHome
EverythingSmartHome / All open windows and doors
Last active April 8, 2026 00:31
A collection of useful templates for Home Assistant dashboards
{{ states.binary_sensor
| selectattr('attributes.device_class', 'in', ['door','window'])
| selectattr('state', 'equalto', 'on')
| list | count }}