repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "food-order", |
| #3 | "name": "food-order", |
| #4 | "description": "Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "food-order/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/food-order", |
| #8 | "tags": [ |
| #9 | "food", |
| #10 | "solana", |
| #11 | "order" |
| #12 | ], |
| #13 | "requiredEnv": [], |
| #14 | "homepage": null, |
| #15 | "attestation": { |
| #16 | "status": "pending", |
| #17 | "isFormallyVerified": false, |
| #18 | "attestationPda": null, |
| #19 | "verificationTimestamp": null |
| #20 | }, |
| #21 | "markdown": "---\nname: food-order\ndescription: Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.\nhomepage: https://ordercli.sh\nmetadata: {\"clawdbot\":{\"emoji\":\"🥡\",\"requires\":{\"bins\":[\"ordercli\"]},\"install\":[{\"id\":\"go\",\"kind\":\"go\",\"module\":\"github.com/steipete/ordercli/cmd/ordercli@latest\",\"bins\":[\"ordercli\"],\"label\":\"Install ordercli (go)\"}]}}\n---\n\n# Food order (Foodora via ordercli)\n\nGoal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”).\n\nHard safety rules\n- Never run `ordercli foodora reorder ... --confirm` unless user explicitly confirms placing the order.\n- Prefer preview-only steps first; show what will happen; ask for confirmation.\n- If user is unsure: stop at preview and ask questions.\n\nSetup (once)\n- Country: `ordercli foodora countries` → `ordercli foodora config set --country AT`\n- Login (password): `ordercli foodora login --email you@example.com --password-stdin`\n- Login (no password, preferred): `ordercli foodora session chrome --url https://www.foodora.at/ --profile \"Default\"`\n\nFind what to reorder\n- Recent list: `ordercli foodora history --limit 10`\n- Details: `ordercli foodora history show <orderCode>`\n- If needed (machine-readable): `ordercli foodora history show <orderCode> --json`\n\nPreview reorder (no cart changes)\n- `ordercli foodora reorder <orderCode>`\n\nPlace reorder (cart change; explicit confirmation required)\n- Confirm first, then run: `ordercli foodora reorder <orderCode> --confirm`\n- Multiple addresses? Ask user for the right `--address-id` (take from their Foodora account / prior order data) and run:\n - `ordercli foodora reorder <orderCode> --confirm --address-id <id>`\n\nTrack the order\n- ETA/status (active list): `ordercli foodora orders`\n- Live updates: `ordercli foodora orders --watch`\n- Single order detail: `ordercli foodora order <orderCode>`\n\nDebug / safe testing\n- Use a throwaway config: `ordercli --config /tmp/ordercli.json ...`\n" |
| #22 | } |
| #23 |