Loading...
Loading...
Found 1,390 Skills
Archive completed plans from plans/active/ to plans/completed/, supplement verification results and completion time. Suitable for calling after implementation is finished.
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
Create, schedule, and manage social media posts across Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky via the Post Bridge API. Covers media upload, post creation, scheduling, platform-specific configs, draft mode, analytics, and post result tracking.
Triggered by "monthly recap", "how did I do this month", "spending summary", "financial review", "weekly recap", "quarterly review", "year in review"
Resolve all TODO comments using parallel processing
Run Gemini CLI review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
Read and write system clipboard content. Use when you need to copy/paste programmatically or transfer text between applications.
OnTask integration. Manage data, records, and automate workflows. Use when the user wants to interact with OnTask data.
Create an OpenClaw cron job that sends a message to the specified channel after execution. Use this skill when the user mentions phrases like "create scheduled task", "new cron", "set scheduled execution", "run periodically", "scheduled task", "every", "every minute", "every hour", "every week", "every month", or "every X hours between A and B". Collect the task name, task description, and execution time (supports four modes: fixed time, interval loop, periodic time, and scheduled range) through conversation, automatically obtain the session key (no user cooperation required), then construct and execute the openclaw cron add command.
Automatically publish HTML articles to WeChat Official Account draft box (Crayfish Adaptation Version). Automatically guide users to configure IP whitelist for first-time use. Trigger when users say "Push to WeChat", "Publish to Official Account", or "Upload Draft".
A creation and conversion skill for organizing one or more images into PSD layered files. This skill should be used when users need image2psd, image to PSD conversion, combining multiple images into a PSD, splitting posters/design drafts into multiple layers, converting white backgrounds to transparent, splitting layers via color clustering, splitting Codex/AI generated images into element images and then synthesizing into PSD, or expecting to output layered PSDs, layered raster files editable in Photoshop/Photopea. When used in Codex, it is combined with the imagegen skill by default: first use Codex's visual/generation capabilities to understand, supplement or reconstruct elements, then use this skill's scripts to generate the PSD.
Pull data from a web page. First call on a new intent prototypes the flow via $B primitives and returns JSON. Subsequent calls on a matching intent route to a codified browser-skill and return in ~200ms. Read-only — for mutating flows (form fills, clicks, submissions), use /automate. Use when asked to "scrape", "get data from", "pull", "extract from", or "what's on" a page. (gstack)