
psyduckler skills on Remote OpenClaw
12 skills published by psyduckler. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
aeo-analytics-free
Tracks whether AI assistants mention and cite a brand in response to target prompts. Runs visibility scans using Gemini API with grounding, records results over time, and generates reports showing mention rates, citation rates, trends, and competitor share of voice.
aeo-content-free
Creates or refreshes web content optimized for AI citation using only free tools. Two modes: write new content targeting a specific AI prompt, or audit and update an existing page to close citation gaps. Researches what AI models currently cite, builds a competitive brief, drafts structured content, and self-evaluates against a six-point checklist.
email-finder
Finds email addresses for a domain by combining website scraping, search dorking, name-based pattern guessing, DNS record analysis, and SMTP verification. Optionally targets a specific person to generate and verify common address patterns like first.last@ or flast@.
aeo-prompt-question-finder
Queries Google Autocomplete with question modifiers (what, how, why, should, etc.) to return real search suggestions for any seed topic. Optional DataForSEO integration adds average monthly search volume to results.
aeo-prompt-research-free
Identifies which prompts people ask AI assistants about a brand's industry, audits whether existing site content covers those prompts, and delivers a prioritized content gap report. Works by crawling the target site and using LLM reasoning to generate and score AEO prompts across seven categories. No paid APIs or account signups required.
instagram-photo-text-overlay
A Python script that composites text onto photos and outputs Instagram-optimized portrait images. Supports three layout styles: a cover slide with a title only, a numbered list with item names and reasons, and a quote format with an accent bar. Output is auto-cropped to 4:5 ratio with a gradient overlay for text readability on any background photo.
aeo-prompt-frequency-analyzer
Runs a prompt against Gemini with Google Search grounding N times and collects the search queries Gemini generates across all runs. Reports frequency distribution, raw counts, and top web sources per unique query.
instagram-photo-find
Searches for Instagram photos of a destination using Brave web search, downloads candidate images, and scores each one with a vision model for scenic quality and how well it represents the place. Returns the top-ranked photos with source URLs and local file paths.
email-verifier
Verifies email address deliverability by connecting to the recipient's mail server and running an SMTP check without sending any mail. Resolves MX records, performs a RCPT TO handshake, and detects catch-all domains. Accepts single addresses, multiple addresses, or CSV files.
itinerary-carousel-post
Takes a tabiji.ai itinerary URL, sources and vision-scores Instagram photos for the destination and each attraction, applies text overlays, and publishes a 6-slide carousel via the Instagram Graph API. Uses a 3-agent pipeline: photo finding, overlay rendering, and publishing with cleanup.
lead-scorer-free
Scores a domain 0-100 by analyzing its DNS records, sitemap, website content, and social presence. Scoring is driven by JSON profiles that define which signals matter and their weights. Supports single domains, multiple domains, and CSV batch input.
itinerary-carousel-post-topaz
End-to-end pipeline that turns a tabiji.ai travel itinerary into a published Instagram carousel. Finds Instagram photos for each attraction, runs them through Topaz Labs AI upscaling, applies text overlays, then publishes via the Instagram Graph API. Extends the base itinerary-carousel-post skill by inserting a Topaz enhancement step before overlays.