auto-conda-env自动为Python项目创建或复用匹配的Conda环境,扫描项目依赖文件自动配置运行环境。Auto-create or reuse a Conda env for any Python project — scans deps, matches envs, handles CUDA/GPU needs.
Install via ClawdBot CLI:
clawdbot install kazuya-ecnu/auto-conda-envGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://download.pytorch.org/whl/cu118`Audited Apr 17, 2026 · audit v1.0
Generated May 23, 2026
A data scientist starts a new Python machine learning project. They use this skill to automatically scan dependencies, create a Conda environment with the correct Python version and packages, and handle GPU dependencies like PyTorch, saving hours of manual configuration.
A development team onboarding a new member runs this skill on the project repository to ensure the new hire's environment matches the team's exactly, replicating dependencies and Python version without manual steps, reducing 'it works on my machine' issues.
A developer revisits an old Python project with a `requirements.txt` file. The skill scans the file, creates an isolated Conda environment with the exact dependencies, and avoids conflicts with other projects on the same system, enabling safe updates.
A researcher needs to set up a deep learning environment for a project that uses TensorFlow with GPU acceleration. The skill detects the need for CUDA libraries, installs the correct torch version from the PyTorch CUDA URL, and verifies CUDA availability, ensuring the environment is ready for training.
A developer works on two projects requiring different Python versions (3.8 and 3.11). By using this skill for each project, separate Conda environments are created, avoiding version conflicts and allowing seamless switching between projects.
Offer the skill as a premium plugin for development IDEs or CI/CD pipelines, charging per-seat licenses. It automates environment setup, saving developer hours and reducing onboarding friction for teams.
Provide consulting services to enterprises for integrating the skill into their internal developer toolchains, customizing dependency scanning rules, and adding support for private package repositories.
Bundle the skill with cloud-based development environments (e.g., Jupyter notebooks, cloud IDEs) as a value-added feature. Automatically create and manage Conda environments in the cloud, reducing compute waste and user errors.
💬 Integration Tip
Ensure the skill has access to a functional conda executable; configure environment variables or the skill's settings to point to conda if it's not in PATH.
Scored May 23, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.