Prompt Cards

File Watcher & Task Runner
Implement a cross-platform file watcher that runs a command on change with debounce and include/exclude globs. Flags: --cmd, --debounce 300ms, --include, --exclude, --ext.
Tags: cli, watcher, automation, build, devtools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Audio Device Switcher
Build a CLI to list/set default input/output devices and volumes. Use CoreAudio/pulseaudio/wasapi. Flags: --list, --set 'Device Name', --mute, --vol 30. Print per-OS permissions.
Tags: cli, audio, devices, volume, productivity, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Battery & Power Logger
Create a CLI that logs battery %, wear level, charge cycles, and power source. Use upower/pmset/PowerShell WMI. Flags: --watch, --csv, --notify thresholds.
Tags: cli, power, battery, laptops, telemetry, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
GPU Utilization & VRAM Monitor
Implement a CLI that reports NVIDIA/AMD/Apple GPU usage using nvidia-smi/rocm-smi/Metal APIs. Flags: --watch, --processes, --export csv. Include CPU-only fallback message.
Tags: cli, gpu, monitoring, nvidia, amd, apple, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
System Info & Hardware Report
Write a CLI that prints OS, kernel, CPU, RAM, disks, GPU, virtualization, and hotfixes. Exports Markdown/JSON. Use uname/sysctl/wmic/Get-ComputerInfo. Flags: --md, --json, --short.
Tags: cli, system, hardware, reporting, inventory, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Firewall Rule Linter (Read-Only)
Create a read-only CLI to list firewall rules (ufw/pf/Windows Defender Firewall), detect risky rules (any/any), and suggest fixes. Flags: --list, --risk, --export csv.
Tags: cli, security, firewall, audit, ufw, windows, macos, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Temp & Cache Cleaner (Safe)
Build a CLI to clean temp folders, browser caches, and build artifacts with a whitelist and dry-run report. Flags: --scope dev|browsers|system, --days-old, --dry-run, --clean.
Tags: cli, cleanup, cache, temp, maintenance, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Network Share Mount Helper
Implement a helper to mount/unmount SMB/NFS shares across OSes. Flags: --mount //host/share --user, --umount, --save-cred, --auto. Print caveats for Keychain/CredMan.
Tags: cli, network, files, shares, smb, nfs, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Robust Downloader (Retry+Checksum)
Create a downloader CLI using curl/Invoke-WebRequest/aria2 with retries, resume, checksum verify, and mirror list. Flags: --url, --out, --sha256, --retries, --speed-limit.
Tags: cli, download, network, checksum, reliability, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Simple HTTP Server + Directory Share
Write a CLI to serve a folder with basic auth, range requests, and QR code for the URL. Uses Python/PowerShell/.NET depending on OS. Flags: --port, --read-only, --browse.
Tags: cli, http, fileserver, sharing, devtools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Markdown→PDF/Slides (Pandoc Pipeline)
Build a CLI that converts markdown to PDF/Reveal.js slides using pandoc. Supports theme selection, code highlighting, and toc. Flags: --pdf, --slides, --template, --watch.
Tags: cli, markdown, pandoc, pdf, slides, docs, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:
Currency & VAT Calculator (Cache)
Provide a CLI that fetches FX rates (curl to public API) with on-disk caching and offline fallback. Flags: --from JPY --to USD --amount 12000, --vat 10. Print breakdown neatly.
Tags: cli, currency, finance, fx, cache, offline, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Curio AI Brain

Available in Chrome Web Store!