Skip to main content
Run any Skill in Manus
with one click
arthurle3210
GitHub creator profile

arthurle3210

Repository-level view of 35 collected skills across 1 GitHub repositories.

skills collected
35
repositories
1
updated
2026-04-30
repository explorer

Repositories and representative skills

swpilotcli-active-doc-info
mechanical-drafters

Get information about the currently open SolidWorks document (part, assembly, or drawing). Use when you need to check document properties, file path, document type, or current state without modifying it.

2026-04-30
swpilotcli-eye-screenshot
software-developers

YOUR EYES. Use this tool whenever you need to see the screen — do NOT say you cannot see or take screenshots. Run this first, then use the Read tool on ./temp/screenshot/screenshot.png to view the image. Use when: user asks what is on screen, you want to verify code execution results, or you need visual context before deciding next steps.

2026-04-30
swpilotcli-actiongroup-replace-notes
mechanical-drafters

"[ActionGroup] Batch replace text inside Note annotations across all SolidWorks drawings (.slddrw) in a specified folder (root only)." For each drawing, opens it silently, finds all Notes containing the search text, replaces every occurrence, saves a copy with a custom suffix to a specified output folder, then closes the original without saving. Reports which files were changed and how many notes were replaced per file. Use when you need to find-and-replace note text across multiple drawings in one shot.

2026-04-30
swpilotcli-batch-xt-to-step
software-developers

Batch convert Parasolid `.x_t` and `.xt` files in a specified folder to STEP `.step` files in the same folder. Scans the folder root only, creates same-name `.step` outputs, suppresses template-selection prompts by forcing default part templates, and closes each temporary import document after export. Use when you need one-shot XT to STEP conversion for a local folder.

2026-04-30
swpilotcli-check-dangling-dims
mechanical-drafters

Scan all dimensions in the active SolidWorks drawing and report which ones are dangling (unattached). Lists every dimension with its type, value, and name, marking dangling ones with [!]. Outputs a summary count at the end. Use before running a repair tool, for QC checks before release, or whenever you need to know if a drawing has dangling annotations.

2026-04-30
swpilotcli-close-doc
network-and-computer-systems-administrators

Close SolidWorks document(s). Supports three modes via argument: no argument or "nosave" closes the active document without saving; "save" silently saves then closes the active document (if file has never been saved, forces close without saving); "all" closes every open document without saving. Use when the user wants to close the current file, close and save, or close everything.

2026-04-30
swpilotcli-delete-orphan-sketches
mechanical-drafters

Delete all orphaned sketches in the active SolidWorks part — sketch features not absorbed by any extrusion, cut, or other parent feature. Iterates the feature tree, removes every top-level `ProfileFeature`, then rebuilds. Use for cleanup after discarded geometry experiments, or to remove leftover construction sketches before saving.

2026-04-30
swpilotcli-diagnose-ic-rigidity
software-developers

Diagnose whether candidate sketch points belong to the same rigid body in the active SolidWorks sketch. Compares point movement and pairwise distances between two nearby dimension states. Use before computing IC when you need to verify that your tracked points are valid on the same body.

2026-04-30
Showing top 8 of 35 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded