
Claude Skills by Demerzels-lab
github.com/Demerzels-labCheck domain availability via Vercel and buy/manage domains via Vercel CLI.
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links.
Conduct open-ended research on a topic, building a living markdown document. The conversation is ephemeral; the document is what matters.
System resource monitoring that detects wasteful or suspicious processes.
Telegram Bot API operations for forum management. Use for creating/editing/archiving forum topics, setting topic icons, managing Telegram groups via Bot API. Use when archiving channels/topics. Requires bot token from OpenClaw config.
AI-powered natural language task management through MyTaskline.com.
Track agent session costs, file changes, and git commits with codesession-cli.
AWS ECS production health monitoring with CloudWatch log analysis — monitors ECS service health, ALB targets, SSL certificates, and provides deep CloudWatch log analysis for error categorization, restart detection, and production alerts.
Creative exploration during quiet hours. Turns idle heartbeat time into freeform thinking — hypotheticals, future scenarios, reflections, unexpected connections. Use when you want your agent to do something meaningful during low-activity periods instead of just returning HEARTBEAT_OK. Outputs written to files for human review later (like remembering dreams in the morning).
IMAP email scanning and triage with AI classification via a local Ollama LLM. Scans unread emails, categorizes them as urgent, needs-response, informational, or spam, and surfaces important messages for agent consumption. Works standalone with heuristic fallback — Ollama optional but recommended.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues, error handling gaps, test coverage, or code style problems. Supports Go, Python, and JavaScript/TypeScript. Requires `gh` CLI authenticated with repo access.
Austin CapMetro transit — real-time vehicle positions, next arrivals, service alerts, route info, and trip planning for buses and rail.
Chicago Metra commuter rail — real-time train arrivals, vehicle tracking, service alerts, and schedule info.
NYC MTA transit — real-time subway arrivals, bus predictions, service alerts, and route info for the New York City.
London TfL transit — real-time Tube arrivals, bus predictions, line status, service disruptions, journey planning.
Send X/Twitter posts to Kindle for distraction-free reading. Use when user shares an X/Twitter link and wants to read it on Kindle, or asks to send a tweet/thread to their Kindle device.
Send X/Twitter posts to Kindle for distraction-free reading.
Use this skill to scrape, summarize, and analyze AgResource grain marketing newsletters.
Query equipment status, maintenance schedules, and service history for the farm fleet.
Query grain marketing positions, contracts, delivery schedules, inventory, and revenue data.
Query and create field observations and AI-processed captures.
Query and manage farm work orders and tasks.
Query weather data and forecasts for farm fields via the Agronomy module.
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini)
Extract or build a distinct brand voice profile that AI agents can use to produce on-brand content every time.
Turn client wins into formatted case studies for proposals, social proof, and sales conversations.
Build personalized cold outreach sequences for LinkedIn and email.
Generate content ideas rooted in positioning.
Remove AI-generated jargon and restore human voice to text.
Give me a goal.
Quick conversion audit for any homepage or landing page.
Build a LinkedIn content system for thought leadership.
Audit and rewrite your LinkedIn profile to attract the right people.
Apply timeless marketing and business principles to any problem.
Industry-adaptive B2B newsletter creation with stage, role, and geography-aware workflows.
Securely fetch credentials from LastPass vault via lpass CLI.
Create, debug, and manage CI/CD pipelines with GitHub Actions. Use when the user needs to set up automated testing, deployment, releases, or workflows. Covers workflow syntax, common patterns, secrets management, caching, matrix builds, and troubleshooting.
Debug running Docker containers and Compose services. Use when inspecting container logs, exec-ing into running containers, diagnosing networking issues, checking resource usage, debugging multi-stage builds, troubleshooting health checks, or fixing Compose service dependencies.
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run.
Validate data with schemas across languages and formats. Use when defining JSON Schema, using Zod (TypeScript) or Pydantic (Python), validating API request/response shapes, checking CSV/JSON data integrity, or setting up data contracts between services.
Debug DNS resolution and network connectivity. Use when troubleshooting DNS failures, testing port connectivity, diagnosing firewall rules, inspecting HTTP requests with curl verbose mode, configuring /etc/hosts, or debugging proxy and certificate issues.
Create and manage Docker sandboxed VM environments for safe agent execution. Use when running untrusted code, exploring packages, or isolating agent workloads. Supports Claude, Codex, Copilot, Gemini, and Kiro agents with network proxy controls.
Recover from developer disasters. Use when someone force-pushed to main, leaked credentials in git, ran out of disk space, killed the wrong process, corrupted a database, broke a deploy, locked themselves out of SSH, lost commits after a bad rebase, or hit any other "oh no" moment that needs immediate, calm, step-by-step recovery.
Encode, decode, and convert between data formats. Use when working with Base64, URL encoding, hex, Unicode, JWT tokens, hashing, checksums, or converting between serialization formats like JSON, MessagePack, and protobuf wire format.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Define and manage cloud infrastructure with code. Use when writing Terraform, CloudFormation, or Pulumi configs, managing state, planning deployments, setting up networking/compute/storage resources, or debugging infrastructure drift.
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.
Write Makefiles for any project type. Use when setting up build automation, defining multi-target builds, managing dependencies between tasks, creating project task runners, or using Make for non-C projects (Go, Python, Docker, Node.js). Also covers Just and Task as modern alternatives.
Profile and optimize application performance. Use when diagnosing slow code, measuring CPU/memory usage, generating flame graphs, benchmarking functions, load testing APIs, finding memory leaks, or optimizing database queries.
Practical regex patterns across languages and use cases. Use when validating input (email, URL, IP), parsing log lines, extracting data from text, refactoring code with search-and-replace, or debugging why a regex doesn't match.