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

### LG ThinQ Skill

Control LG smart home appliances via the ThinQ Connect API.

### Setup

Get a Personal Access Token from https://connect-pat.lgthinq.com
Store token: echo "YOUR_TOKEN" > ~/.config/lg-thinq/token
Store country code: echo "MX" > ~/.config/lg-thinq/country

### Quick Commands

All scripts are in the skill's scripts/ directory. Activate venv first:

cd ~/clawd && source .venv/bin/activate

### List Devices

python3 skills/lg-thinq/scripts/thinq.py devices

### Get Device Status

python3 skills/lg-thinq/scripts/thinq.py status <device_id>
python3 skills/lg-thinq/scripts/thinq.py status fridge  # alias

### Control Refrigerator

# Set fridge temperature (0-6°C)
python3 skills/lg-thinq/scripts/thinq.py fridge-temp 3

# Set freezer temperature (-24 to -14°C typical)
python3 skills/lg-thinq/scripts/thinq.py freezer-temp -15

# Toggle express fridge
python3 skills/lg-thinq/scripts/thinq.py express-fridge on|off

# Toggle express freeze
python3 skills/lg-thinq/scripts/thinq.py express-freeze on|off

# Toggle eco mode
python3 skills/lg-thinq/scripts/thinq.py eco on|off

### Washer/Dryer Status

python3 skills/lg-thinq/scripts/thinq.py status washer
python3 skills/lg-thinq/scripts/thinq.py status dryer

### Supported Devices

DeviceStatusControlRefrigerator✅ temp, door, modes✅ temp, express, ecoWashTower Washer✅ state, time⚠️ limitedWashTower Dryer✅ state, time⚠️ limitedAir Conditioner✅ temp, mode✅ temp, mode, fan

### Temperature Ranges

Fridge: 0°C to 6°C
Freezer: -24°C to -14°C (varies by model)

### Error Handling

NOT_CONNECTED_DEVICE: Device offline, check WiFi or open ThinQ app
INVALID_COMMAND_ERROR: Wrong command format or value out of range
NOT_PROVIDED_FEATURE: Feature not supported by this model

### Natural Language Examples

User says → Action:

"check my fridge" → status fridge
"set fridge to 5 degrees" → fridge-temp 5
"turn on express freeze" → express-freeze on
"is the fridge door open?" → status fridge (check doorStatus)
"how's the washer doing?" → status washer
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kaiofreitas
- 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-04T19:39:11.304Z
- Expires at: 2026-05-11T19:39:11.304Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lg-thinq)
- [Send to Agent page](https://openagent3.xyz/skills/lg-thinq/agent)
- [JSON manifest](https://openagent3.xyz/skills/lg-thinq/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lg-thinq/agent.md)
- [Download page](https://openagent3.xyz/downloads/lg-thinq)