重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
npx skills add https://github.com/rysweet/amplihack --skill remote-work使用 /amplihack:remote 命令在远程 Azure 虚拟机上执行 amplihack 任务。
在以下情况时使用此技能:
当您说类似以下的话时:
我将:
/amplihack:remote我会自动从您的请求中检测 Azure 区域:
基于您任务复杂度的关键词:
小型 (规格 s) : 快速分析,简单修复
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
中型 (规格 m) : 标准开发工作
大型 (规格 l) : 复杂重构,大型代码库
超大型 (规格 xl) : 计算密集型任务
激活时:
解析用户请求 以提取:
根据关键词确定虚拟机规格:
构建命令:
/amplihack:remote --region {region} --vm-size {size} auto "{task}"
如果未提及区域,则省略 --region(使用 azlin 默认设置)
使用 SlashCommand 工具执行命令
指导用户 后续步骤:
~/.amplihack/.claude/runtime/logs/remote/remote-exec/ 命名空间下用户 : "在 eastus 虚拟机上远程运行这个分析"
您的响应 :
I'll execute this analysis on a remote Azure VM in eastus.
Detected:
- Task: analysis work
- Region: eastus
- Size: s (small - suitable for analysis)
Executing: /amplihack:remote --region eastus --vm-size s auto "analysis work"
然后使用 SlashCommand 工具执行它。
用户 : "我需要把这个全面的重构卸载到 Azure,使用 westus2"
您的响应 :
I'll execute this comprehensive refactoring on a remote Azure VM in westus2.
Detected:
- Task: comprehensive refactoring
- Region: westus2
- Size: l (large - for comprehensive work)
Executing: /amplihack:remote --region westus2 --vm-size l auto "comprehensive refactoring"
用户 : "远程运行这个"
您的响应 :
I'll execute this task on a remote Azure VM using your default region.
Detected:
- Task: [extract from context]
- Region: default (from azlin config)
- Size: m (medium - standard)
Executing: /amplihack:remote --vm-size m auto "[task]"
执行完成后,指导用户:
Remote execution complete!
Results:
- Logs: .claude/runtime/logs/remote/
- Branches: Check `git branch -r | grep remote-exec`
- Integration: Review changes and merge if ready
To view logs:
cat .claude/runtime/logs/remote/remote-exec-*.log
To merge remote changes:
git fetch
git merge remote-exec/main
如果命令失败,解释常见问题:
检测到密钥 : "远程执行被阻止 - 在仓库中发现密钥。请移除硬编码的密钥,改用 .env 文件。"
Azlin 未配置 : "Azlin 未配置。请运行:azlin configure"
超时 : "任务超时。虚拟机已保留以供检查。使用 azlin connect <vm-name> 进行调查。"
提醒用户:
.env 文件存储密钥(切勿硬编码)azlin list 监控 Azure 成本azlin kill <vm-name> 清理虚拟机/amplihack:remote - 直接命令接口~/.amplihack/.claude/tools/amplihack/remote/README.md每周安装数
87
仓库
GitHub 星标数
44
首次出现
Jan 23, 2026
安全审计
安装于
opencode79
codex74
cursor73
claude-code72
gemini-cli72
github-copilot71
Execute amplihack tasks on remote Azure VMs using the /amplihack:remote command.
Use this skill when you want to:
When you say things like:
I will:
/amplihack:remote with proper optionsI automatically detect Azure regions from your request:
Based on your task complexity keywords:
Small (size s) : Quick analysis, simple fixes
Medium (size m) : Standard development work
Large (size l) : Complex refactoring, large codebases
Extra Large (size xl) : Intensive compute tasks
When activated:
Parse the user's request to extract:
Determine VM size based on keywords:
Construct the command :
/amplihack:remote --region {region} --vm-size {size} auto "{task}"
If no region mentioned, omit --region (uses azlin default)
Execute the command using the SlashCommand tool
Guide the user on next steps:
~/.amplihack/.claude/runtime/logs/remote/remote-exec/ namespaceUser : "Run this analysis remotely on an eastus VM"
Your Response :
I'll execute this analysis on a remote Azure VM in eastus.
Detected:
- Task: analysis work
- Region: eastus
- Size: s (small - suitable for analysis)
Executing: /amplihack:remote --region eastus --vm-size s auto "analysis work"
Then use SlashCommand tool to execute it.
User : "I need to offload this comprehensive refactoring to Azure, use westus2"
Your Response :
I'll execute this comprehensive refactoring on a remote Azure VM in westus2.
Detected:
- Task: comprehensive refactoring
- Region: westus2
- Size: l (large - for comprehensive work)
Executing: /amplihack:remote --region westus2 --vm-size l auto "comprehensive refactoring"
User : "Run this remotely"
Your Response :
I'll execute this task on a remote Azure VM using your default region.
Detected:
- Task: [extract from context]
- Region: default (from azlin config)
- Size: m (medium - standard)
Executing: /amplihack:remote --vm-size m auto "[task]"
After execution completes, guide the user:
Remote execution complete!
Results:
- Logs: .claude/runtime/logs/remote/
- Branches: Check `git branch -r | grep remote-exec`
- Integration: Review changes and merge if ready
To view logs:
cat .claude/runtime/logs/remote/remote-exec-*.log
To merge remote changes:
git fetch
git merge remote-exec/main
If the command fails, explain common issues:
Secrets Detected : "Remote execution blocked - secrets found in repository. Please remove hardcoded secrets and use .env files instead."
Azlin Not Configured : "Azlin is not configured. Please run: azlin configure"
Timeout : "Task timed out. The VM has been preserved for inspection. Use azlin connect <vm-name> to investigate."
Remind users:
.env for secrets (never hardcode)azlin listazlin kill <vm-name>/amplihack:remote - Direct command interface~/.amplihack/.claude/tools/amplihack/remote/README.mdWeekly Installs
87
Repository
GitHub Stars
44
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketWarnSnykPass
Installed on
opencode79
codex74
cursor73
claude-code72
gemini-cli72
github-copilot71
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
145,500 周安装
通用项目发布工具 - 多语言更新日志自动生成 | 支持Node.js/Python/Rust/Claude插件
62 周安装
Edge Pipeline Orchestrator:自动化金融交易策略流水线编排工具
62 周安装
Python ROI 计算器:投资回报率、营销ROI、盈亏平衡分析工具
62 周安装
Salesforce Hyperforce 2025架构指南:云原生、零信任安全与开发最佳实践
62 周安装
PowerShell 2025 重大变更与迁移指南:版本移除、模块停用、WMIC替代方案
62 周安装
2025安全优先Bash脚本编写指南:输入验证、命令注入与路径遍历防护
62 周安装