tag

batch

10 indexed skills · max 10 per page

skills (10)

douyin-batch-download

cat-xierluo/legal-skills · Productivity

2

本技能基于 F2 框架实现抖音视频批量下载,提供高效、稳定的批量下载能力。

symfony:doctrine-batch-processing

makfly/superpowers-symfony · Documents

0

symfony:doctrine-batch-processing

batch-processing-jobs

aj-geddes/useful-ai-prompts · Productivity

0

Implement scalable batch processing systems for handling large-scale data processing, scheduled tasks, and async operations efficiently.

batch-processor

claude-office-skills/skills · Productivity

0

This skill enables efficient bulk processing of documents - convert, transform, extract, or analyze hundreds of files with parallel execution and progress tracking.

batch-convert

claude-office-skills/skills · Productivity

0

This skill enables batch conversion of documents between multiple formats using a unified pipeline. Convert hundreds of files at once with consistent settings, automatic format detection, and parallel processing for maximum efficiency.

nansen-wallet-batch

nansen-ai/nansen-cli · Productivity

0

nansen-wallet-batch

recipe-batch-reply-to-emails

googleworkspace/cli · AI/ML

0

Batch find Gmail messages matching a query and send standardized replies to each. \n \n Requires the gws-gmail skill to execute; operates on Gmail messages via the Google Workspace API \n Typical workflow: search for messages by query (unread, from specific senders, with labels), retrieve message details, send templated replies, and mark messages as read \n Useful for handling repetitive support requests, acknowledgments, or bulk responses to similar inquiries \n

recipe-batch-rename-files

googleworkspace/cli · Productivity

0

Batch rename multiple Google Drive files matching a search pattern to enforce consistent naming conventions. \n \n Requires the gws-drive skill and gws binary to execute \n Workflow: search for files by name pattern, update each file's name individually, and verify the changes \n Supports flexible filtering via Google Drive query syntax (e.g., name contains 'Report' ) \n Renames are applied one file at a time; suitable for small to moderate batch operations \n

marimo-batch

marimo-team/skills · Productivity

0

Prepare marimo notebooks for scheduled batch execution with CLI parameters and optional experiment tracking. \n \n Converts UI-based parameters into Pydantic models that support both interactive forms and command-line argument parsing \n Enables dual-mode execution: iterate with the UI, then run batch jobs via CLI with arguments like --sample-size 4096 --learning-rate 0.005 \n Optionally integrates Weights and Biases for experiment logging and parameter tracking \n Includes EnvConfig for managin

recipe-batch-invite-to-event

googleworkspace/cli · Productivity

0

Batch-add attendees to Google Calendar events with automatic notifications. \n \n Requires the gws-calendar skill and gws binary to execute \n Workflow includes three steps: retrieve the event, patch attendees with sendUpdates: \"all\" to notify participants, and verify the update \n Supports adding multiple attendees in a single operation by passing an array of email addresses \n