rdp

GitHub

定义Windows远程桌面(RDP)资产配置,用于建立交互式桌面会话。支持主机、端口、账号及凭据管理,强调无命令行执行能力,并集成安全审计与脱敏机制。

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

Trigger Scenarios

需要连接Windows远程桌面进行交互操作 配置或更新RDP类型的资产信息

Install

npx skills add opskat/opskat --skill rdp -g -y
More Options

Non-standard path

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

Use without installing

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"})

Version History

  • b159e91 Current 2026-08-19 20:21

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

  • aeb4bc3 2026-07-24 16:28

Same Skill Collection

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

Metadata

Files
0
Version
b159e91
Hash
d3a992f5
Indexed
2026-07-24 16:28

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 06:22
浙ICP备14020137号-1 $방문자$