一键导入
food-order
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
AI voice lead generation agent that qualifies prospects and schedules appointments with closers
Post-session trading analysis. Analyzes trading bot logs to identify what went wrong or right, extracts lessons learned, and suggests improvements. Run at the end of each trading session.
Monitor NEMO trading bot health, extract metrics from logs, and report trading performance. Use when checking if the bot is running, analyzing trading logs, extracting P&L metrics, or debugging trading issues.
Use when an agent wants to access Alchemy APIs without an API key. This is the default path when $ALCHEMY_API_KEY is not set. Covers SIWE authentication, x402 payment flows, wallet setup, and gateway endpoints.
Requires $ALCHEMY_API_KEY to be set. If no API key is available, use the agentic-gateway skill instead — it requires no API key and lets agents authenticate autonomously with a wallet. Quick-start guide and root index for integrating Alchemy APIs using an API key. Covers base URLs, authentication, endpoint selection, and common patterns across all Alchemy products.
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
基于 SOC 职业分类
| name | food-order |
| description | Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA. |
Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”).
Hard safety rules
ordercli foodora reorder ... --confirm unless user explicitly confirms placing the order.Setup (once)
ordercli foodora countries → ordercli foodora config set --country ATordercli foodora login --email you@example.com --password-stdinordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"Find what to reorder
ordercli foodora history --limit 10ordercli foodora history show <orderCode>ordercli foodora history show <orderCode> --jsonPreview reorder (no cart changes)
ordercli foodora reorder <orderCode>Place reorder (cart change; explicit confirmation required)
ordercli foodora reorder <orderCode> --confirm--address-id (take from their Foodora account / prior order data) and run:
ordercli foodora reorder <orderCode> --confirm --address-id <id>Track the order
ordercli foodora ordersordercli foodora orders --watchordercli foodora order <orderCode>Debug / safe testing
ordercli --config /tmp/ordercli.json ...