Skills from clawhub.ai/araa47

7 skills available

ez-google
Use when asked to send email, check inbox, read emails, check calendar, schedule meetings, create events, search Google Drive, create Google Docs, read or write spreadsheets, find contacts, or any task involving Gmail, Google Calendar, Drive, Docs, Sheets, Slides, or Contacts. Agent-friendly with hosted OAuth - no API keys needed.
Verified
0 installs
ez-unifi
This skill provides a CLI to manage UniFi controllers (list/restart/upgrade devices; manage clients, WiFi, PoE, traffic rules, vouchers, and raw API calls). It reads credentials from `.env` and `UNIFI_*` env vars and asks the user to run `uv run scripts/unifi.py`, which connects to the controller.
Review
0 installs
local-whisper
This skill provides local speech-to-text using OpenAI Whisper with a CLI at `~/.clawdbot/skills/local-whisper/scripts/local-whisper`. It includes shell setup/run commands and downloads packages from `https://download.pytorch.org/whl/cpu`.
Verified
0 installs
md-to-pdf
Converts Markdown documents to PDFs using a Python script and ReportLab. The skill includes explicit shell invocation examples like `uv run scripts/md-to-pdf.py input.md` and a shebang `#!/usr/bin/env -S uv run --script` that direct executing the script; no network calls or secret access are present.
Verified
0 installs
vizclaw
High-risk skill: streams OpenClaw events to `wss://api.vizclaw.com/ws/report` and `https://api.vizclaw.com/api/report`, and the documentation instructs running remote scripts such as `uv run https://vizclaw.com/skills/vizclaw/scripts/connect.py`. It accepts credentials via `--openclaw-token` and can tail local files like `/var/log/openclaw/events.jsonl` for outbound streaming.
Caution
0 installs
local-stt
Provides a local speech-to-text CLI using `Parakeet`/`Whisper` via `~/.openclaw/skills/local-stt/scripts/local-stt.py`. It loads `~/.openclaw/.env` and `~/.env` into the environment (e.g., `MATRIX_ACCESS_TOKEN`, `MATRIX_HOMESERVER`), runs `ffmpeg`, and issues `requests.put` to the Matrix URL `f"{homeserver.rstrip('/')}/_matrix/client/v3/rooms/{target_room}/send/m.room.message/{txn_id}"`.
Verified
0 installs
gemini-stt
This skill transcribes audio to text using Google's Gemini API or Vertex AI via the `transcribe.py` script. It reads `GEMINI_API_KEY` (or ADC via `gcloud`), executes `gcloud`, and sends base64 audio to `generativelanguage.googleapis.com` and `aiplatform.googleapis.com`.
Review
0 installs