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.
git clone --depth 1 https://github.com/Venkateshvenki404224/frappe-apps-managerWrote 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/venkateshvenki404224/frappe-apps-manager/frappe-new-site)<a href="https://agentmods.dev/commands/venkateshvenki404224/frappe-apps-manager/frappe-new-site"><img src="https://agentmods.dev/badge/commands/venkateshvenki404224/frappe-apps-manager/frappe-new-site/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/venkateshvenki404224/frappe-apps-manager/frappe-new-site"><img src="https://agentmods.dev/badge/commands/venkateshvenki404224/frappe-apps-manager/frappe-new-site.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00012 | $0.01929 |
| Opus 5 | $0.00006 | $0.00964 |
| Sonnet 5 | $0.00002 | $0.00386 |
| Haiku 4.5 | $0.00001 | $0.00193 |
Grade B, and why
frappe-new-site scanned grade B with 1 finding 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 12d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Start Redis: `sudo systemctl start redis-server` How it starts
The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Frappe New Site Command
Create a new Frappe site with proper database configuration, admin user setup, and initial app installation.
Steps to Execute
1. Verify Bench Environment
- Check if current directory is a valid Frappe bench
- Look for
sites/common_site_config.jsonfile - Verify bench command is available
- If not in bench directory, ask user for bench path
2. Gather Site Details
Ask the user for the following information:
- Site name (e.g.,
mysite.local,dev.example.com)- Must be a valid domain format
- Will be used to access the site
- Database name (optional, defaults to site name with special chars removed)
- MariaDB/PostgreSQL root password (for database creation)
- Admin password (for Administrator user)
- Suggest strong password or offer to generate one
- Install demo data? (yes/no)
3. Pre-creation Checks
Before creating the site:
- Check if site name already exists in
sites/directory - Verify database connectivity (test root password)
- Check disk space (warn if < 1GB free)
- Verify required services are running:
- MySQL/MariaDB or PostgreSQL
- Redis (both cache and queue)
4. Create the Site
Execute the site creation command with appropriate flags:
bench new-site [site-name] \
--admin-password [password] \
--mariadb-root-password [root-password] \
[--db-name [custom-db-name]] \
[--install-app erpnext] \
[--verbose]
Options to consider:
--db-name: Custom database name if specified--db-type postgres: If using PostgreSQL instead of MariaDB--install-app: Install specific apps during creation--verbose: Show detailed output--source_sql: Import from SQL file (for cloning)
5. Verify Site Creation
After creation, verify:
- Site directory exists at
sites/[site-name]/ - Check for essential files:
sites/[site-name]/site_config.jsonsites/[site-name]/private/backups/sites/[site-name]/public/files/
- Database was created successfully
- Administrator user exists and can login
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.
- 12d ago First seen · 263 lines · 12 tokens per session scan B 0079bb6950ab
frappe-new-site is a command published in the GitHub repository Venkateshvenki404224/frappe-apps-manager (27 stars, last pushed 3mo ago), licensed MIT. It adds 12 tokens to every session and 1,929 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
init
Initialize configurations for Supabase local development.
toh-connect
Connect app to Supabase backend with schema and RLS policies.
model-create
Create a new Django model following best-practice conventions.
services
Manage the connect service registry. Register API services and database connections, store credentials, set read-only vs write access, manage the destination allowlist, and report trust status.
p3-data-model
Designs the Data Model with entities and relationships as well as the API design with interface specification. The result is DATAMODEL.md and APISPEC.md as the binding foundation for implementation.
crud
Generates a complete CRUD domain in the house pattern (NestJS or Express + Prisma — picked by the project's real stack, multi-tenant).