monitor-control

显示器控制工具。当用户询问显示器信息、调整亮度/对比度、查询显示器状态、关闭/打开显示器时使用此技能。支持子命令模式,可管理多个显示器。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "monitor-control" with this command: npx skills add society2012/display-controller

显示器控制工具 (DisplayControl)

完整的显示器管理和控制工具,支持获取信息、调整设置等功能。

安装

  1. 下载 DisplayControlSkill.exehttps://github.com/society2012/DisplayControlTool/releases/download/tag002/DisplayControlSkill.exe
  2. 创建 scripts/ 目录(如果不存在)
  3. 将 exe 放入 scripts/DisplayControlSkill.exe

使用方法(子命令模式)

基本语法

# 使用 exec 工具调用
exec: scripts/DisplayControlSkill.exe <command> [options]

支持的命令

命令参数说明
get_monitor_base_info<index>获取显示器的基本信息
set_monitor_power_mode<index> <mode>设置显示器的电源模式
get_monitor_power_mode<index>获取显示器的电源模式
set_monitor_power_off<index>关闭显示器
set_monitor_power_on<index>打开显示器
get_monitor_sn<index>获取显示器的sn
get_monitor_mt<index>获取显示器的制作商标识符
get_monitor_fw_version<index>获取显示器的固件版本号
get_monitor_sync_technology_name<index>获取显示器的同步技术名称
get_monitor_panel_size<index>获取显示器的尺寸
get_monitor_resolution<index>获取显示器的分辨率
get_monitor_manufacturer<index>获取显示器的制作商
get_monitor_count<index>获取连接显示器的个数
get_monitor_feature_count<index>获取显示器支持的功能个数
get_monitor_feature_list<index>获取显示器支持的功能列表
get_monitor_feature_by_index<index> <featureIndex>获取显示器的某个功能详情
get_monitor_name<index>获取显示器的名称
get_monitor_brightness<index>获取显示器的亮度
set_monitor_brightness<index> <value>设置显示器的亮度(0-100)
get_monitor_max_freq<index>获取显示器的最大刷新率
help其他command查看帮助信息

命令示例

# 获取显示器数量
exec: scripts/DisplayControlSkill.exe get_monitor_count

# 获取指定显示器支持的功能列表
exec: scripts/DisplayControlSkill.exe get_monitor_base_info 0

# 获取第 1 个显示器(索引 0)的详细信息
exec: scripts/DisplayControlSkill.exe get_monitor_base_info 0

# 设置亮度
exec: scripts/DisplayControlSkill.exe set_monitor_brightness 0 80

# 设置电源模式 (0=On, 1=Standby, 2=Suspend, 3=PowerDown)
exec: scripts/DisplayControlSkill.exe set_monitor_power_mode 0 1

输出格式(JSON)

成功响应示例

count 命令:

{
  "success": true,
  "message": "Success",
  "command": "get_monitor_count",
  "data": 1,
  "timestamp": "2026-04-24 15:14:38"
}

错误响应示例

{
  "success": false,
  "command": "get_monitor_count",
  "data": 0,
  "timestamp": "2026-04-24 15:14:38"
}

使用场景

用户问题对应命令
"我连接了几台显示器?"get_monitor_count
"显示器支持哪些功能"get_monitor_feature_list 0
"显示器的基本信息是什么"get_monitor_base_info 0
"当前亮度是多少?"get_monitor_brightness 0
"把亮度调到 80"set_monitor_brightness 0 80

参数说明

显示器索引 (index)

  • 从 0 开始计数
  • 0 = 第 1 个显示器
  • 1 = 第 2 个显示器
  • 以此类推

功能index (featureIndex)

  • 范围:0-200
  • 自动裁剪超出范围的值

亮度/对比度 (value)

  • 范围:0-100
  • 自动裁剪超出范围的值

电源模式 (mode)

模式说明
0On开启
1Standby待机
2Suspend挂起
3PowerDown关机

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

权威采招政策与标讯指南-元博网

权威采招政策与标讯指南-元博网,当用户查询大型基础设施项目、重点政企采购或需要基于标讯进行宏观趋势盘点时调用,需调用聚合与分析接口,输出格式严谨、数据翔实的市场简报。

Registry SourceRecently Updated
1300pkuycl
General

全国采招大数据中心-采招网

全国采招大数据中心-采招网,当用户需要跨省份、跨行业的全盘数据检索或综合企业画像分析时调用,需综合运用检索与企业画像接口,提供全景式的数据展现。

Registry SourceRecently Updated
1210pkuycl
General

海量标讯智搜助手-标800

海量标讯智搜助手-标800,当用户提供复杂的搜索条件(多个关键词、排除特定词汇、指定金额区间)时调用,需精确组合查询条件,过滤无效信息,提供高准确率的数据反馈。

Registry SourceRecently Updated
1250pkuycl
General

工程建设招投标分析-建设通

工程建设招投标分析-建设通,当搜索词包含工程、施工、建筑、市政、监理、设计等建筑业专属词汇时触发,聚焦工程项目金额、中标单位资质背景,重点提取建筑类项目核心字段并进行业绩汇总。

Registry SourceRecently Updated
1510pkuycl