ワンクリックで
space-agent-setup
Install and run Space Agent on Surface Pro 3 — release AppImage or dev clone, user creation, startup
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Install and run Space Agent on Surface Pro 3 — release AppImage or dev clone, user creation, startup
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose and fix Hermes messaging gateway connectivity issues (Telegram/Discord down, stale locks, PM2 problems)
Backup Hermes agent to GitHub and restore on a new VPS. Covers what to include/exclude, GitHub token requirements, and restore steps. Includes automated scripts.
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
| name | space-agent-setup |
| description | Install and run Space Agent on Surface Pro 3 — release AppImage or dev clone, user creation, startup |
| version | 1 |
| author | Marco |
| metadata | {"hermes":{"tags":["space-agent","electron","ai-agent","desktop"],"category":"autonomous-ai-agents"}} |
Space Agent (agent0ai/space-agent) is a browser-first AI agent runtime. Available as:
curl -sL "https://github.com/agent0ai/space-agent/releases/download/v0.64/Space-Agent-0.64-linux-x64.AppImage" -o ~/Downloads/space-agent.AppImage
chmod +x ~/Downloads/space-agent.AppImage
Surface Pro 3 lacks FUSE. Extract instead of running directly:
cd ~/Downloads
./space-agent.AppImage --appimage-extract
# Creates squashfs-root/ in current directory
mkdir -p ~/.space-agent
cp -r squashfs-root/* ~/.space-agent/
chmod +x ~/.space-agent/space-agent
sudo -u marco env DISPLAY=:0 HOME=/home/marco DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus ~/.space-agent/space-agent --no-sandbox
See surface-gui-app-launch skill for the full sudo env pattern.
git clone https://github.com/agent0ai/space-agent.git ~/space-agent-dev
cd ~/space-agent-dev
npm install
First admin user:
cd ~/space-agent-dev
node space user create admin --password "change-me-now" --full-name "Admin" --groups _admin
Start dev server:
cd ~/space-agent-dev
PORT=3000 node space serve
# ~/.local/share/applications/space-agent.desktop
[Desktop Entry]
Name=Space Agent
Exec=/home/marco/.space-agent/space-agent --no-sandbox %U
Terminal=false
Type=Application
Icon=/home/marco/.space-agent/space-agent.png
Categories=Development;
mkdir -p ~/.local/share/applications/
mv space-agent.desktop ~/.local/share/applications/
update-desktop-database ~/.local/share/applications/
/tmp/squashfs-root/ won't survive reboot — always use ~/.space-agent/