Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Heyo-Computer
Profil créateur GitHub

Heyo-Computer

Vue par dépôt de 35 skills collectés dans 7 dépôts GitHub.

skills collectés
35
dépôts
7
mis à jour
2026-07-16
explorateur de dépôts

Dépôts et skills représentatifs

heyvm
Développeurs de logiciels

Use the heyvm CLI to log in, upgrade, create and manage local or cloud sandboxes, run commands inside VMs, deploy or update apps, expose/connect/share ports and shells, manage cloud databases, build VM images, and diagnose backend readiness.

2026-07-16
git-submit
Développeurs de logiciels

Use and troubleshoot Heyo git submit CI/CD: install or upgrade the git-submit client, configure endpoints, submit branches, handle submodules, inspect CI runs, and clean up retained VM-backed jobs.

2026-07-06
heyvm-sandbox
Développeurs de logiciels

Use this skill any time you are running inside a heyvm sandbox (i.e. a `printer run` / `printer exec` turn dispatched through the heyvm sandbox driver). Explains what is mounted, what is ephemeral, and how to inspect the sandbox from inside it. Triggers when the agent needs to know "where am I", "is this state persistent", "what host paths are visible", or wants to check the sandbox's resources.

2026-06-24
codegraph-edit
Développeurs de logiciels

Use this skill whenever you need to modify source files in a repo where the codegraph tools are available. Apply changes by sending a unified diff to codegraph_patch instead of using edit/write to rewrite file contents. Triggers when the user asks to "edit a file", "modify code", "apply a patch", "make a change to <symbol>", or any time you would otherwise reach for edit/write on source code.

2026-06-19
codegraph-search
Développeurs de logiciels

Use this skill to navigate and search a codebase efficiently with the codegraph tools instead of repeated greps and full-file reads. Triggers when the user asks to "find a symbol", "look up a definition", "list functions in a file", "show an outline", "find references", "search the codebase for X", or any time you need to locate code by name/signature/kind across a repo. Tree-sitter-backed; supports Rust, Python, JavaScript, and TypeScript.

2026-06-19
acp-runtime
Autres occupations informatiques

Use this skill any time you are running as an ACP (Agent Client Protocol) server inside printer — that means poolside, opencode, claude-code-acp, or any other vendor with `kind = "acp"` in its plugin manifest. Explains the wire contract printer expects (one turn = one `session/prompt`, persistent session, cwd-is-live-filesystem) plus the project-conventions discipline that applies regardless of which model is driving. Skip vendor-specific quirks — those live in the per-vendor skill that ships alongside this one.

2026-05-05
computer
Développeurs de logiciels

This skill should be used when an agent needs to drive or verify desktop/UI behavior on a Wayland session — during either implementation (exercising a UI/web change you just made: open a URL, click through flows, capture before/after screenshots) or review (confirming the change actually landed). Lists monitors and toplevel windows, captures screenshots, opens URLs in the default browser, and synthesizes keyboard/mouse/scroll input via uinput. Reach for this skill any time the user asks to "use computer", "screenshot the desktop", "list windows on Wayland", "click at coordinates", "type into the focused app", "send a key chord", "open a URL in the browser", or to confirm by visual evidence that a UI change actually works. Native Wayland desktop automation tool — use this when `$XDG_SESSION_TYPE` is `wayland`.

2026-05-05
opencode
Autres occupations informatiques

Use this skill when you are running as the opencode ACP agent inside printer (i.e. printer launched the `opencode` CLI in `acp` server mode via `--agent acp:opencode-acp`). Covers opencode-specific behavior — provider/auth via `opencode auth`, multi-provider support, configuration via `opencode.json` and `~/.config/opencode/` — that the generic `acp-runtime` skill doesn't cover. The runtime contract (one turn = one `session/prompt`, etc.) lives in `acp-runtime`; install that skill alongside this one.

2026-05-05
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
heyvm-database
Administrateurs de réseaux et de systèmes informatiques

Create, list, connect to, and run SQL against Heyo cloud sqlite databases via the heyvm CLI and SDK. Use when the user wants to manage a sqlite database for an agent, run ad-hoc SQL, or wire an app to a Heyo database.

