
plgonzalezrx8 skills on Remote OpenClaw
5 skills published by plgonzalezrx8. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
agent-builder
Guides you through designing an OpenClaw agent from scratch or refining an existing one. Runs a structured interview, then generates the full set of workspace files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md, and optionally MEMORY.md). Also covers guardrails, autonomy model, and acceptance tests.
apple-remind-me
Manages Apple Reminders from natural language input on macOS. Creates, lists, edits, completes, and deletes reminders using shell scripts backed by remindctl. Changes sync immediately to iCloud and all connected Apple devices.
workflow-engine
A skeleton skill that provides structural parity with queue-driven workflow orchestration. It emulates lifecycle behavior (session orient, write-time validation, session capture) in-skill without real hook execution. Manages phase sequencing and persisted queue state across sessions.
openrouter-analytics
Pulls usage and billing data from OpenRouter via its API. Covers account-level credit tracking, per-key consumption reporting, and request-level debugging by generation ID. Two API key types control access: a Management key for aggregate data, a standard API key for individual request logs.
excalidraw-creator
Generates hand-drawn style diagrams, flowcharts, and architecture visuals by writing Excalidraw JSON and rendering it to PNG via a local Node script. Supports rectangles, ellipses, diamonds, arrows, and text with configurable colors and roughness levels.