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 commands/ciscodevnet/essentials/add-python-dependenciesgit clone --depth 1 https://github.com/CiscoDevNet/essentialsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/ciscodevnet/essentials/add-python-dependencies)<a href="https://agentmods.dev/commands/ciscodevnet/essentials/add-python-dependencies"><img src="https://agentmods.dev/badge/commands/ciscodevnet/essentials/add-python-dependencies.svg" alt="Measured on agentmods" height="20"></a>What 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.00000 | $0.00473 |
| Opus 5 | $0.00000 | $0.00236 |
| Sonnet 5 | $0.00000 | $0.00095 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
add-python-dependencies 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 today.
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.
What it actually says
Add helpful Python dependencies to the current uv project.
Parameters
- package_dir: The directory path where the Python package's
pyproject.tomlfile is located
Behavior
-
If
package_diris not provided, check for apyproject.tomlfile in the current directory. If nopyproject.tomlis found, ask the user: "What is the package directory location?" -
Navigate to the package directory (use current directory if
pyproject.tomlexists there, otherwise use the provided or asked-for directory) -
Add regular dependencies:
python-dotenv- For loading environment variables from .env filespython-decouple- For managing settings and configuration
-
Add development dependencies:
black- Code formatterpre-commit- Git hooks frameworkpylint- Linter for Python codeperflint- Performance linterruff- Fast Python linter and formatterbandit- Security linter for Pythonpytest- Testing frameworkdetect-secrets- Tool to detect secrets in code
Commands
Run these commands in the package directory (where pyproject.toml exists):
uv add python-dotenv python-decouple
uv add --group dev black pre-commit pylint perflint ruff bandit pytest detect-secrets
Example Usage
With parameter:
- package_dir:
tools/python/my_package - This will navigate to
tools/python/my_package/and run the uv add commands there
Without parameter:
- Check current directory for
pyproject.toml - If found, use current directory
- If not found, prompt user for package directory location
- Then proceed with adding dependencies
Notes
- The package directory must contain a
pyproject.tomlfile - The directory location can be absolute or relative to the workspace root
- The dev dependencies will be added to the
[dependency-groups]dev section inpyproject.toml - Regular dependencies will be added to the
[project]dependencies section
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.
- today First seen · 58 lines · 0 tokens per session scan A ed9f61505b88
add-python-dependencies is a command published in the GitHub repository CiscoDevNet/essentials (7 stars, last pushed 16d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 473 tokens. 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-09-04.
Other commands, from other repositories
init
Command "init" from ErisPulse/ErisPulse, covering erispulse.cli.commands.init 模块, 模块概述, 函数列表, validateprojectname(name: str) and 类列表.
list
Command "list" from ErisPulse/ErisPulse, covering erispulse.cli.commands.list 模块, 模块概述, 类列表 and class listcommand(command).
wrap-snarkvm
Automates wrapping a SnarkVM type in wasm-bindgen bindings for the Provable SDK.
config
Command "config" from ErisPulse/ErisPulse, covering erispulse.cli.commands.config 模块, 模块概述, 类列表 and class configcommand(command).
doctor
Command "doctor" from ErisPulse/ErisPulse, covering erispulse.cli.commands.doctor 模块, 模块概述, 类列表 and class doctorcommand(command).
list_remote
Command "list_remote" from ErisPulse/ErisPulse, covering erispulse.cli.commands.listremote 模块, 模块概述, 类列表 and class listremotecommand(command).