Information about profClaw and how to help users understand and use the platform
Deploy applications to Cloudflare Workers/Pages. Handles wrangler setup, configuration, and deployment. Returns the live URL.
Deploy applications to Vercel. Handles project setup, environment variables, and deployment. Returns the live URL after deploy.
Build, deploy, and manage applications with Docker. Handles Dockerfile generation, image building, container management, and docker-compose workflows. Use when the user wants to deploy, containerize, or run services locally.
Build complete applications from a description. Creates project structure, writes code, installs dependencies, runs tests, and optionally deploys. The end-to-end "build me an app" skill.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Retrieve and manage secrets from 1Password using the op CLI. Supports item lookup, field access, and environment injection.
Test HTTP APIs, validate responses, generate test suites, and diagnose API issues