moodykong logo

moodykong skills on Claude Market

6 skills published by moodykong. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.

queue-task

Manages durable, resumable batch job queues using append-only JSONL state files. Tracks progress, failures, and locks to prevent concurrent runs across sessions. Works within task-father task folder conventions.

Coding Agents & IDEs596 installs

onedrive-integration

Copies local files into a OneDrive folder so they can be accessed or shared via Telegram or WhatsApp. Files are renamed to include their source path, avoiding collisions. Configuration is stored in a per-machine config.env file alongside the skill.

Coding Agents & IDEs361 installs

secure-autofill

Provides credential filling for browser login flows using 1Password as the secret store. The agent handles navigation and DOM element identification; the plugin injects credentials directly so the agent never sees them. Supports username, password, email, and TOTP fields with retry logic for failed attempts.

DevOps & Cloud360 installs

ssh-op

ssh-op is a wrapper script that loads an SSH private key from 1Password into an in-memory ssh-agent before running ssh. No private key is written to disk. Configuration is portable via a skill-local config.env file.

DevOps & Cloud353 installs

skill-father

A meta-skill that defines the authoritative standard for creating and updating OpenClaw skills. It enforces portable, reproducible skill structure with prerequisite checks, guided onboarding, and machine-specific config stored in skill-local files rather than baked into SKILL.md.

Coding Agents & IDEs303 installs

secure-shopper

Browses one or more shopping sites for a described item, collects candidates with price and review data, and handles checkout using secure-autofill for credential filling. Browsing runs in a sub-agent so the main chat stays unblocked. Results are saved to a local JSON artifact and the user must accept or deny candidates before any checkout proceeds.

Web & Frontend Development292 installs