# Send Simple Random Interaction Designer 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": "simple-random-interaction-designer",
    "name": "Simple Random Interaction Designer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/fjrevoredo/simple-random-interaction-designer",
    "canonicalUrl": "https://clawhub.ai/fjrevoredo/simple-random-interaction-designer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/simple-random-interaction-designer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simple-random-interaction-designer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/random_interaction_designer.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "simple-random-interaction-designer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T16:38:19.260Z",
      "expiresAt": "2026-05-10T16:38:19.260Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simple-random-interaction-designer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simple-random-interaction-designer",
        "contentDisposition": "attachment; filename=\"simple-random-interaction-designer-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "simple-random-interaction-designer"
      },
      "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/simple-random-interaction-designer"
    },
    "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/simple-random-interaction-designer",
    "downloadUrl": "https://openagent3.xyz/downloads/simple-random-interaction-designer",
    "agentUrl": "https://openagent3.xyz/skills/simple-random-interaction-designer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/simple-random-interaction-designer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/simple-random-interaction-designer/agent.md"
  }
}
```
## Documentation

### Simple Random Interaction Designer

Use this skill to decide whether to send a casual proactive message and, when the answer is yes, what kind of interaction to deliver.
Use {baseDir}/scripts/random_interaction_designer.py as the default execution path.

### Workflow

Run the script once per scheduled check interval.
Read decision from the JSON output.
Stop immediately if decision is no.
If decision is yes, use both interaction_type and interaction_description to draft the outgoing message.
If the selected interaction is data-aware, use any relevant OpenClaw-accessible tools, skills, or integrations to fetch live context before drafting the message.
Keep the final message brief, casual, and easy to ignore without social pressure.
Prefer recent chat context when it is clearly present.
Do not mention the random process, scheduled checks, or why this interaction was selected.

### Primary Tooling

Script path: {baseDir}/scripts/random_interaction_designer.py
Runtime: Python 3, standard library only.

Preferred command:

python3 {baseDir}/scripts/random_interaction_designer.py

### Output Contract

When the result is no:

{"decision":"no"}

When the result is yes:

{
  "decision": "yes",
  "interaction_type": "Playful opener",
  "interaction_description": "Send a brief playful line that feels spontaneous and easy to ignore."
}

Contract rules:

decision is always present and is either yes or no.
interaction_type is present only when decision is yes.
interaction_description is present only when decision is yes.
Do not expect debug fields, probability values, roll values, or fallback metadata.

### Interaction Design Rules

Treat the JSON as execution guidance, not user-facing text.
Keep the final message to one or two short chat lines.
Prefer soft phrasing over transactional or assistant-like framing.
Avoid defaulting to "just checking in" language.
Ask at most one question in a single ping.
Do not fabricate recent context, external facts, or account-backed data.
For data-aware categories, prefer real-world grounding when OpenClaw can actually access the relevant source.
Use smart-home, weather, calendar, traffic, news, or market context only when the information is reliable, fresh, and genuinely relevant to the user.
If interaction_type depends on context or fresh data and that support is unavailable, rerun once to try for a non-data interaction; if rerunning is not practical, keep the message general and low-pressure instead of pretending specificity.
Vary tone and wording from recent interactions when possible so the behavior feels casual rather than patterned.

### Interaction Catalog

Use the selected interaction_type and follow the matching guidance from interaction_description.

Playful opener
Start with a short playful line that feels light and spontaneous.
Curious check-in
Ask one low-stakes question that is easy to answer or ignore.
Light shared observation
Make a casual observation that feels conversational rather than task-driven.
Tiny celebration
Briefly acknowledge a small win or effort when the chat supports it.
Smart device status
If OpenClaw can access relevant device state, share one useful smart-device status or gentle suggestion naturally.
Weather-aware check-in
Use current weather only when fresh reliable data is available and clearly relevant.
Calendar-aware nudge
Turn calendar context into a soft human-sounding reminder or prompt, not an alert.
Context-aware follow-up
Build on a recent chat detail only when it is clearly present in the current conversation.
Practical nudge
Offer one concise optional nudge that may help the user.
Optional real-world update
Share one brief real-world update such as traffic, news, or market context only when reliable relevant data is already available.

### Error Handling

If execution fails, surface the Python error message and rerun.
If output is not valid JSON, treat it as a hard failure and rerun.
If decision is missing or is not yes or no, rerun and discard the invalid result.
If decision is yes and either interaction_type or interaction_description is missing, rerun and discard the invalid result.

### Minimal Examples

python3 {baseDir}/scripts/random_interaction_designer.py
python3 {baseDir}/scripts/random_interaction_designer.py --seed 42

python3 "{baseDir}/scripts/random_interaction_designer.py"
python3 "{baseDir}/scripts/random_interaction_designer.py" --seed 42
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: fjrevoredo
- Version: 2.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-03T16:38:19.260Z
- Expires at: 2026-05-10T16:38:19.260Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/simple-random-interaction-designer)
- [Send to Agent page](https://openagent3.xyz/skills/simple-random-interaction-designer/agent)
- [JSON manifest](https://openagent3.xyz/skills/simple-random-interaction-designer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/simple-random-interaction-designer/agent.md)
- [Download page](https://openagent3.xyz/downloads/simple-random-interaction-designer)