Create a Hugging Face collection
Approval-gated Hugging Face workflow for creating one collection. It searches existing collections first, then calls recued-core.huggingface.collection.create with an explicit title, namespace, optional description, optional initial item, and privacy flag. It does not patch or delete collections, mutate collection items after creation, create repositories, download files, mutate settings, or call arbitrary Hugging Face routes.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
normalized_title
trim
Trim whitespace from setting title
normalized_namespace
trim
Trim whitespace from setting namespace
normalized_description
trim
Trim whitespace from setting description
normalized_reason
trim
Trim whitespace from setting reason
existing_collections_raw
?
create_collection
?
existing_collections
default
Apply default
existing_count
count
Count items in existing collections
collection_rows
slice
Take a subset of
collection_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
title
setting
=
reason
setting
=
private
setting
=
true
namespace
setting
=
description
setting
=
huggingface
setting
=
initial item
setting
=
[object Object]
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.