← ClaudeAtlas

advice-get-advicelisted

Returns a random piece of advice
bobadilla-tech/requiems-api-skills · ★ 2 · AI & Automation · score 75
Install: claude install-skill bobadilla-tech/requiems-api-skills
## Endpoint **GET https://requiems.xyz/v1/entertainment/advice** ## Get Random Advice Returns a random piece of advice ## Response Example ```json { "data": { "id": 42, "advice": "Don't compare yourself to others. Compare yourself to the person you were yesterday." }, "metadata": { "timestamp": "2026-01-01T00:00:00Z" } } ``` ## Response Fields | Field | Type | Description | | ----- | ---- | ----------- | | `id` | integer | Unique identifier for the advice | | `advice` | string | A random piece of advice |