Ops orders

Daily order digest from MCP

This skill teaches the agent how to read LinkDR orders from Postgres through MCP. Connect MCP first, then fetch the file.

Fetch: https://linkdr.com/docs/admin/skills/ops-orders/SKILL.md

What you should get back

A short digest: counts by status, orders that need attention (SUBMITTED, PENDING, ACCEPTED, WORKING), and one-line next steps. Do not refund or cancel from this skill. pending-*.linkdr.local is a sentinel because OrderItem.domain is required; it is not a pipeline stage. Unmatched slots do not prove Slack or Notion intake is missing. In-app Eve (ops-fulfillment) searches those workspaces and writes Project.adminReport.

How the agent should work

  1. summarize_orders for the window (today, this week).
  2. list_orders for open statuses, or q: "reelsfarm.com" when the user named a site.
  3. get_order when a line item or target URL matters.
  4. get_project when onboarding a site.

Fetch https://linkdr.com/docs/admin/skills/ops-orders/SKILL.md. Build today’s fulfillment digest from LinkDR orders. Do not invent rows. Do not charge or refund.