rdp

GitHub

定义 Windows RDP 远程桌面资产配置,支持交互式桌面会话。包含主机、端口、凭据及分辨率等字段,无命令执行能力,用于管理远程桌面连接资源。

internal/ai/skills/rdp/SKILL.md opskat/opskat

触发场景

需要启动或配置 Windows 远程桌面会话 创建或更新 RDP 类型的资产记录

安装

npx skills add opskat/opskat --skill rdp -g -y
更多选项

非标准路径

npx skills add https://github.com/opskat/opskat/tree/main/internal/ai/skills/rdp -g -y

不安装直接使用

npx skills use opskat/opskat@rdp

指定 Agent (Claude Code)

npx skills add opskat/opskat --skill rdp -a claude-code -g -y

安装 repo 全部 skill

npx skills add opskat/opskat --all -g -y

预览 repo 内 skill

npx skills add opskat/opskat --list

SKILL.md

Frontmatter
{
    "name": "rdp",
    "description": "Windows remote desktop assets. Config fields for put_asset; no command surface — exec is not supported for this type."
}

RDP assets

RDP assets are opened as an interactive desktop session in the app. There is no command surface: exec is not supported for this type, and there is nothing to script.

Asset config (for put_asset)

field type required notes
host string yes Hostname or IP
port number no Defaults to 3389
username string yes Local or domain account
password string no Write-only. Encrypted in the asset; does not create a credential
credential_id number no Existing managed password credential ID; mutually exclusive with password
domain string no Windows domain; omit for local accounts
width number no Initial desktop width, defaults to 1280
height number no Initial desktop height, defaults to 720
clipboard boolean no Defaults to true
ssh_asset_id number no Accepted compatibility key; the current automation handler does not persist it

Plaintext is never returned, is encrypted in the asset, and never creates a managed credential.

Example:

put_asset(name="win-jump", type="rdp", config={"host":"10.0.1.9","username":"admin","domain":"CORP"})

版本历史

  • b159e91 当前 2026-08-19 20:21

    新增credential_id字段以支持托管凭据;修改clipboard字段类型从string改为boolean;优化审计脱敏逻辑。

  • aeb4bc3 2026-07-24 16:28

同 Skill 集合

internal/ai/skills/database/SKILL.md
internal/ai/skills/etcd/SKILL.md
internal/ai/skills/k8s/SKILL.md
internal/ai/skills/kafka/SKILL.md
internal/ai/skills/local/SKILL.md
internal/ai/skills/mongodb/SKILL.md
internal/ai/skills/oss/SKILL.md
internal/ai/skills/redis/SKILL.md
internal/ai/skills/serial/SKILL.md
internal/ai/skills/ssh/SKILL.md
internal/ai/skills/vnc/SKILL.md
plugin/opsctl/skills/opsctl/SKILL.md

元信息

文件数
0
版本
d919872
Hash
d3a992f5
收录时间
2026-07-24 16:28

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-28 05:22
浙ICP备14020137号-1 $访客地图$