## §OIP SYSTEM ARTICLE — QUAKE (3 operations)
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.

### Read Order
- scan operations
- open a leaf doc
- run via run_now or POST /api/dispatch
- open receipt
- repair/replay if needed

### Operations
- **QUAKE_PLACE** — Where the most recent significant earthquake happened, as a place name.
  when: a one-line answer about current seismic activity, and the worked example of a flow reaching inside an HTTP response.
  args: $1 = how many recent quakes to consider (the first is the most recent)
  doc: https://miscsubjects.com/api/dispatch?key=QUAKE_PLACE&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=QUAKE_PLACE&body=%3Chow%20many%20recent%20quakes%20to%20co%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=QUAKE_PLACE
- **QUAKE_FEED** — Recent earthquakes at or above a magnitude, from the USGS public feed.
  args: $1=limit, $2=minmagnitude
  doc: https://miscsubjects.com/api/dispatch?key=QUAKE_FEED&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=QUAKE_FEED&body=%3Climit%3E%7C%3Carg2%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=QUAKE_FEED
- **QUAKE_PLACES** — The id of each of the most recent significant earthquakes, one per row.
  when: the worked example of EACH — a flow mapping a step over every element of a list.
  args: $1 = how many quakes
  doc: https://miscsubjects.com/api/dispatch?key=QUAKE_PLACES&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=QUAKE_PLACES&body=%3Chow%20many%20quakes%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=QUAKE_PLACES

### Troubleshooting
- If a row's example has placeholders, replace only the placeholder values and preserve separators.
- If a call fails, open its receipt and repair it with POST /api/dispatch {key, body, repairs:'inv_ID'}.
- If token scope denies this system, ask the owner for a row:/rows:/pfx: token scoped to the exact operation set.

Back to the tree: https://miscsubjects.com/api/dispatch?map=1&format=markdown