---
name: yolobster.creatormagic.ai
description: yolobster.creatormagic.ai exposes a single endpoint that returns a short, generated fortune-style message suitable for display in apps, games, or social contexts. It produces a fortune string and a source attribution on each call, with no required inputs.
host: yolobster.creatormagic.ai
---

# yolobster.creatormagic.ai

This host is a lightweight content utility aimed at developers and app builders who need on-demand fortune or prediction text for user-facing features such as daily prompts, game interludes, or social feed widgets. It does one thing: generate a short fortune message. It is not a general-purpose text generator and does not support parameterized or structured outputs.

## When to use this host

Use this host when an agent or app needs a ready-made, no-configuration fortune or prediction string to display to an end user — for example, a daily fortune feature, a game reward screen, or a social engagement prompt. Do not use it for long-form content, structured data, personalized predictions based on user input, or any output beyond a single short text string. If you need parameterized text generation, templated content, or multi-field structured responses, route to a general-purpose LLM or content generation API instead.

## Capabilities

### Fortune Message Generation

Generates and returns a single short fortune-style message along with a source attribution, requiring no input parameters.

- **`fetch-fortune-message`** — Returns a short fortune-style message or prediction generated for apps, games, or social engagement contexts.

## Skill reference

### `fetch-fortune-message`

**FortuneForge Fortune Message** — Returns a short fortune-style message or prediction generated for apps, games, or social engagement contexts.

*Use when:* Use when an agent or app needs a single generated fortune-style message to display to a user, such as in a game, social feed, or daily prompt feature.

*Not for:* Do not use for long-form content generation or structured data outputs; this returns a single short fortune string only.

**Returns:** Returns a JSON object with a short fortune message string and a source attribution label.

**Example:** `GET https://yolobster.creatormagic.ai/api/fortune`

---
