Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

samsung-smartthings三星智能产品

Agent Skill

samsung-smartthings 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

68,490

周安装

2,744

GitHub Stars

2

下载量

22,172
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:samsung-smartthings(三星智能产品)
来源仓库:https://github.com/regenrek/samsung-smartthings
安装命令:
openclaw skills install samsung-smartthings
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install samsung-smartthings

简介

通过 SmartThings 控制三星电视设备。

  • 支持 OAuth 应用授权和设备状态查询。
  • 通过 OpenClaw 安装并使用 clawhub 命令调用。
  • 需绑定 SmartThings 账户并授权设备访问。
  • 操作前请确认设备在线状态和网络连接。samsung-smartthings 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
samsung-smart-tv
description
Control Samsung TVs via SmartThings (OAuth app + device control).
homepage
https://developer.smartthings.com/docs
metadata
{"clawdbot":{"emoji":"📺","requires":{"bins":["python3","npx"]},"install":[{"id":"python-brew","kind":"brew","formula":"python","bins":["python3"],"label":"Install Python (brew)"},{"id":"node-brew","kind":"brew","formula":"node","bins":["node","npx"],"label":"Install Node.js (brew)"}]}}

Samsung Smart TV (SmartThings)

This skill provisions a SmartThings OAuth app and stores the credentials for Clawdbot.

Setup (one-time)

  • Create the SmartThings OAuth app headlessly (requires a PAT) and print a phone login URL, using plain text instructions only.
  • Open the URL on your phone, log in, then copy the code query parameter from the redirect page and re-run to exchange it.
  • If PAT app creation fails (403), create the app on a normal machine using the SmartThings CLI login flow and then set the client id/secret in the .env before running the code-exchange step.
  • Re-run to refresh credentials: describe the action in plain text (no code snippets).

What it does

  • Creates an OAuth-In SmartApp with display name smartthings-clawdbot.
  • Uses scopes r:devices:* and x:devices:* (read + execute commands).
  • Redirect URI defaults to https://httpbin.org/get (can be overridden via redirect-uri option).
  • Writes SMARTTHINGS_APP_ID, SMARTTHINGS_CLIENT_ID, SMARTTHINGS_CLIENT_SECRET plus OAuth tokens to ~/.clawdbot/.env (or CLAWDBOT_STATE_DIR/.env).
  • Uses the SmartThings CLI to create the OAuth app when a PAT is provided.
  • Exchanges the OAuth code for tokens via direct HTTPS to SmartThings (not via the CLI).

Device setup

  • Use the SmartThings CLI to list devices in JSON and locate the TV device id.
  • Store it as SMARTTHINGS_DEVICE_ID in the same .env file.

Common actions (plain text only)

  • List devices and capabilities via the SmartThings CLI.
  • Check device status.
  • Send switch/volume/mute commands to the TV device.

App launch (Netflix/Prime Video)

  • App launch is device-specific; look for applicationLauncher or samsungtv in capabilities.
  • Discover app IDs in device status under supportedApps or installedApps.
  • Launch apps using the SmartThings CLI and the appId from your TV.
  • Example IDs are not universal; use the IDs listed for your TV.

App discovery (when a user asks to open a specific app)

  • First, open the target app manually on the TV.
  • Then query device status and look for fields like tvChannelName, installedApps, or supportedApps to extract the current appId.
  • Save the appId for future use; some IDs are device-specific.
  • Known app id patterns (examples):

- Standard/global apps (often stable): - Netflix: org.tizen.netflix-app - Amazon Prime: org.tizen.primevideo - Pattern: org.tizen.[app-name] - Device-specific apps (vary per TV): - YouTube: {random}.TizenYouTube - Joyn: {random}.ZAPPNVOLLTVFREIGESTREAMT - Pattern: {random}.{PackageName}

  • Avoid guessing; always confirm the appId from the TV’s status payload.

Notes

  • The script defaults to headless mode and will not open a browser.
  • Provide a PAT via SMARTTHINGS_TOKEN (or SMARTTHINGS_PAT) to authenticate.
  • Create a PAT here: https://account.smartthings.com/tokens
  • OAuth flow: open the printed URL on your phone, then copy the code query parameter from the redirect page and re-run with auth-code.
  • The default redirect uses https://httpbin.org/get to show the code in the URL; you can switch to your own redirect URI if you don’t want to use httpbin.
  • Re-running the setup is safe; it updates the env entries in place.
  • Response style: do not include code blocks or inline command snippets; use plain text steps only.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.92%
按下载量换算19,937

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills