---
name: wikipedia-summary
description: Discover and invoke the WIKIPEDIA_SUMMARY directory capability using its live contract. Use when a request maps to this exact capability.
---

# WIKIPEDIA_SUMMARY

This Skill is the behavioral expression of [the WIKIPEDIA_SUMMARY directory article](/a/directory/WIKIPEDIA_SUMMARY). The directory row remains the executable contract.

## Operate

1. Read GET /api/directory/WIKIPEDIA_SUMMARY immediately before use.
2. Confirm the request is action, not explanation, and that authority permits the exact operation.
3. Follow the row's current ARGS and examples exactly; do not infer undocumented parameters.
4. Invoke POST /api/dispatch with {"key":"WIKIPEDIA_SUMMARY","body":"<row-shaped args>"}.
5. Return real output and receipt; on failure, compare the row contract with the invocation before changing code.

## Human explanation

# WHAT: Fetch the canonical Wikipedia REST summary for one page title (extract, description, canonical URL, revision id) for use as a citable source in an article. # WHEN_TO_USE: sourcing a claim that needs an encyclopedic reference with a stable revision id; pair with the article webhook kind=source. # ARGS: $1 = page title, underscores for spaces. # EX: [WIKIPEDIA_SUMMARY]Simurgh[/WIKIPEDIA_SUMMARY] ["$1"]