2026-05-29
heyvm-deploy
Administrateurs de réseaux et de systèmes informatiques

Deploy apps to Heyo cloud sandboxes — archive code, deploy to production, bind ports, set up custom domains, and manage deployed sandboxes. Use when the user wants to deploy, update, or manage a running app.

2026-05-29
heyvm-docs
Développeurs de logiciels

High-level overview of the Heyo platform and the heyvm CLI — what it is, the core features (sandboxes, deploy, build, proxy/connect, image management), and an index of the other heyvm-* skills so the right one can be picked for a given task. Use when the user asks "what is heyvm", "what can heyvm do", "which skill should I use", or any first-orientation question.

2026-05-29
heyvm-firecracker
Administrateurs de réseaux et de systèmes informatiques

Build Dockerfiles for Firecracker microVM rootfs images and manage them with `heyvm mvm`. Use when the user wants to create a Firecracker image, write a Dockerfile for a Firecracker VM, or build/list/manage Firecracker rootfs images.

2026-05-29
heyvm-login
Administrateurs de réseaux et de systèmes informatiques

Log in to the Heyo platform via `heyvm login` — authenticate with email/password or API key to enable cloud sandbox operations (deploy, list, archive, etc.).

2026-05-29
heyvm-proxy
Administrateurs de réseaux et de systèmes informatiques

Use heyvm proxy, connect, share, ssh, and bind commands to expose ports, connect to remote sandboxes over P2P (iroh), mount remote workspaces, and share sandbox shells.

2026-05-29
heyvm-sandbox
Développeurs de logiciels

Create, start, stop, restart, list, and exec commands in heyvm sandboxes. Use when the user wants to manage sandbox lifecycle, run commands in isolated environments, or configure sandbox settings like mounts, ports, and backend types.

2026-05-29
heyvm-system
Développeurs de logiciels

Check if the host system meets all requirements to run VM sandboxes. On Linux, verifies KVM, Firecracker, kernel images, networking permissions. On macOS, verifies Apple Container and Apple Virtualization native (apple_virt) readiness and VM images. Runs a full end-to-end test on each platform. Use when the user wants to diagnose setup issues or verify their host is ready.

2026-05-29
heyvm-api
Développeurs de logiciels

Use the Heyo Cloud API to manage deployed sandboxes — execute commands, read/write files, start/stop sandboxes, and check status. Use when an agent needs to interact with a running deployed sandbox programmatically.

2026-04-24
heyvm-deploy
Développeurs de logiciels

Deploy apps to Heyo cloud sandboxes — archive code, deploy to production, bind ports, set up custom domains, and manage deployed sandboxes. Use when the user wants to deploy, update, or manage a running app.

2026-04-24
heyvm-firecracker
Développeurs de logiciels

Build Dockerfiles for Firecracker microVM rootfs images and manage them with `heyvm mvm`. Use when the user wants to create a Firecracker image, write a Dockerfile for a Firecracker VM, or build/list/manage Firecracker rootfs images.

2026-04-24
heyvm-login
Développeurs de logiciels

Log in to the Heyo platform via `heyvm login` — authenticate with email/password or API key to enable cloud sandbox operations (deploy, list, archive, etc.).

2026-04-24
heyvm-proxy
Développeurs de logiciels

Use heyvm proxy, connect, share, ssh, and bind commands to expose ports, connect to remote sandboxes over P2P (iroh), mount remote workspaces, and share sandbox shells.

2026-04-24
heyvm-sandbox
Développeurs de logiciels

Create, start, stop, restart, list, and exec commands in heyvm sandboxes. Use when the user wants to manage sandbox lifecycle, run commands in isolated environments, or configure sandbox settings like mounts, ports, and backend types.

2026-04-24
heyvm-system
Administrateurs de réseaux et de systèmes informatiques

Check if the host system meets all requirements to run VM sandboxes. On Linux, verifies KVM, Firecracker, kernel images, networking permissions. On macOS, verifies Apple Container and Apple Virtualization native (apple_virt) readiness and VM images. Runs a full end-to-end test on each platform. Use when the user wants to diagnose setup issues or verify their host is ready.

2026-04-24
7 dépôts affichés sur 7
Tous les dépôts sont affichés