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

Tidybot-Universe

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

수집된 skills
10
Stars
56
업데이트
2026-03-28
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

tidybot-bundle
소프트웨어 개발자

Bundle a Tidybot skill and its dependencies into a single executable Python script for robot submission. Use when (1) submitting a multi-dependency skill to the robot, (2) preparing code for the /code/execute API, (3) resolving deps.txt dependency chains into one file.

2026-03-28
tidybot-sim-manager
네트워크·컴퓨터 시스템 관리자

Start, stop, restart, and health-check the MuJoCo sim server and agent server. Use when (1) launching the sim for skill development or testing, (2) restarting after a crash, (3) checking if the sim is running, (4) shutting down cleanly.

2026-03-22
tidybot-commit-push
소프트웨어 개발자

Audit all Tidybot repos for uncommitted/unpushed changes, diff workspace skills and personality files against the Tidybot-Universe setup repo, and summarize. Use when (1) the user says "push tidybot" or "commit tidybot", (2) reviewing what's changed before pushing, (3) syncing workspace files to the public repo.

2026-03-10
tidybot-robot-connection
네트워크·컴퓨터 시스템 관리자

Robot connection credentials and API endpoints — IP address, API key, base URL, and all key REST endpoints. Use when (1) making API calls to the robot, (2) executing code on the robot via /code/execute, (3) debugging connection issues or timeouts, (4) needing the robot IP or API key mid-session, (5) polling execution status or retrieving recorded frames, or (6) fetching SDK docs or the getting-started guide.

2026-03-09
tidybot-run-robot-task
소프트웨어 개발자

Execute a physical task on the robot (pick up, place, move, look at, etc.). Use when the user asks you to do something with/on the robot — any manipulation, navigation, or perception task. Triggers on requests like "pick up the banana," "put that on the plate," "go to the table," "what do you see," etc.

2026-03-05
tidybot-active-services
소프트웨어 개발자

External services catalog — model endpoints, vision APIs, grasping backends, and Python client SDKs available to robot skills. Use when (1) a skill needs an external model or API, (2) checking what backend services are available, (3) debugging service timeouts or connection failures, (4) requesting a new service that doesn't exist yet, (5) downloading or using a service's Python client SDK.

2026-03-01
tidybot-skill-dev
소프트웨어 개발자

Build, test, and iterate robot skills for Tidybot. Use when (1) asked to make a new robot skill, (2) prototyping or iterating on skill code, (3) running or recording skill trials, (4) tracking success/failure stats, (5) deciding whether to chain existing skills or build new, (6) debugging skill execution, (7) needing a backend API, model, or service that doesn't exist yet.

2026-02-23
tidybot-skill-publish
소프트웨어 개발자

Publish a tested robot skill to the tidybot-skills org. Use when the user approves publishing a skill from the dev/ folder.

2026-02-23
tidybot-robot-sdk-ref
소프트웨어 개발자

Fetch the live robot SDK reference and getting-started guide from the robot API. Use when (1) writing new robot skill code, (2) unsure about available SDK methods, classes, or endpoints, (3) debugging API calls or getting unexpected responses, (4) starting a session where robot code will be written — always read the guide before writing robot code.

2026-02-23
tidybot-robot-hardware
기계 엔지니어

Robot physical specs, coordinate frames, camera setup, and morphology — Franka Panda arm, mobile base, Robotiq gripper, camera positions and IDs. Use when (1) writing arm or base control code, (2) referencing world-frame coordinates or axis conventions, (3) computing end-effector targets or grasp positions, (4) using camera IDs or understanding camera placement, (5) reasoning about spatial layout, reach, or workspace boundaries.

2026-02-23