Skills from clawhub.ai/dbhurley

26 skills available

process-watch
Monitor system processes - CPU, memory, disk I/O, network, open files, ports. Find resource hogs, kill runaway processes, track what's consuming your machine.
Verified
0 installs
meshguard
MeshGuard manages AI-agent governance (agents, policies, audit logs) and provides CLI/setup scripts. The skill reads/writes `~/.meshguard/config`, stores `MESHGUARD_API_KEY` and `MESHGUARD_ADMIN_TOKEN`, and makes `curl` calls to `https://dashboard.meshguard.app`.
Review
0 installs
digital-ocean
Manage Digital Ocean droplets, domains, and infrastructure via DO API.
Verified
0 installs
crypto-tracker
Track crypto prices, set alerts, and search coins via CoinGecko API.
Verified
0 installs
content-advisory
Provides Kids‑In‑Mind style content ratings by scraping `https://kids-in-mind.com` and caching results to `~/.clawdbot/content-advisory/cache.json`. The skill issues network requests to `https://kids-in-mind.com` and includes example `uv run {baseDir}/scripts/content_advisory.py ...` commands to run the script.
Verified
0 installs
daily-recap
Generate a daily recap image with your agent holding a posterboard of accomplishments. Cron-driven, weather-aware, customizable to any agent identity.
Verified
0 installs
bible
Fetches Bible.com’s Verse of the Day and optionally downloads the pre-rendered image. Makes network requests to `https://www.bible.com/verse-of-the-day` and an example image URL `https://imageproxy.youversionapi.com/1280x1280/...`, and includes runnable commands like `python3 ~/clawd/skills/bible/votd.py` and `--download /tmp/votd.jpg`.
Verified
0 installs
blockchain-attestation
Creates onchain/offchain work attestations via EAS with a CLI (`attest.mjs`) and helpers to register schemas, sign attestations, verify, timestamp, and revoke. The skill requires `EAS_PRIVATE_KEY` and `EAS_RPC_URL`, runs shell commands like `node attest.mjs`, and reads/writes `schemas.json` and attestation files (`./attestations/latest.offchain.json`) while calling `https://base.easscan.org`.
Review
0 installs
grocery-list
This skill provides a local CLI grocery list and meal planner that stores data at `~/.clawdbot/grocery-list/data.json` and respects the `GROCERY_DATA_DIR` env var. It includes shell examples to run the CLI (`uv run {baseDir}/scripts/grocery.py ...`).
Verified
0 installs
plex
This skill controls Plex Media Server via the Plex API and provides `curl` examples to call `PLEX_SERVER` endpoints using a `PLEX_TOKEN`. It requires the `PLEX_TOKEN` and `PLEX_SERVER` environment variables and instructs network requests to `PLEX_SERVER`.
Verified
0 installs
vikunja
This skill provides a CLI to manage Vikunja projects and tasks. It reads `VIKUNJA_URL`, `VIKUNJA_USER`, `VIKUNJA_PASSWORD`, runs `uv run {baseDir}/scripts/vikunja.py` commands, and makes network calls to `f"{self.base_url}/api/v1/..."`.
Verified
0 installs
cloudflare
This skill provides a CLI to manage Cloudflare DNS, cache, and Workers. It requires and reads `CLOUDFLARE_API_TOKEN`, runs `scripts/cloudflare.py` via shell commands (e.g., `uv run {baseDir}/scripts/cloudflare.py verify`), and communicates with `https://api.cloudflare.com/client/v4`.
Review
0 installs
excel
This skill is a command-line tool for reading, writing, editing, formatting, and exporting Excel files via `scripts/excel.py`. It includes explicit shell commands such as `python3 scripts/excel.py info report.xlsx` and `pip install openpyxl`, instructing the user/agent to run the script; no network endpoints, credential access, or obfuscated payloads were found.
Verified
0 installs
hn
Browse Hacker News - top stories, new, best, ask, show, jobs, and story details with comments.
Verified
0 installs
flights
The skill is a CLI to track flight status and search routes using FlightAware and AviationStack. It performs network calls to `https://www.flightaware.com` and `http://api.aviationstack.com`, reads `AVIATIONSTACK_API_KEY`, and includes example shell commands like `uv run python scripts/flights.py`.
Verified
0 installs
github-pr
Provides a CLI to fetch, preview, merge, and locally test GitHub PRs. Executes local commands via `subprocess.run` (`git`, `gh`, and package managers like `npm`/`pnpm`/`yarn`/`bun`) and requires `gh auth login`, enabling network access and use of stored credentials.
Review
0 installs
homeassistant
This skill controls Home Assistant devices via the Home Assistant HTTP API using `curl`. It instructs running `curl` commands that send `HA_TOKEN` to `$HA_URL` and requires `HA_TOKEN` and `HA_URL` environment variables; these behaviors are purpose-aligned and low risk.
Verified
0 installs
mbta
This skill provides real-time MBTA transit data and a local dashboard using the MBTA v3 API. It reads the `MBTA_API_KEY` env var, makes network calls to `https://api-v3.mbta.com`, reads `config.yaml`, and includes shell commands like `python scripts/mbta.py ...`.
Verified
0 installs
media-backup
This skill copies Clawdbot inbound media from `~/.clawdbot/media/inbound` into a local sync folder. It instructs running `uv run skills/media-backup/scripts/backup.py` and uses the `MEDIA_BACKUP_DEST` environment variable.
Verified
0 installs
otter
Provides a CLI to interact with Otter.ai to list, search, download, upload, summarize, and sync transcripts to Twenty CRM. Requires `OTTER_EMAIL`/`OTTER_PASSWORD`, runs local commands like `uv run {baseDir}/scripts/otter.py`, and makes network calls to `https://otter.ai/forward/api/v1/` and S3.
Review
0 installs
tmdb
Search movies/TV, get cast, ratings, streaming info, and personalized recommendations via TMDb API.
Verified
0 installs
pi-orchestration
Dangerous skill: executes shell commands via `subprocess.run`/`os.system` and spawns `tmux` sessions to run arbitrary `pi` CLI tasks. It also requires API keys (`GLM_API_KEY`, `MINIMAX_API_KEY`, `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`) and references `https://open.bigmodel.cn` and `https://api.minimax.chat`.
Caution
0 installs
xkcd
Fetch xkcd comics - latest, random, by number, or search by keyword. Display comics with title, image, and alt text (the hidden joke). Generate custom xkcd-style stick figure comics using image generation. Perfect for daily comic delivery via cron, on-demand requests, or creating original xkcd-inspired content.
Verified
0 installs
pptx-creator
This skill creates PowerPoint presentations from outlines, JSON, or templates. It includes explicit shell execution (e.g., `uv run ...`, `subprocess.run`), reads `TWENTY_API_URL`/`TWENTY_API_TOKEN` environment variables, and may invoke external image-generation skills.
Review
0 installs
purelymail
This skill configures PurelyMail for Clawdbot agents and provides CLI commands to generate `clawdbot.json` snippets, test IMAP/SMTP, and send/read messages. It requests and stores credentials in `AGENT_EMAIL_PASSWORD`, writes config to `~/.clawdbot/clawdbot.json`, and connects to `imap.purelymail.com`/`smtp.purelymail.com`.
Review
0 installs
savestate
Dangerous skill: downloads and executes a remote installer via `curl -fsSL https://savestate.dev/install.sh | sh` and performs cloud operations to `https://savestate.dev`. It provides encrypted snapshots of agent state, backing up identity files like `SOUL.md` into `.savestate/` and references `SAVESTATE_API_KEY`.
Caution
0 installs