Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

garagetytus

garagetytus에는 traylinx에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
0
업데이트
2026-05-06
Forks
0
직업 범위
분류 대기 중
저장소 탐색

이 저장소의 skills

garagetytus-shared-folder
미분류

How agents inside a tytus pod (or any S3 client — Mac, Linux, remote box) read and write files in a shared bucket on the droplet so they can collaborate with the user's Mac and with other pods. Covers credential discovery, the S3 endpoint, the three common access tools (aws CLI / boto3 / rclone), the conflict-free naming convention, and the inotify watcher pattern for "pick up new files automatically." Use this when an agent needs to drop a file the user (or another pod) will see — or read a file the user just added.

2026-05-06
garagetytus-troubleshoot
미분류

Diagnose + fix problems with a garagetytus install. Symptom- driven decision tree covering the install path, bootstrap path, daemon lifecycle, port collisions, keychain issues, integration failures (boto3 403/400, rclone), and observability gaps. Always reach for this skill before suggesting a reinstall.

2026-04-27
garagetytus-bootstrap
미분류

First-run bootstrap of an installed garagetytus daemon — start the service, run admin-API layout assignment, provision the `s3-service` keypair, and verify the daemon is healthy. Idempotent end-to-end. Use after `garagetytus install` and before any bucket / grant work.

2026-04-25
garagetytus-daily-ops
미분류

Day-to-day operations on a bootstrapped garagetytus daemon — start / stop / restart / status, bucket lifecycle, grant lifecycle (mint / revoke / expire / deny-all), reading metrics + watchdog state, and recovery from unclean shutdown. The catch-all for "the daemon is up, now what."

2026-04-25
garagetytus-install
미분류

Install the garagetytus standalone S3 daemon on a fresh Mac or Linux host end-to-end. Detects the platform, walks the prereq chain (Garage upstream binary, Homebrew on Mac, musl download + SHA verify on Linux), runs `garagetytus install`, and post-verifies the seeded state. Refuses to proceed on prereq gaps with concrete fix instructions.

2026-04-25