steipete logo

steipete skills on Remote OpenClaw

17 skills published by steipete. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.

gog

Command-line interface for Google Workspace services. Covers Gmail, Calendar, Drive, Contacts, Sheets, and Docs through a single tool. Requires one-time OAuth setup with a Google Cloud client credentials file.

Calendar & Scheduling117.1K installs

blogwatcher

blogwatcher is a CLI tool for tracking blog and RSS/Atom feed updates. You add feeds by URL, scan for new content, and manage read/unread state from the terminal.

Notes & PKM25.5K installs

markdown-converter

Converts PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images, audio, ZIP archives, YouTube URLs, and EPubs to Markdown. Runs via `uvx markitdown` with no prior installation needed. Output preserves document structure including headings, tables, and lists.

PDF & Documents23.5K installs

apple-notes

Manages Apple Notes from the terminal using the `memo` CLI. Supports creating, viewing, editing, deleting, searching, moving, and exporting notes to HTML or Markdown. macOS only.

Notes & PKM20.8K installs

apple-reminders

Manages Apple Reminders from the terminal using the remindctl CLI. Supports creating, editing, completing, and deleting reminders, with list filtering, date-based views, and JSON or plain text output. macOS only.

Calendar & Scheduling17.8K installs

1password

Handles installing and configuring the 1Password CLI (op) and integrating it with the 1Password desktop app. Covers single and multi-account sign-in flows, reading vault items, and injecting secrets into processes without writing them to disk.

Security & Passwords16.1K installs

camsnap

camsnap is a CLI tool for capturing snapshots, short clips, and motion events from RTSP/ONVIF cameras. Cameras are configured in a YAML file and accessed by name in commands.

CLI Utilities10.2K installs

bear-notes

Interacts with Bear notes on macOS through the grizzly CLI. Supports creating, reading, searching, and appending to notes using Bear's x-callback-url system. Bear must be running for any command to work.

Notes & PKM7.4K installs

eightctl

eightctl is a command-line tool for controlling Eight Sleep smart mattress pods. It handles temperature adjustments, alarm management, sleep schedules, audio playback, and base angle control. Authentication uses your Eight Sleep account credentials stored in a config file or environment variables.

Smart Home & IoT6.4K installs

blucli

blu is a command-line tool for controlling Bluesound and NAD network audio players. It covers device discovery, playback control, volume adjustment, and multi-room grouping from the terminal or scripts.

Media & Streaming6.4K installs

food-order

Reorders previous Foodora deliveries and tracks active order status using the ordercli command-line tool. Always previews an order before placing it, requiring explicit user confirmation. Supports multiple delivery addresses and live ETA watching.

Shopping & E-commerce2.9K installs

swiftui-liquid-glass

Covers implementing, reviewing, and improving SwiftUI features that use the iOS 26+ Liquid Glass API. Handles native APIs including `glassEffect`, `GlassEffectContainer`, and glass button styles. Includes availability gating with non-glass fallbacks for earlier iOS versions.

iOS & macOS Development2.7K installs

swift-concurrency-expert

Reviews and fixes Swift Concurrency issues in Swift 6.2+ codebases. Applies actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes. Targets data-race safety compliance based on compiler diagnostics and actor context.

iOS & macOS Development2.5K installs

swiftui-performance-audit

Audits SwiftUI view performance through code review and guided Instruments profiling. Covers view invalidation storms, unstable list identities, heavy body computations, layout thrash, and image decoding issues. Produces a prioritized issue list with concrete code fixes and before/after metrics when traces are available.

iOS & macOS Development2.5K installs

create-cli

Designs CLI surface area before or during implementation: command trees, flags, subcommands, help text, output formats, exit codes, and config precedence. Applies the clig.dev rubric to produce a complete, implementable spec rather than ad-hoc interface decisions.

CLI Utilities2.4K installs

swiftui-view-refactor

Applies consistent structure and dependency patterns to SwiftUI view files. Enforces a standard member ordering, promotes Model-View patterns over view models, and standardizes how @Observable state is initialized and passed through views.

iOS & macOS Development2.3K installs

instruments-profiling

Covers performance profiling for native macOS and iOS apps using xctrace CLI and the Instruments UI. Addresses correct binary selection, CLI arguments, stack exports, and common gotchas like LaunchServices resolving the wrong app bundle.

iOS & macOS Development1.9K installs