runway-dev-recipes
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRunway Dev — Recipes
Runway Dev — Recipes
Companion: Usefor shared guidance when available. If it is not installed, inspect the workspace, probe+runway-devwithout printing it, and read the Recipes docs linked byRUNWAYML_API_SECRET. Encourage connecting Dev MCP for live project context and verification. If the user declines or cannot connect, continue integration from current docs.llms.txt
配套工具: 若可用,请使用获取共享指导。如果未安装该工具,请检查工作区,探查+runway-dev但不要打印它,并阅读RUNWAYML_API_SECRET中链接的Recipes文档。建议连接Dev MCP以获取实时项目上下文并进行验证。如果用户拒绝或无法连接,则根据现有文档继续集成工作。llms.txt
Goal
目标
Help the user choose a relevant recipe, then build or maintain its application integration. Verify changes with one working SDK call when safe.
帮助用户选择合适的recipe,然后构建或维护其应用集成。在安全的情况下,通过一次有效的SDK调用验证更改。
MCP tools
MCP工具
- — check budget before billable verification.
get_credit_balance - — inspect or debug an existing task, not replace SDK wait helpers in application code.
get_task
- — 在进行需付费的验证前检查预算。
get_credit_balance - — 检查或调试现有任务,不要替换应用代码中的SDK等待助手。
get_task
Workflow
工作流程
- Understand the user's desired result. If no recipe is pinned or already integrated, follow to compare available recipes and recommend the closest fit.
llms.txt - Confirm the named recipe operation, then follow its linked docs for the input schema and mapping.
client.recipes.{method} - Pin a documented dated for stable behavior. Use
versiononly when the user explicitly wants automatic recipe updates.unsafe-latest - Check when implementing the SDK call.
RUNWAYML_API_SECRET - Implement or update the SDK call behind the application's server boundary with the wait helper chained directly from the recipe call.
- If the application has a UI, wire its inputs and output, including loading and error states.
- When verification is appropriate, submit once and present the result.
- 了解用户期望的结果。如果没有固定的recipe或尚未集成,请遵循中的内容比较可用的recipe,推荐最贴合的选项。
llms.txt - 确认指定的recipe操作,然后遵循其链接文档中的输入模式和映射。
client.recipes.{method} - 固定一个带日期的已记录以确保行为稳定。仅当用户明确需要自动更新recipe时才使用
version。unsafe-latest - 实现SDK调用时检查。
RUNWAYML_API_SECRET - 在应用的服务器边界后实现或更新SDK调用,并将等待助手直接链接到recipe调用。
- 如果应用有UI,接入其输入和输出,包括加载状态和错误状态。
- 当适合进行验证时,提交一次并展示结果。