원클릭으로
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/