Install and configure a Python development environment with package management
When you need to set up a Python development environment on a new machine or want to ensure proper Python installation with package management capabilities.
https://www.python.org/downloads/ and download the latest stable version for your OSpython-3.x.x.exe (Windows) or use package manager on Linux/macOSpython --version and python -m pip --versionpython -m pip install --upgrade pippython -m venv myprojectmyproject\Scripts\activate (Windows) or source myproject/bin/activate (Linux/macOS)pip install requests numpy pandaspip freeze > requirements.txtpython --version shows Python 3.x.xpip list shows installed packagespython -c "import sys; print(sys.executable)" shows correct Python pathnpx skills add Snehal707/install-python-environment下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer