Skip to content
Recued
Menu
← Back to recipes

Anthropic model and batch operations digest

by recued-core v1

Scheduled read-only Anthropic operations digest. It lists Claude models, existing message batches, and beta file metadata through recued-core.anthropic, renders compact review tables, and can send an in-app notification when message batches are visible. It never creates or cancels batches, creates messages, uploads/downloads/deletes files, mutates managed agents or skills, uses admin APIs, or calls arbitrary Anthropic API routes.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
models_raw ?
batches_raw ?
files_raw ?
models default
Apply default
batches default
Apply default
files default
Apply default
model_count count
Count items in models
batch_count count
Count items in batches
file_count count
Count items in files
has_batches compare
Check if batch count is greater than 0
notify_enabled compare
Check if setting notify when batches equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
model_rows slice
Take a subset of
batch_rows slice
Take a subset of
file_rows slice
Take a subset of
model_table to_table
Format results as a data table
batch_table to_table
Format results as a data table
file_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
anthropic setting =
row limit setting = 20
start hour setting = 8
file scope id setting =
notify when batches setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Anthropic connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

anthropic anthropicclaudemodelsbatch-jobsfilesdigestnotificationpack:anthropic

Details

20 steps 8 configurable settings recipe_id: anthropic-model-batch-operations-digest