- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
singularity
by theblackhaired
REST API client for Singularity App -- task management, projects, habits, kanban boards, notes, time tracking (56 tools)
ai-daily-briefing
by AlvisDunlop
"Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-meeting-notes to-do list. No setup. Just say 'briefing'."
data-engineering-orchestration
by legout
"Pipeline orchestration and workflow management with Prefect, Dagster, and dbt. Covers scheduling, dependency management, retries, and integration patterns."
sysu-msg-sum
by CookedGhost
根据用户给出的通知主题,从多个中山大学学院的URL中分批抓取通知公告,总结并对比差异,最终生成EXCEL表格。
requirements-clarity
by VisualxIntelligence
Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.
task-start
by qingchunwuhui
任务启动助手 - 在开始工作任务/Bug修复/功能开发/内容创作前,自动生成实战任务执行文档。 解决"事后追悔"问题,让你在任务开始时就建立记录框架,边做边记,自动形成复盘。 Triggers: /task-start, /kickoff, /start
blitzreels-faceless
by blitzreels
Faceless AI video generation workflows with BlitzReels (voices, visual styles, jobs, exports).
background-tasks
by Nomik94
백그라운드 작업 패턴 레퍼런스. Use when: 백그라운드 작업, 비동기 작업, Celery, 이메일 발송, 무거운 작업, 큐, task queue, 작업 스케줄링, periodic task, BackgroundTasks, worker, 작업 재시도, retry, dead letter. NOT for: 단순 async/await (FastAPI 기본 비동기).
ie6-hacks
by adriancooney
Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds.
clack
by ahmadawais
Comprehensive guidance for building and debugging JavaScript and TypeScript CLIs with @clack/core and @clack/prompts, backed by bundled upstream source and examples. Use when implementing clack prompt flows, deciding between core primitives and styled prompts, adapting clack examples, or validating clack API usage.
agent-flight-recorder
by aivokone
Always-on flight recorder for agent runs. Recorder-only — does not change task execution, only records. Log append-only YAML entries only when the run deviates (retry, detour, workaround, blocker, missing context, quality rework). Buffer entries and flush at end/abort, before a blocking clarification, on major context switch, or after high severity. One run per file, no file if zero entries. Never mention logging mid-task. At end, output exactly one line only if entries exist. No analysis, no guidance, no recommendations.
harmony-hdc
by httprunner
HarmonyOS device control and UI automation via HDC with a TypeScript helper CLI. Use when tasks involve connecting to HarmonyOS devices/emulators, running hdc shell commands, inputting taps/text, launching abilities, or general device management.
openclaw-backup
by theagentservice
Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md). Uses tar + openssl (AES-256-CBC) encryption and soul-upload.com API. Auto-generates a new random password for each backup (DO NOT reuse passwords). Use when the user needs to: (1) Back up or upload agent workspace files, (2) Restore or download a previous backup, (3) Delete a backup from remote storage, or (4) Manage encrypted agent persistence.
add-dependency
by slurpyb
Add a new third-party dependency to the project following the version catalog and approval workflow.
send-email
by samunderwood
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
inline
by ddaanet
Sequence inline execution lifecycle: pre-work, execute, post-work. Triggers on /inline, "execute inline", "run task", or when /design and /runbook route Tier 1/2 execution-ready work. Wraps corrector dispatch, triage feedback, and deliverable-review chaining.
wavybaby
by aaarnv
Extends Claude Code's built-in skill dispatch with CoVe (Chain-of-Verification), dynamic skill discovery via skills.sh, and a toolkit knowledge base for MCP servers and configurations Claude doesn't natively know about. Use for any non-trivial task.
subagent-driven-development
by Jackiexiao
(中文)Use when executing implementation plans with independent tasks in the current session
impl-do
by arenahito
Workflow for executing implementation tasks. Use this skill when you need to: (1) Execute a prepared implementation plan (2) Implement tasks sequentially based on dependency resolution (3) For each task: implement → verify → self-review → external review This skill enforces: (a) dependency-based task execution, (b) per-task review cycle.
create-skill
by zaaack
当你要创建/新增一个 skill,或重写/更新某个 skill 的 SKILL.md(结构、约定、模板)时使用。
ad-hook-angle-discovery
by tonyflo79
Strategic derivation and creative generation of advertising hooks and angles for paid ad campaigns. Use after ad intelligence (A01) is complete and you need hook and angle candidates for ad creative. Generates 50+ hooks across 8+ hook types and 10+ angles using the 32-type hook taxonomy. Angles are strategic (the frame through which the audience sees the message); hooks are creative expressions of those angles. Volume is the game — more hooks mean more testable creative. Produces the HOOK-ANGLE-MATRIX.md with all candidates scored and categorized. Trigger when users mention ad hooks, advertising angles, hook generation, creative angles, or brainstorming ad openers. Requires A01 AD-INTELLIGENCE-HANDOFF.md.
batch-renamer
by atovk
批量重命名文件,支持模式匹配和编号
latex-pdf-compiler
by robdmc
Compiles LaTeX source code to PDF using pdflatex. Use this skill whenever the user asks to create and compile LaTeX documents, generate PDFs from LaTeX, or compile existing LaTeX code in artifacts.
script2animation
by canyangliunian
Use when the user asks to create a terminal animation or tutorial from a script file (.py/.sh/.R/.do), or needs to demonstrate script usage visually with typing effects and scene transitions.