# Send Minimalist Ui - OpenAI/Notion Style to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "minimalist-ui",
    "name": "Minimalist Ui - OpenAI/Notion Style",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mes28io/minimalist-ui",
    "canonicalUrl": "https://clawhub.ai/mes28io/minimalist-ui",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/minimalist-ui",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimalist-ui",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/component-specs.md",
      "references/design-tokens.md",
      "references/layout-patterns.md",
      "references/qa-checklist.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "minimalist-ui",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:35:07.596Z",
      "expiresAt": "2026-05-07T09:35:07.596Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimalist-ui",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimalist-ui",
        "contentDisposition": "attachment; filename=\"minimalist-ui-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "minimalist-ui"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/minimalist-ui"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/minimalist-ui",
    "downloadUrl": "https://openagent3.xyz/downloads/minimalist-ui",
    "agentUrl": "https://openagent3.xyz/skills/minimalist-ui/agent",
    "manifestUrl": "https://openagent3.xyz/skills/minimalist-ui/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/minimalist-ui/agent.md"
  }
}
```
## Documentation

### Minimalist Notion × OpenAI UI

Build crisp, low-noise product UI with strong hierarchy and operator-grade usability.

### Core Principles

Prioritize clarity over decoration.
Keep layout breathable but dense enough for serious work.
Use typography, spacing, and contrast as the primary hierarchy tools.
Avoid visual noise (heavy shadows, flashy gradients, random color accents).
Every element must justify its presence.

### Workflow

Define screen intent in one sentence.
Choose one primary user action.
Build skeleton with spacing + typography first (no color dependency).
Add semantic color only for state/meaning.
Run the checklist in references/qa-checklist.md.

### Mandatory Style Constraints

Max 1 accent color per screen.
Border radius: 8–12px (consistent scale).
Shadows: subtle only; no layered “dribbble” effects.
Animation: 120–180ms, ease-out, functional only.
Empty states must suggest a next action.
Error states must include fix guidance.

### Use These References

Token system: references/design-tokens.md
Layout and spacing logic: references/layout-patterns.md
Components and behavior: references/component-specs.md
Acceptance gate: references/qa-checklist.md

### Output Contract (when generating UI specs/code)

Always produce:

Intent: what this screen optimizes for
Structure: zones/regions and hierarchy
Tokens used: type scale, spacing, colors
Interaction states: hover/focus/disabled/loading/error
Accessibility: keyboard + contrast notes
Implementation notes: concrete Tailwind/CSS/React guidance

Keep output implementation-ready and concise.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mes28io
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:35:07.596Z
- Expires at: 2026-05-07T09:35:07.596Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/minimalist-ui)
- [Send to Agent page](https://openagent3.xyz/skills/minimalist-ui/agent)
- [JSON manifest](https://openagent3.xyz/skills/minimalist-ui/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/minimalist-ui/agent.md)
- [Download page](https://openagent3.xyz/downloads/minimalist-ui)