ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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.