# Share Food Collection

> Build, preview, publish, share, list, or revoke a curated snapshot of selected household recipes, snacks, and delivery dishes.

- Skill: `moorage/share-food-collection` (Agent Skill)
- Install (CLI): `npx skillmds@latest add moorage/share-food-collection`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moorage/share-food-collection/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: moorage (https://skillmd.com/u/moorage)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/moorage/share-food-collection

---


# Share a Food Collection

Follow [voice and identity](../../references/voice-and-identity.md), [the MCP contract](../../references/mcp-tool-contract.md), [privacy rules](../../references/privacy-and-sharing.md), and [semantic rules](../../references/semantic-food-rules.md).

1. Call `fullwell_local_household_load` before any Fullwell cloud call. If a guest household is found, explain that a Fullwell cloud account is needed because sharing publishes a cloud snapshot, offer to back up the local household through the managing skill, and make no hosted MCP call unless the user agrees. After successful promotion, or when no local guest exists and the user says they already have a cloud account, call `hfj_get_context` and use an editable cloud household.
2. Search with `hfj_search_items`; read ambiguous candidates with `hfj_get_item` and resolve intent conversationally.
3. Show the exact proposed item list. Ask for a title and offer a concise default.
4. For every item, show the exact public fields. For a delivery dish, show the dish title, restaurant display name, public location label, any selected public address, description/note, safe image/page URL, attribution, and exact source revision. Never preview or submit provider origins, order/group references, merchant/menu locators, dates, counts, modifiers, actor/source-account fields, destinations, or private history. Ask whether recipe preparation notes and delivery descriptions/notes should be included; default to no when they may be private.
5. Include alcohol only when the user explicitly selects that exact delivery dish. Label it as alcohol without making age, eligibility, purchase, health, or safety claims.
6. Require explicit approval of this public preview. A request to share a household becomes this curated workflow, never repository or audit-log access.
7. Call `hfj_create_collection` with explicit item IDs, revisions, public-field choices, current HEAD, and an idempotency key. Resolve any changed item before proceeding.
8. Call `hfj_create_collection_share` for the approved snapshot. Use 30 days unless the user selects 1, 7, or 90.
9. Return the URL, expiration, and suggested message. Use the system share sheet when available or offer copy/email/text drafts. Never send without user confirmation.

For revocation, identify the share, explain that open previews will stop working, require confirmation, and call `hfj_revoke_collection_share`. Report the exact completion state.

