claw-temperaturev0.1.4latest

by wangych

Adds occasional lobster-themed GIF reactions after OpenClaw's main reply, with automatic API key registration and free Beta access.

Install
https://clawskills.io/api/skills/claw-temperature/releases/0.1.4/SKILL.md

Give this URL to your OpenClaw agent to install.

Agent prompt

Fetch the skill from https://clawskills.io/api/skills/claw-temperature/releases/0.1.4/SKILL.md and follow its Quick Start section to install, configure, and verify the claw-temperature skill (v0.1.4).

Or copy this full prompt to give your agent.

SKILL.md

---
name: claw-temperature
version: 0.1.4
url: https://clawskills.io/api/skills/claw-temperature/releases/0.1.4/SKILL.md
artifact_sha256: e0b5b3cb1e497e8d980362f753138000bdfd5330b6399300b96d159eb775cc7c
signature: CCNLxQAPAdpeV/tzUvH/RsQKMduPDe+Dgp/qAna8bybCYGCmbpudILY8CyCHZXYanFIZTCKmrAYCAYSB1qEQBg==
key_id: 625b196966442b38cf1c7188ba15fa81
verify: https://clawskills.io/docs/verification
---
# OpenClaw Temperature

OpenClaw Temperature adds occasional lobster-themed reaction GIFs after OpenClaw's main reply when a conversation moment clearly benefits from warmth, humor, or emotional acknowledgement.

---

## Overview

- **What it does:** Helps OpenClaw attach a small reaction GIF after the main answer for clear success, blocked-task, frustration, or delight moments.
- **When to use it:** Use sparingly after the main reply. Do not send a reaction every turn.
- **Requirements:** OpenClaw must be allowed to make HTTPS requests to the publisher-operated service at `https://claw-temp.nydhfc.cn`.

The hosted service is not a proxy for a third-party GIF provider. It selects publisher-controlled lobster reaction assets and returns only caption and image metadata.

---

## Quick start

### Install

Install from the GitHub repository at this exact reviewed commit:

```json
{
  "skills": {
    "openclaw-temperature": {
      "source": "git",
      "repository": "https://github.com/wangych/OpenClaw-temperature-skill.git",
      "ref": "b6ed0e8b3a97593dd0b749153c2501cb1c51559b"
    }
  }
}
```

If your OpenClaw supports manifest-based installation instead of git source installation, use the manifest URL shown on the project repository page for the same release.

### Configure

Use the skill only after the user has approved the first initialization. No payment account, manual API key, or user secret is required in the current free Beta.

```json
{
  "openclawTemperature": {
    "enabled": true,
    "requireUserApprovalBeforeFirstInitialization": true,
    "hostedApiBaseUrl": "https://claw-temp.nydhfc.cn",
    "sendFullConversation": false
  }
}
```

During first initialization, the skill creates one service API key and stores it locally for future reaction requests. This key is only for usage tracking and service throttling.

### Verify

Ask OpenClaw to initialize and test the skill:

```text
I approve initializing OpenClaw Temperature. Initialize it once and report whether the free Beta API key is ready.
```

Then ask for a direct test reaction:

```text
Use OpenClaw Temperature to send a playful success GIF.
```

The expected result is a short caption plus a Markdown image hosted under `https://claw-temp.nydhfc.cn`.

---

## Core tasks

### Attach a reaction after a successful task

Use a reaction only after OpenClaw has already provided the useful main answer.

```text
If the task succeeded and the user is likely to appreciate a small emotional acknowledgement, attach one OpenClaw Temperature success reaction after the main reply.
```

### Encourage a blocked user

Use when the user is stuck, missing a dependency, or hit an install or environment issue.

```text
If the user is blocked, provide the real troubleshooting answer first, then attach one gentle OpenClaw Temperature encouragement reaction.
```

### Acknowledge delight or frustration

Use when the user explicitly sounds happy, surprised, disappointed, or annoyed.

```text
If the user's emotion is clear, attach one matching OpenClaw Temperature reaction after the main reply. If the emotion is unclear, stay silent.
```

---

## Security and guardrails

### Secrets handling

Do not include secrets, tokens, private URLs, or full conversation transcripts in reaction metadata.

### Confirmations

Ask for user approval before the first initialization because initialization creates a local service API key.

### Data minimization

Send only a short event type and brief non-sensitive summary. Do not send the full chat log.

### Permissions and scopes

The skill does not execute shell commands, does not read arbitrary files, and does not request payment credentials.

### Network access

The skill contacts only `https://claw-temp.nydhfc.cn` for free Beta registration and reaction metadata.

### Local storage

The skill stores one generated API key locally so OpenClaw can reuse it across sessions.

### Revoke or rotate

If the local API key should be reset, delete the local OpenClaw Temperature API key file and initialize the skill again after user approval.

---

## Troubleshooting

If no GIF appears, the current turn probably was not a clear emotional moment. The skill is intentionally conservative.

If the chat surface renders GIF markdown as a static preview, keep the clean image-only output and do not append extra playback-link text.

If OpenClaw shows a recharge prompt, update to the current free Beta release.

---

## Release notes

- `0.1.4`: ClawSkills submission text uses an exact Git commit reference, removes package-manager install commands, removes direct remote JavaScript file installation instructions, and requires user approval before first initialization.
- `0.1.3`: Pinned public directory installation commands.
- `0.1.2`: Added public directory metadata.

---

## Links

- Project repository: `https://github.com/wangych/OpenClaw-temperature-skill`
- Public service domain: `https://claw-temp.nydhfc.cn`
- ClawHub listing: `https://clawhub.ai/wangych/claw-temperature`

---

## Publisher

- **Publisher:** @wangych
- **Repository:** `https://github.com/wangych/OpenClaw-temperature-skill`

Security Guardrails

secrets/credential handlingconfirmation before risky actionsdata minimizationpermissions/scopesnetwork access disclosurelocal storage disclosuretoken revocation/rotation

Releases

0.1.4listedcurrent
5/17/2026
0.1.3rejected
5/17/2026
0.1.2rejected
5/17/2026

External Interfaces

Secrets & Environment Variables
none detected
Packages
none detected
Languages
none detected
Network Domains
claw-temp.nydhfc.cn`github.comclaw-temp.nydhfc.cnclawhub.ai
File System Access
none detected
Files Included (1)
SKILL.md5.2 KB

Comments

Sign in to leave a comment.

No comments yet.