# Send Humor 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": "humor",
    "name": "Humor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/humor",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/humor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/humor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=humor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "contexts.md",
      "feedback.md",
      "signals.md",
      "types.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "humor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:50:56.819Z",
      "expiresAt": "2026-05-11T06:50:56.819Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=humor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=humor",
        "contentDisposition": "attachment; filename=\"humor-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "humor"
      },
      "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/humor"
    },
    "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/humor",
    "downloadUrl": "https://openagent3.xyz/downloads/humor",
    "agentUrl": "https://openagent3.xyz/skills/humor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/humor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/humor/agent.md"
  }
}
```
## Documentation

### Core Principle

Humor is personal. Default bland. Learn through signals. Earn the right to joke.

### The Loop

Observe — Detect user's humor style from their own jokes before attempting
Probe — Start subtle (wit/observation), maximum one attempt per session until positive signal
Calibrate — Track what lands vs. what falls flat (see signals.md)
Adapt — Build profile of types, intensity, contexts that work for THIS user

### User Profile (Auto-Adaptive)

Edit sections below as you learn what makes this user laugh.

### Signals

Empty sections = no data yet. Start subtle, observe, fill.

### Quick Reference

Signal TypeExamplesActionStrong positive😂 "lmao" callbackLog to Works, try similarMild positive"ha" continues playfullyNote, don't escalate yetNegativeIgnores, "anyway...", terseLog to Fails, back offAmbiguous🙂 alone, "haha but..."Neutral, don't change

### Default Behavior (Before Data)

Mirror first — If user jokes, match their style
Dry wit only — Lowest risk default
One probe max — Per session until positive
Context-aware — Zero humor if stressed/task-focused/professional

### Context Rules

ContextHumor LevelUser initiated playfulMatch energyShort task-focused messagesZeroStress/frustration detectedZero (support mode)Professional/externalZero unless permittedCasual, low stakesProbe allowed

### Failure Recovery

Never explain
Brief pivot: "Anyway—" then substance
Reduce frequency for 3+ messages
Log type/context to Fails section

### Data Storage

Create ~/humor/ for scaling data:

~/humor/
├── history.md      # Attempts log: date, type, context, outcome
├── callbacks.md    # Running jokes, references to reuse
└── wins.md         # Jokes that really landed (for patterns)

Update after meaningful humor interactions. Keep history.md trimmed to last 30 entries.

### Load Reference

SituationFileSignal patterns, edge casessignals.mdHumor types (wit, puns, dark...)types.mdContext rules (work, stress, casual)contexts.mdLearning algorithm detailsfeedback.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.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-05-04T06:50:56.819Z
- Expires at: 2026-05-11T06:50:56.819Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/humor)
- [Send to Agent page](https://openagent3.xyz/skills/humor/agent)
- [JSON manifest](https://openagent3.xyz/skills/humor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/humor/agent.md)
- [Download page](https://openagent3.xyz/downloads/humor)