一键导入
local-computer-agent
Work with the user's local files through /host, using Hermes terminal/file tools for real computer-adjacent automation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Work with the user's local files through /host, using Hermes terminal/file tools for real computer-adjacent automation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
OpenDeepSeek default wow demos for video, onboarding, and first-run user delight
Keep Hermes Memory and the OpenDeepSeek lightweight chat memory snapshot in sync
Turn the OpenDeepSeek project thesis into a clear, persuasive Chinese short-video script
基于 SOC 职业分类
| name | local-computer-agent |
| description | Work with the user's local files through /host, using Hermes terminal/file tools for real computer-adjacent automation |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["opendeepseek","local-files","terminal","automation","desktop"],"related_skills":["wow-demo"]}} |
Use this skill whenever the user asks you to inspect, organize, create, edit, or automate local files on their computer.
OpenDeepSeek mounts the user's chosen host directory at:
/host
For the default setup, /host is the user's home directory. Common paths:
/host/Desktop
/host/Documents
/host/Downloads
/host/OpenDeepSeek-Outputs
Do not say you cannot access local files until you have actually checked /host.
Start by checking the workspace:
pwd
ls -la /host | sed -n '1,80p'
For user-facing outputs, create:
mkdir -p /host/OpenDeepSeek-Outputs
When inspecting private folders, summarize categories first. Avoid dumping large file lists unless the user explicitly asks.
For destructive actions such as deleting, moving, overwriting, or bulk renaming files, first prepare a plan and ask the user to confirm. Prefer writing a proposed plan to /host/OpenDeepSeek-Outputs/.
For creation tasks, actually create the artifact under /host/OpenDeepSeek-Outputs/ and tell the user the exact /host/... path.
Use these patterns for impressive demos:
Desktop audit:
find /host/Desktop -maxdepth 1 -mindepth 1 -print
Create a polished HTML page:
mkdir -p /host/OpenDeepSeek-Outputs/site
Create a report:
mkdir -p /host/OpenDeepSeek-Outputs/reports
Create a slide outline:
mkdir -p /host/OpenDeepSeek-Outputs/decks
Be concrete. Say what you inspected, what you created, and where it is. Do not hide behind generic chat answers.