AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Bootstrap

skill-zedarvates-botte-secrete-bootstrap · by zedarvates

Deploy Botte Secrète's token-saving stack into a target project — wire the botte-llm MCP server into .mcp.json, audit the project's agent directives, and write a .botte config + setup report. Use when the user wants to "install botte", "set up token savings on a project", reduce an existing project's token/cost usage, or onboard a repo to local-first routing. This is the capstone that makes the t…

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-zedarvates-botte-secrete-bootstrap

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zedarvates-botte-secrete-bootstrap)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Bootstrap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

bootstrap — deploy the toolkit into a project

The whole point of Botte Secrète is to make real projects cheaper to work on. This installs the stack into any project in one command.

Run it

python -m skills.bootstrap.cli /path/to/project
python -m skills.bootstrap.cli /path/to/project --create-agents-md   # scaffold AGENTS.md if missing
python -m skills.bootstrap.cli /path/to/project --scan-subnet --json

What it does (idempotent)

  1. Discover local backends (llm_backends) so routing has somewhere to send work.
  2. Wire MCP — merges the botte-llm server into the project's .mcp.json

(non-destructive; keeps any existing servers). The project's agent then gains: auto_route, local_chat, fusion, find_skills, audit_local_usage, route_task, discover_backends, list_models.

  1. Audit directives (directives_audit) — reports the CLAUDE.md/AGENTS.md

health; with --create-agents-md, scaffolds a starter AGENTS.md when none exists.

  1. Write .botte/config.json — chosen local model, detected cloud keys,

token budget, routing mode (auto).

  1. Write .botte/setup-report.json + print a summary with next steps.

Result

The project's agent now routes cheap work (classification, extraction, summaries, tool/skill search) to local models for 0 cloud tokens, escalates only the hard parts to the cloud (auto_router), and picks tools with find_skills instead of reading every skill description with the expensive model.

.mcp.json and .botte/ hold per-machine absolute paths, so they are gitignored in this repo — deploy on each machine.

Related: [[llmmcp]] (the tools wired in), [[autorouter]], [[skillfinder]], [[directivesaudit]], [[llm_backends]].

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.