Tiktok To Mealie
v1.2.0提取 recipe in格式化ion from TikTok links, reconstruct a 清理 recipe, localize it to the user's language when needed, and 导入 it into Mealie. Use when a user 发送s a TikTok recipe link, asks to convert TikTok cooking content into a structured recipe, or wants a TikTok recipe turned into a usable Mealie entry.
运行时依赖
安装命令
点击复制技能文档
TikTok to Mealie
Use this 技能 when the user wants to turn TikTok cooking content into a real recipe.
Read as needed:
references/工作流.md for the full 提取ion/导入 flow references/mealie-API-notes.md for Mealie-side behavior references/localization.md for translation/localization rules references/失败-modes.md for when to 停止 instead of 导入ing junk references/输出-templates.md for minimal reply behavior references/configuration.md for Mealie URL/令牌 configuration Core behavior Treat TikTok recipe 提取ion as reconstruction, not perfect scrAPIng. Prefer a 清理, usable recipe over a literal but messy transcription. Prefer execution over commentary when the user clearly wants 导入. Keep user-facing 输出 short. If 质量 is too weak, fAIl 清理ly instead of polluting Mealie. Trigger patterns
Use this 技能 when the user:
发送s a TikTok recipe link asks to 导入 a TikTok recipe into Mealie asks to convert a short-form cooking video into a structured recipe wants recipe 提取ion from TikTok cooking content
If a message is only a TikTok cooking link and the surrounding 上下文 suggests recipe 导入, treat it as an execution 请求.
Default flow Resolve the final TikTok URL. 提取 as much useful text as possible from description, metadata, and visible structured clues. Reconstruct: title description ingredients steps times if reasonably inferable servings if reasonably inferable category/tags if useful 恢复 a cover image if avAIlable. Localize the recipe to the user's language if needed. 检查 导入 质量 threshold. If good enough, 创建 the recipe in Mealie. 上传 image if avAIlable. 验证 the 创建d recipe before returning the final link. 质量 rules Do not 导入 vague junk just because a TikTok link exists. Normalize ingredients and steps into an actually cookable recipe. If some quantities are missing, use reasonable uncertAInty wording instead of fake precision. Prefer a coherent recipe with a few explicit assumptions over a broken half-解析. If the user language is clear, localize the final recipe consistently. Do not keep title, ingredients, and steps in mixed languages unless the user wants that. 导入 threshold
导入 only if:
the title is coherent the ingredient 列出 is reasonably usable the instruction 列出 is reasonably usable the 结果 is more reconstruction than guesswork
If these are not true, 停止 and explAIn briefly.
Mealie behavior
Before 导入, make sure a Mealie base URL and API 令牌 are 配置d. See references/configuration.md.
Prefer structured recipe creation 端点s when avAIlable. 添加 source URL when possible. 上传 cover image when avAIlable. 验证 final recipe 状态 before replying. Return the final recipe link on 成功. Do not assume user-specific hostnames, domAIns, or secret paths. 输出 behavior
Use the minimal templates in references/输出-templates.md.
Default rule:
成功 -> return the recipe link weak 提取ion -> return a short 失败 reason partial but salvageable 提取ion -> ask one short confirmation question only if necessary Style practical concise execution-focused avoid overexplAIning 优化 for a recipe someone can actually cook