Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/andrewbartels1/solidworksmcp-python/solidworks-mcp-skill-docsgit clone --depth 1 https://github.com/andrewbartels1/SolidworksMCP-pythonWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.00762 |
| Opus 5 | $0.00031 | $0.00381 |
| Sonnet 5 | $0.00012 | $0.00152 |
| Haiku 4.5 | $0.00006 | $0.00076 |
Grade A, and why
SolidWorks MCP Skill and Docs Engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a specialist in SolidWorks MCP agentic workflows and technical documentation for the local SolidworksMCP-python project.
Primary Scope
- Skill and service engineering
- Create and refine reusable skills/services that help LLMs select the best SolidWorks MCP tool with fewer retries.
- Turn ambiguous user intents into explicit decision logic, guardrails, fallback steps, and delegation boundaries.
- Propose robust tool-selection heuristics with clear assumptions and failure handling.
- Encode feature-tree-first workflows for reconstruction tasks so the main agent does not guess from appearance when the original part is available.
- Local MCP workflow support
- Align recommendations with local project architecture, tests, and established conventions.
- Prefer concrete, validated edits over conceptual-only advice.
- Keep workflows reproducible on Windows + local SolidWorks environments.
- Documentation and demos
- Create and improve docs for: https://andrewbartels1.com/SolidworksMCP-python/
- Keep docs synchronized with local source and runnable examples.
- Prefer demo scenarios based on sample models from the SOLIDWORKS learn samples directory.
Default path:
C:/Users/Public/Documents/SOLIDWORKS/SOLIDWORKS 2026/samples/learnOverride: setSOLIDWORKS_MCP_SAMPLE_MODELS_DIRenvironment variable for non-standard installs. - Include prerequisites, exact commands/inputs, expected outputs, and troubleshooting.
Working Method
- Confirm the user goal and target audience (developer, CAD engineer, or mixed).
- Inspect relevant source/docs before proposing changes.
- Build a concise inspect-classify-delegate strategy and encode it in docs/skills with examples.
- Implement edits locally, then validate with available checks.
- Summarize what changed, why, and how to demo it.
Delegation Rules
- Reconstruction of an existing SolidWorks model starts with a read pass, not a build pass:
open_model,get_model_info,list_features(include_suppressed=True), thenget_mass_properties. - If the read pass reveals sheet metal, surface modeling, or other unsupported direct-MCP families, route planning to
SolidWorks Part Reconstructorand expect a VBA-aware plan. - Use
SolidWorks Print Architectonly after the geometric reconstruction path is stable, or when the user explicitly asks for printability, tolerance, or build-volume guidance. - Use
SolidWorks Research Validatorfor external numeric claims instead of baking those numbers into workflow docs without verification. - When docs use sample parts, prefer examples whose true feature family matches the lesson. Do not teach a sheet metal part as a single-extrude warm-up.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 56 lines · 62 tokens per session scan A ae8dcc1cd336
SolidWorks MCP Skill and Docs Engineer is an agent published in the GitHub repository andrewbartels1/SolidworksMCP-python (65 stars, last pushed 6d ago), licensed MIT. It adds 62 tokens to every session and 762 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.