Yaver

1060 tools. 455 can modify or destroy data without limits.

46 destructive tools with no built-in limits. Policy required.

Last updated:

455 can modify or destroy data
605 read-only
1060 tools total

Verified server · catalogue entry verified 29/06/2026 · full schemas captured for 837 of 1060 tools

How to control Yaver ↓

What Yaver exposes to your agents

Read (605) Write / Execute (409) Destructive / Financial (46)

What Yaver costs in tokens

80,063 tokens of tool definitions, loaded on every request
40% of a 200k context window
864 heaviest tool: yaver_ask_user
Critical Risk

The most dangerous Yaver tools

455 of Yaver's 1060 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Yaver

PolicyLayer is an MCP gateway — it sits between your AI agents and Yaver, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "session_transfer": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "acl_remove_peer": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "ab_assign": {
    "limits": [
      {
        "counter": "ab_assign_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "ab_event": {
    "limits": [
      {
        "counter": "ab_event_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Yaver — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON YAVER →

Instant setup, no code required.

All 1060 Yaver tools

DESTRUCTIVE 45 tools
Destructive acl_remove_peer Disconnect from an MCP peer. Destructive cancel_schedule Cancel/remove a scheduled task by ID. Destructive cargo_remove_crate Remove a Rust dependency. Destructive cloud_destroy Tear down Yaver Cloud deployment (exports data first). Destructive companion_down Disarm a companion project: remove its scheduled crons and stop/remove its durable service units. Destructive db_reset Drop all tables, re-migrate, and re-seed. Requires force=true. Destructive dns_flush Remove all yaver-managed DNS entries and flush DNS cache. Destructive dns_remove Delete a DNS record by id (Cloudflare only — returns a manual removal hint otherwise). Owner-only. Destructive docker_rm Remove a container. Destructive docker_rmi Remove an image. Destructive feedback_delete Remove a feedback report. Destructive. Destructive forgot_password Send a password reset email to an email-authenticated Yaver user. The reset link expires in 1 hour. Rate-limit Destructive form_delete Delete a form and its submission log. Destructive git_stash Manage git stashes (list, save, pop, apply, drop). Destructive guest_revoke Revoke guest access for an email address. Removes both pending invitations and active access. Destructive jobs_cancel Drop a pending queue job. Destructive machine_onboarding_remove Remove GitHub/GitLab onboarding from the local machine or from one or more owned Yaver machines. Can remove cl Destructive machine_remove Permanently remove Yaver from this owned host machine: unregister the device, remove auto-start service, wipe Destructive mail_dev_clear Delete all caught emails. Destructive mock_reset Clear all mock routes and recordings. Destructive models_remove Remove an Ollama model to free disk space. Destructive newsletter_send Broadcast a newsletter campaign to all confirmed subscribers via the SMTP relay. This is irreversible. Destructive ops Run one verb on one machine. Single API for every Yaver capability (info, run, build, test, deploy, push, relo Destructive phone_project_delete Delete a phone project (removes the SQLite file and manifest). Destructive pipeline_cancel_cloud Cancel running GitHub Actions or GitLab CI for the current commit to save cloud CI costs. Destructive platform_remove Remove a deployed app. Destructive proxy_remove Remove a reverse proxy route. Destructive relay_clear_password Remove the default relay server password. Destructive remote_destroy Destroy a remote VPS. Destructive remove_relay_server Remove a relay server by ID. Destructive routine_delete Permanently remove a routine. In-flight verb dispatches already issued will still complete; future fires are c Destructive runner_auth_browser_cancel Cancel a running runner browser-auth session on the local or a remote machine. Destructive screenlog_kill PANIC STOP for the screen black box: stops the live session, disarms reboot auto-resume, AND flips the master Destructive services_remove Remove a service from the local stack. Destructive shared_storage_delete Delete a shared storage profile. Destructive short_delete Delete a short URL. Destructive sourcemaps_delete Remove the source map for a specific app + version tuple. Destructive. Destructive tunnel_remove Remove a Cloudflare Tunnel by ID or URL. Destructive ufw Manage UFW firewall (status, allow, deny, delete). Destructive waitlist_delete Remove a waitlist entry by email. Destructive yaver_ask_user Ask the human running this Yaver task a single structured question (Claude-Code-style: short 'header' chip + 2 Destructive yaver_auth_factory_reset Reset local Yaver auth state on this machine, then restart sign-in from the canonical hosted backend. Useful w Destructive yaver_auth_logout Clear the saved Yaver auth token from ~/.yaver/config.json on this machine. Daemon is left running — call agen Destructive yaver_auth_unlink Remove an OAuth provider from the currently signed-in account. Refuses if it is the ONLY sign-in method (would Destructive yaver_clear_logs Clear the agent log file.
EXECUTE 195 tools
Execute adb_command Run a command on an Android device via ADB. Execute agent_graph_start Start a dependency-aware agent graph. Pass allowed_devices to choose the Yaver mesh pool and allowed_runners t Execute agent_graph_stop Stop a running agent graph. Execute analytics_start Start a self-hosted analytics stack via Docker. Replaces PostHog Cloud ($0-450/mo), Mixpanel, Plausible. Execute analytics_stop Stop the analytics Docker stack. Execute android_app_launch Launch an installed package in Redroid and return visible UI text plus whether it appears installed. Execute android_lint Run Android lint checks. Execute auth_dev_start Start a local auth server for development. Replaces Clerk ($25/mo), Auth0, WorkOS. Execute auth_dev_stop Stop the local auth server. Execute autoideas_start Start a yaver autoideas run on a local project. Long-lived loop that asks the AI for fresh single-PR-sized ide Execute autoinit_start Bootstrap a project init.md (cached project context for autonomous yaver runs). Drastically cuts the per-kick Execute backend_start Start PocketBase backend (built-in DB + auth + storage + realtime). Execute backend_stop Stop PocketBase backend. Execute bandit Run Bandit Python security analysis. Execute benchmark Run project benchmarks. Auto-detects: go bench, cargo bench, npm bench. Execute brakeman Run Brakeman Ruby/Rails security scanner. Execute browser_evaluate Execute JavaScript in the browser and return the result. Use for complex interactions, reading localStorage/co Execute browser_interactive_start Start a GENERIC human-in-the-loop co-browse: opens a headful browser with a persistent profile, navigates to a Execute browser_interactive_stop Stop an interactive co-browse session. The on-disk profile (cookies/auth) persists so later automation can reu Execute browser_navigate Navigate to a URL. Returns a screenshot of the page after navigation plus the page title. Use this as the firs Execute browser_wait Wait for a CSS selector to become visible on the page. Use before clicking/typing elements that load dynamical Execute browser_wait_navigation Wait for the page URL to change (e.g., after a form submission or OAuth redirect). Execute build_android Discover an Android-capable project in the repo, choose the correct builder for its stack (RN/Expo/Flutter/Kot Execute build_ios Discover an iOS-capable project in the repo, choose the correct builder for its stack (RN/Expo/Flutter/Swift), Execute cargo_bench_suite Run Rust benchmarks. Execute cargo_build Build Rust project. Execute cargo_clean Clean Rust build artifacts. Execute cargo_doc Build Rust docs. Execute cast_start Start an agent-side terminal recording. Wraps the given command via the asciinema CLI. Only one recording at a Execute cast_stop Stop the active terminal recording and save it to the cast index. Execute cf_deploy Deploy Cloudflare Worker. Execute clang_compile Compile C/C++ with Clang. Execute clip_start Start a local screen recording on the agent's Mac or Linux box via ffmpeg. Returns the session id; call clip_s Execute clip_stop Stop the active screen recording. Finalises the mp4 with a flushed moov atom. Execute cloud_backup Trigger a manual cloud backup. Execute cloud_cli Run AWS, GCP, or Azure CLI commands. Execute cloud_deploy Deploy app to Yaver Cloud (managed Hetzner VPS). Provisions server, deploys Docker containers, sets up SSL/DNS Execute cloud_emu_start Start local cloud emulators. Provider: aws (MinIO/DynamoDB/ElasticMQ), azure (Azurite), gcp (Firebase Emulator Execute cloud_emu_stop Stop local cloud emulators. Execute cloud_scale Change Yaver Cloud plan tier. Execute cmake_build Build CMake project. Execute cms_start Start a headless CMS (Keystatic, Tina, Decap, or PocketBase). Execute cms_stop Stop the CMS. Execute code_deploy Run a deployment from the current yaver code target or from an explicitly selected repo/machine. Supports dire Execute code_dev Run a dev-loop action against the current yaver code target. Supported actions today: status, reload. Optional Execute code_mesh_start Start a yaver code --mesh run: plan → implement → verify chat chain across the available machine pool. Thin wr Execute companion_up Arm the companion manifest (yaver.companion.yaml) at repo: schedule HTTP crons on the in-process scheduler and Execute convex_action Run a Convex action via admin HTTP API. Execute convex_deploy Deploy Convex functions. Execute convex_mutate Run a Convex mutation via admin HTTP API. Execute convex_run Run a Convex function. Execute cppcheck Run cppcheck C/C++ static analysis. Execute db_seed Run database seed file. Execute deploy_list List deploy history for a project. Execute deploy_rollback Roll back to a prior deploy's commit. Execute deploy_run Run a deploy: git pull → build → swap containers → healthcheck → auto-rollback on failure. Execute dev_environment_clone_start Start cloning a coding-focused Yaver dev environment. Reuses toolchain sync, repo clone, runner auth verificat Execute device_reauth_start Start Yaver re-auth on an owned remote machine through the existing /auth/recover path. auto picks the safest Execute device_reauth_wait Wait for remote Yaver auth recovery to complete. Preferred usage is recovery_id + wait_token from device_reaut Execute diagnose Run the yaver self-check (binary paths, running procs, ports, auth state, workspace manifest, systemd unit, ru Execute docker_build Build a Docker image from Dockerfile. Execute docker_compose Run docker compose actions (up, down, ps, logs, restart). Execute docker_exec Execute a command inside a Docker container. Execute docker_restart Restart a container. Execute docker_start Start a stopped container. Execute docker_stop Stop a running container. Execute domain_ddns_start Start dynamic DNS updater (auto-update Cloudflare DNS when IP changes). Execute droid_launch Launch an installed Android app whose package id contains the given substring, via its LAUNCHER intent (adb mo Execute eas_build Start an EAS Build (Expo). Execute exec_command Execute a shell command on this machine or an owned remote Yaver device and return the output. Commands are va Execute expose_start Expose a local port to the internet. Replaces ngrok ($10/mo). Uses Cloudflare Quick Tunnel (free, zero config) Execute expose_stop Stop a tunnel. Execute firebase_deploy Deploy to Firebase (hosting, functions, etc.). Execute flutter_build Build a Flutter app. Execute flutter_doctor Run flutter doctor to check environment. Execute fly_deploy Deploy to Fly.io. Execute gateway_act Personal Agent Gateway: perform an ACTION (write) as you on one of YOUR connectors — start a charge, buy a tic Execute gateway_act_confirm Personal Agent Gateway: confirm + execute a previously previewed act (from gateway_act dry-run). The confirm c Execute gateway_intent Personal Agent Gateway: route a natural-language utterance to the right engine — a coding task (runner), a gat Execute gcc_compile Compile C/C++ with GCC. Execute gh_run Run any gh (GitHub CLI) subcommand. Pass the args as a list (no leading gh). Pre-flights install + auth state, Execute git_oauth_start Start a GitHub or GitLab Device Flow (RFC 8628) authorization on the local machine or a remote owned peer. Ret Execute github_workflow_run Trigger a GitHub Actions workflow_dispatch run. Execute glab_run Run any glab (GitLab CLI) subcommand. Same shape as gh_run. Use for MR/issue/CI/snippet/release ops not covere Execute go_build Build Go project. Execute go_pprof_cpu Run Go CPU profiling via test benchmarks or pprof URL. Execute go_pprof_heap Run Go heap profiling. Execute go_staticcheck Run staticcheck. Execute gosec Run gosec Go security analysis. Execute gradle_build Run a Gradle build task. Execute ha_service Call a Home Assistant service — turn on/off lights, start vacuum, set thermostat, trigger scenes. Works with X Execute heaptrack Run heaptrack for heap allocation profiling (Linux). Execute infra_power Run a managed power action. Supports agent_shutdown and host_reboot. Requires confirm=true. Execute infra_service_action Start, stop, restart, or inspect a managed service. Scope can be dev (.yaver/services.yaml) or system (systemd Execute k8s_exec Execute a command in a Kubernetes pod. Execute lambda_invoke Invoke an AWS Lambda function. Execute lemonsqueezy_webhook_listen Start local webhook listener for Lemon Squeezy events. Execute lemonsqueezy_webhook_stop Stop the Lemon Squeezy webhook listener. Execute lint Run linter on the project. Auto-detects: go vet, eslint, ruff/flake8, clippy. Execute lizard Run lizard code complexity analysis (supports 20+ languages). Execute mail_dev_start Start local SMTP catch-all server (mailpit). Replaces Resend ($10-30/mo), Mailtrap. Catches all outgoing email Execute mail_dev_stop Stop the local mail server. Execute mail_draft Draft a reply to a message. Pulls the thread + recent sent-folder mail for tone, then pipes through the config Execute make_clean Run make clean. Execute make_run Run a Make target. Execute managed_quality_run Run Yaver quality checks for the project on this Yaver CPU (tests/lint/typecheck/format when detected). Presen Execute mobile_hermes_doctor Agent-friendly doctor for the common React Native / Expo phone reload path. Resolves the mobile project inside Execute mobile_hermes_reload Trigger a Hermes hot-reload of the React Native / Expo app currently under test. Thin wrapper over POST /dev/r Execute mobile_platform_deploy Build/verify/upload Yaver platform-specific mobile surfaces. target=tv runs Android TV + tvOS, android-tv veri Execute mobile_project_build Start the project's dev server if needed and build the Hermes bundle that Yaver loads on the phone. Works loca Execute mock_record Start recording mode — capture real API responses as mock routes. Execute mock_start Start an API mock server. Execute mock_stop Stop the mock server. Execute models_run Quick inference with a local model. Execute models_serve Start Ollama server if not running. Execute morning_latest Return the most recent morning match-report — what shipped overnight from an autodev run. One line per task: t Execute native_build Build or install a native iOS, Android, or Flutter app. Yaver discovers matching mobile projects under work_di Execute npm_run_script Run an npm script (or list all scripts). Execute perf_lighthouse Run a Lighthouse audit on a URL. Returns performance, accessibility, best practices, SEO scores and Core Web V Execute perf_loadtest Run a load test on a URL. Returns RPS, latency percentiles, error rate. Execute phone_project_runtime_deploy High-level runtime deploy for a phone sandbox. Can connect provider accounts, promote to Convex Cloud or Cloud Execute pip_compile Compile pip requirements. Execute pipeline_run Run a local CI/CD pipeline from GitHub Actions or GitLab CI YAML. Executes on the dev machine — no cloud runne Execute pipeline_stop Cancel a running pipeline. Execute platform_deploy Deploy an app to Yaver Platform. Execute platform_preview Create a preview deploy from a branch. Execute platform_webhook Set up GitHub/GitLab push-to-deploy webhook. Execute preview_stop Stop a preview environment. Execute preview_stop_all Stop all preview environments. Execute preview_stop_serving Stop serving the active preview/dev server, regardless of whether it is Expo Web, Vite, Next.js, Flutter Web, Execute project_context Fetch the repo's agent-guidance files (CLAUDE.md, AGENTS.md, AI_ARCH.md, REMOTE_WORKER.md) plus the project's Execute project_new_quick One-shot fullstack project scaffold. Skips the interactive wizard and creates a self-hosted-first monorepo (ap Execute project_wizard_start Start a new fullstack project wizard session. Returns sessionId + first question. Call project_wizard_answer r Execute proxy_start Start local reverse proxy (Caddy) with HTTPS for local development. Execute proxy_stop Stop the local reverse proxy. Execute pscale_deploy Create PlanetScale deploy request. Execute pytest_suite Run Python tests with pytest. Execute railway_deploy Deploy to Railway. Execute raycast Trigger a Raycast extension (macOS). Execute record_start Start capturing a video for the morning reel. Picks the best-available driver for the requested target, fallin Execute record_stop Finalize the recording started for (run_id, task_id). Returns duration_ms + size_bytes. After this the video i Execute recovery_target_start Start auth recovery against an explicit remote Yaver base URL when the caller is not signed into Yaver locally Execute recovery_target_wait Poll a previously-started explicit-target recovery session until it completes, fails, or times out. Requires t Execute remote_exec Execute a command on a remote machine. Execute routine_run_now Fire a routine immediately, out of band. Does not reset its cron cadence — useful for testing the verb invocat Execute ruff_suite Run Ruff (check, format, or fix). Execute run_shortcut Run an Apple Shortcut (macOS only). Execute run_tests Run the project's test suite. Auto-detects framework (go test, jest, vitest, pytest, cargo test, make test) or Execute runner_auth_browser_start Start the interactive browser/device-auth login flow for Claude Code or Codex on the local or a remote Yaver m Execute scale_cache Add Redis caching layer. Execute scale_cdn Add CDN in front of your app (Cloudflare or Bunny). Execute scale_check Analyze resource usage and generate scaling recommendations. Execute scale_optimize Run automatic performance optimizations (compression, caching, DB tuning). Execute scale_plan Preview what upgrading/downgrading a plan would change. Execute screenlog_audit Return the local screenlog audit trail (start/stop/deny/policy events with caller remoteness + peer id). Lets Execute screenlog_autostart Get or set the reboot-durable 'keep recording' intent. With set=true + enabled, the agent auto-resumes screenl Execute screenlog_drivers Report whether local screen-frame capture works on this host and which driver is used (macOS screencapture / L Execute screenlog_start Start a LOCAL-ONLY screen-frame recording (the talos PC-monitor 'screen as images', local-only). Periodically Execute screenlog_stop Stop the active screenlog recording. Returns the session id, kept-frame count, and local viewUrl. Execute semgrep Run Semgrep multi-language static analysis. Execute seo_audit Run a full SEO audit on the site (meta tags, headings, images, sitemap, schema, speed). Execute service_action Start, stop, restart, enable, or disable a system service. Execute services_start Start all or specific local development services (Postgres, Redis, MinIO, etc.) from .yaver/services.yaml. Execute services_stop Stop all or specific local development services. Execute shellcheck Run ShellCheck on shell scripts. Execute site_build Build the static site. Execute site_deploy Deploy the site to Yaver Platform. Execute sonarscanner Run SonarQube/SonarCloud scanner. Execute stop_task Stop a running task. Execute storage_start Start local S3-compatible storage (MinIO). Execute storage_stop Stop local MinIO storage. Execute stripe_listen Start Stripe webhook listener for local development. Forwards webhooks to localhost. Execute stripe_stop Stop the Stripe webhook listener. Execute stripe_trigger Trigger a test Stripe webhook event. Execute supabase_db Execute SQL on Supabase database. Execute supabase_deploy Deploy Supabase (db push or function deploy). Execute systemctl Manage systemd services (status, start, stop, restart, enable, disable, list, failed, timers). Execute testkit_last_failure Read the most recent failed run from local history. Returns the spec name, the failing step, the screenshot pa Execute testkit_run Run the yaver-test-sdk specs end-to-end on the dev's machine via the embedded chromedp runner. Returns suite r Execute valgrind_callgrind Run Valgrind callgrind for call graph profiling. Execute valgrind_massif Run Valgrind massif for heap profiling. Execute valgrind_memcheck Run Valgrind memcheck for memory leak detection. Execute vibe_preview_start Start a vibe-preview session: headless Chrome captures the dev server URL at adaptive FPS. The mobile app + we Execute vibe_preview_stop Stop a vibe-preview session by project. Idempotent. Execute web_preview_reload Trigger a hot reload on the active web dev server. Execute web_preview_start Start a web dev server (Next.js, Vite, Flutter Web, Expo Web) for a named workspace app. Returns the iframe UR Execute web_preview_stop Stop serving the active web preview. Execute xcode_build Build an Xcode project. Execute yaver_auth_link_start Connect an ADDITIONAL OAuth provider to the currently signed-in account — e.g., user signed up with Apple but Execute yaver_auth_link_wait Poll the account's linked identities until the requested provider appears (or timeout). Preferred over manual Execute yaver_auth_start Start a headless device-code sign-in for Yaver (Apple / GitHub / Google / Microsoft OAuth). Returns {url, user Execute yaver_auth_wait Block until the device code is authorized, expires, or the timeout fires. Preferred over yaver_auth_poll for c Execute yaver_doctor Run a comprehensive system health check — auth, agent, runners, relay servers, tunnels, network, tmux sessions Execute yaver_onboard Drive the first-run onboarding flow for a fresh Yaver install. Returns the ordered checklist of steps the user Execute yaver_self_host_onboarding High-level guided MCP flow for setting up Yaver on the user's own machine/VPS. Returns normie-friendly next st
WRITE 214 tools
Write ab_assign Deterministically assign a userId to a variant. Returns the variant name; empty if the experiment is not runni Write ab_experiment_create Create or update an A/B experiment. Variants are weighted (summed, normalised); bucketing is sticky per userId Write account_connect Store credentials for a cloud provider (encrypted at rest). Write account_disconnect Remove stored credentials for a provider. Write acl_add_peer Connect to another MCP server (local or remote). Write add_relay_server Add a relay server for NAT traversal. Write affiliate_create Register an affiliate with a commission percentage. Returns the referral code (same space as /s/:code short li Write analytics_setup Get integration code snippet for your frontend framework. Write android_app_install Install a selected Android app APK into Redroid. Arbitrary Play Store restore is intentionally not faked; prov Write archive_create Create a zip or tar.gz archive. Write archive_extract Extract a zip or tar.gz archive. Write auth_dev_setup Get auth integration code for your frontend framework. Write auth_dev_users Manage test users in the local auth server. Write auth_oauth_migrate Generate instructions for updating OAuth redirect URIs when changing domains. Write auth_oauth_save Save OAuth credentials to .env.local. Write auth_oauth_setup Get step-by-step OAuth provider setup guide (Google, Apple, Microsoft, GitHub). Write backend_collection_create Create a PocketBase collection. Write backend_setup Get PocketBase SDK integration code for your framework. Write backend_users Manage PocketBase auth users. Write brightness Get or set screen brightness (macOS). Write browser_click Click an element by CSS selector. Returns a screenshot after clicking. Wait for any animations/navigation to s Write browser_close Close a browser session and release the Chrome process. Write browser_open Open a new Chrome browser session on the dev machine. Returns a session_id to use in subsequent browser_ calls Write browser_scroll Scroll the page by pixel offsets. Returns a screenshot after scrolling. Write browser_select Select a value in a <select> dropdown by CSS selector. Returns a screenshot after selection. Write browser_type Type text into an input field by CSS selector. Returns a screenshot after typing. Set clear=true to clear exis Write cargo_add_crate Add a Rust dependency. Write cargo_update_deps Update Rust dependencies. Write cf_kv Manage Cloudflare KV store. Write cf_r2 Manage Cloudflare R2 storage (list buckets/objects). Write chat_reply Send an owner-side reply to a visitor. Shows up live in the browser widget via SSE. Write circuit_plot Simulate the loaded electrical circuit and return the waveform as a VIEWABLE PNG, so you (the host model) can Write clipboard_write Write text to the system clipboard. Write cmake_configure Configure CMake project. Write cmake_install Install CMake project. Write code_attach Attach yaver code to a machine so the repo/files and coding context live there while the terminal stays local. Write code_config_set Update the machine-aware yaver code control-plane state on the local or a remote owned Yaver machine. Supports Write code_repo_set Switch the active repo/workdir for yaver code on the local or attached target. Accepts a project name, slug, o Write commit_message Get the current git diff to help generate a conventional commit message. Write company_ai_resolve Resolve the policy-bound runtime for a unit of work on a team: which device, runner, model, and model provider Write config_set Set a Yaver configuration value. Keys: auto-start, auto-update, headless-keep-awake, require-private-recovery. Write convert_units Convert between units (temperature, distance, weight, data sizes). Write convex_export Export all data from the local Convex backend (streaming_export). Write convex_install_helper Write convex/yaver_admin.ts helper functions into a project so the Yaver dashboard can introspect it. Write copilot_complete Generate a code completion via the dev's local Ollama model. Supports fill-in-the-middle via prefix+suffix for Write create_gist Create a GitHub Gist to share code snippets. Write create_task Create a new coding task. The AI runner will execute this task on the connected development machine. Returns a Write crontab List or add system crontab entries. Write customer_create Add a billing customer (name, email, address). Required before creating an invoice for them. Write db_generate Generate a new migration from schema changes. Write db_migrate Run pending database migrations. Auto-detects ORM (Drizzle, Prisma, Goose, Alembic). Write db_push Push schema directly to database (dev only, skips migration files). Write db_restore Restore database from a backup file. Write dev_environment_clone_plan Plan cloning a coding-focused Yaver dev environment to an existing Yaver device, SSH host, or managed-cloud ta Write device_primary_set Mark a device as the primary (auto-connect) target. Accepts a deviceId or unique prefix. Pass clear:true inste Write dns_add Create a DNS record at the user's DNS provider. Uses Cloudflare API when CF_API_TOKEN is set; otherwise return Write docker_push Push a Docker image to registry. Write domain_add Add domain routing (map domain to an app or port). Write domain_setup Full domain setup wizard — detects IP type, guides DNS, configures SSL. Write drizzle_generate Run drizzle-kit generate. Write drizzle_push Run drizzle-kit push. Write eas_submit Submit to App Store / Play Store via EAS. Write email_send Send a plain text email. Write error_resolve Mark an error as resolved with an optional note. The record stays in the ledger but drops off the open-errors Write feedback_fix Create a task that asks the wrapped AI runner to fix the issue captured in this feedback report. Pulls in the Write flag_set Create or update a feature flag. Use this to flip a kill switch, start a rollout, or add a new flag. Write form_create Create a form endpoint (contact, newsletter, lead capture). Write form_export Export form submissions as CSV. Write gateway_clone_from_phone Personal Agent Gateway: MIRROR the apps from the user's phone onto a clone node (redroid or a second-hand phon Write gateway_connect Personal Agent Gateway: AUTHOR a new OAuth (engine 'api', authorization-code + PKCE) connector for one of YOUR Write gateway_connect_finish Personal Agent Gateway: complete a pending OAuth connector authoring (from gateway_connect). With no code it w Write gateway_consent_set Personal Agent Gateway: grant or revoke ONE phone-clone capability (feature: 'share_app_inventory' | 'auto_rel Write gateway_node_apps Personal Agent Gateway: list the DESIRED app-set for a device node (redroid or a real phone) plus which of tho Write gateway_node_install Personal Agent Gateway: install ONE Play app on a device node (manual one-off on top of gateway_node_sync). Ad Write gateway_node_sync Personal Agent Gateway: PROVISION a device node — list the apps you want once and Yaver installs them all (no Write gdb_attach Attach GDB to a running process and get backtrace/registers. Write git_push_creds Forward locally detected GitHub/GitLab tokens (gh CLI, env vars, git credential helper, vault) to one or more Write github_issue_create Open a GitHub issue. Write github_pr_create Create a GitHub pull request from the current branch. Write gitlab_issue_create Open a GitLab issue. Write gitlab_mr_create Open a GitLab merge request. Write go_generate Run Go generate. Write guest_config View or update guest config (limits, runners, share preset, resource controls). Without email: list all. With Write guest_invite Invite a guest by email or Yaver user id to use your machine. Max 5 guests, invitation expires in 2 days. Defa Write init_project Scaffold a new project directly (without the interactive wizard). Picks services.yaml presets + writes .yaver/ Write integrations_set Configure a notification or developer integration. Saves to config and activates immediately. Channels: telegr Write invite Share Yaver with a colleague — copies invite link, opens email, or generates a Slack message. Write invoice_create Create a draft invoice with line items. Invoice number is assigned sequentially (INV-001, ...). Write invoice_send Mark an invoice sent and email it to the customer with the payment link via the SMTP relay. Write jobs_enqueue Enqueue a new background job. Handlers are registered at agent boot; common ones: newsletter.send, form.notify Write k8s_apply Apply a Kubernetes manifest file. Write lemonsqueezy_create_discount Create a discount code. Write lemonsqueezy_setup Get Next.js integration code for Lemon Squeezy (webhook handler + checkout). Write lldb_attach Attach LLDB to a running process. Write machine_onboarding_apply Configure OpenAI, GitHub, and GitLab onboarding on the local machine or on one or more owned Yaver machines. S Write mail_dev_config Get SMTP config to add to your app (host, port, user, pass). Write managed_git_backup Create a recoverable git bundle backup. Optionally copy it to Dropbox, a user-controlled local folder, or a sh Write managed_git_enable Turn on Yaver Managed Git for an existing project. Creates a private managed repo on main by default and recor Write managed_git_mirror Create or update a GitHub/GitLab mirror from the Yaver Managed Git repo. Provider auth must already be connect Write managed_git_restore Restore a Yaver Managed Git bundle onto the managed main branch. Use only after explicit user approval. Write managed_set Set one subsystem's managed-flag. managed:true = use Yaver-hosted infra for this subsystem; managed:false = us Write meeting_create Create a new bookable event type. Uses Google Calendar (auto-creates Meet links) or Microsoft Graph (auto-crea Write migrate_plan Generate a migration plan between tiers (local, self-hosted, yaver-cloud, vercel, fly, cloudflare, railway). Write migrate_rollback Rollback a migration step. Write migrate_run Execute a migration plan (all steps or a specific step). Write migrate_status Show current migration plan status. Write migrate_targets List all supported migration targets with pros, cons, and costs. Write migrate_verify Run smoke tests after migration to verify everything works. Write mobile_project_prepare Prepare a fresh React Native / Expo clone on this machine or an owned remote Yaver device by auto-installing p Write mock_add Add a mock route. Write mqtt_publish Publish an MQTT message (for IoT devices, home automation). Write netcat TCP connection test or send data (nc). Write newsletter_compose_from_git Walk git log + gh/glab PRs and issues for a repo + window and draft a weekly recap newsletter. Optionally pipe Write newsletter_create Create a newsletter campaign draft. Write notify Send a desktop notification. Write oauth_client_create Register a new OAuth client. The returned client_secret is only shown once — save it immediately. Write oauth_user_create Create a new OAuth user with a scrypt-hashed password. Write open_url Open a URL in the default browser. Write opencode_config_set Patch the OpenCode config on the local or a remote Yaver machine. Each top-level field is optional; pass empty Write ops_plan Resolve the execution plan for one ops verb without running it. Returns project context, machine placement, an Write phone_project_create Create a new phone-first mini-backend project. Writes schema.yaml, auth.yaml, seed.json, and local.db under ~/ Write phone_project_export Return a tgz of the project's portable manifest (schema + auth + seed + config + generated DDL). Base64-encode Write phone_project_import Import a previously exported phone project tgz (base64-encoded). This restores a local SQLite-backed phone san Write phone_project_promote Plan (and optionally run) a switch-engine migration from a phone project to any of the 19 switch targets (sqli Write phone_project_push Export a local phone project and push it to another reachable Yaver agent via /phone/projects/receive. Use thi Write phone_project_schema Apply a declarative schema update to a phone project. Additive only — adds new tables / columns / indexes. Use Write phone_project_seed Write rows to a phone project's SQLite file from a seed map {tableName:[{column:value}]}. Uses INSERT OR REPLA Write pkg_install Install a package via any package manager (npm, pip, cargo, go, brew, gem, apt, dart). Write pod_install Run pod install. Write preview_create Create a branch preview environment (git worktree + build + serve). Write prisma_generate Run prisma generate. Write prisma_push Run prisma db push. Write project_runtime_apply Merge runtime/provider updates into .yaver/project.yaml, optionally connect provider accounts, run manifest ap Write project_self_host_create First-capture MCP tool for a new Yaver user: create the default self-hosted monorepo without asking them to to Write project_wizard_generate Materialise the scaffold for a completed wizard session. Returns the target directory + next-step checklist. P Write proxy_add Add a reverse proxy route (e.g. myapp.local → localhost:3000). Write publish_ci_dispatch Alias of publish_run for CI-oriented clients. Use allow_github_fallback=true when you want GitHub dispatch as Write publish_config_get Load a project's Yaver publish config (.yaver/publish.yaml). Returns the existing config or a scaffold preview Write publish_list List recent publish runs started by this agent. Write publish_run Run a publish target from .yaver/publish.yaml. Local/self-hosted execution is primary; GitHub fallback is used Write publish_status Get the full status of one publish run. Write publish_submit Alias of publish_run. Uses Yaver's uploader/register flow first, then the local submitter, then GitHub fallbac Write publish_upload Alias of publish_run for MCP clients that think in terms of an uploader. The target still archives/registers t Write push_android Discover an Android-capable project, build an AAB with the correct stack-specific builder, wait for completion Write push_ios Discover an iOS-capable project, build an IPA with the correct stack-specific builder, wait for completion, th Write record_drivers Report which screen-recording drivers are available on this host (ffmpeg for macOS/Linux/Windows screen captur Write relay_set_password Set the default relay server password used for all relay connections. Write release_rollout Set the rollout percentage for a release channel (0..100). Write remote_dev_prepare One-shot remote/self-hosted dev setup: clone or update a repo on an owned Yaver device, set that repo as the t Write remote_setup First-time setup of a remote dev machine (installs Docker, Node.js, Git, Yaver agent). Write robot_camera Capture the current frame from a robot/machine cell's camera and return it as a VIEWABLE image, so you (the ho Write routine_create Create a routine that fires an ops verb on a target machine on a schedule. Pick exactly one of run_at (one-sho Write routine_resume Resume a paused routine. NextRunAt is recomputed from cron/repeat_interval — a one-shot RunAt that's already i Write routine_update Partial update of a routine's mutable fields. Supply only the fields you want to change; omitted fields are pr Write runner_auth_browser_submit_code Submit a copied authentication code/token back into a running runner browser-auth session. Write runner_auth_credentials_import Copy a runner subscription token (Claude Max / Pro, or ChatGPT Plus / Pro for codex) from an already-signed-in Write runner_auth_set Save runner/provider auth into the local or remote Yaver vault for headless setup. Supports claude, codex, ope Write runner_auth_setup High-level runner bootstrap for a local or remote Yaver machine: install the runner if missing, save auth into Write sandbox_config Enable/disable container isolation for guest or host tasks. Configure resource limits and network mode. Change Write schedule_self Schedule a CONTINUATION of your own work to run later — the way to handle recurring or deferred tasks instead Write schedule_task Schedule a task to run at a specific time or on a recurring basis. Supports one-shot (runAt), interval-based ( Write screen_lock Lock the screen. Write screenlog_export Get the bulk-pull URL for a screenlog session (a tar.gz of index.json + every frame image + events.jsonl). Use Write screenlog_policy_set Update this machine's screenlog consent policy. Use enabled=false to hard-disable all recording, allow_remote_ Write screenlog_process_model_save Save a runner-completed ProcessModel for a session (episodes with intent/fields/decision-rules + machinery[] + Write sdk_token_create Mint a new SDK token (scoped, IP-bound, optional expiry). The raw token is returned exactly once — store it im Write seo_schema Add structured data (JSON-LD) to a page. Write services_add Add a service to the local stack. Presets: postgres, redis, minio, mailpit, umami, posthog, logto, meili, type Write session_export Export an AI agent session as a portable bundle. The bundle contains conversation history, agent-specific sess Write session_import Import a session bundle that was exported from another machine. Creates a new task with the transferred sessio Write set_ios_install_method Set the iOS install method. 'auto' = detect platform (native on macOS+Xcode, bundle otherwise), 'native' = alw Write set_work_dir Change the agent's working directory for task execution. Write shared_storage_upsert Create or update a shared storage profile. Profile is JSON with fields like {name,type,path|mount_path|endpoin Write short_create Create a short URL. Auto-generates a 6-char code if not provided. Write simulator_boot Boot an iOS simulator. Write site_blog_post Create a blog post. Write site_create Create a new static site (landing page, blog, docs, changelog). Write site_generate AI-generate a complete landing page with hero, features, pricing, CTA. Write site_page_add Add a page to the site. Write sourcemaps_resolve Resolve a compiled line:col against the stored source map for app+version. Returns {source, line, column, name Write storage_bucket_create Create an S3 bucket. Write storage_upload Upload a file to S3 storage. Write switch_cleanup Delete expired snapshots and pre-switch branches. Write switch_cost Estimate monthly cost across all switch targets based on current project usage. Write switch_history Show all switches for this project, newest first. Write switch_plan Plan a backend/host switch. Assesses complexity (trivial/easy/medium/hard) and generates ordered steps across Write switch_rollback Roll back a switch (git branch + env + data restore). Only valid within the 7-day TTL. Write switch_run Execute a previously-planned switch. HARD switches emit a rewrite prompt for the AI agent instead of running i Write switch_runner Switch the active AI runner. Available: claude, codex, aider. Write switch_targets List every backend/host target you can switch to. Write tasmota Send commands to Tasmota-flashed devices (smart plugs, relays). Write template_use Apply a full-stack template to create a new project. Write tf_apply Run terraform apply. Write tf_plan Run terraform plan. Write timer Set a timer with desktop notification when done. Write tmux_send_input Send keyboard input to an adopted tmux session. The input is sent via tmux send-keys followed by Enter. Write totp_disable Disable two-factor authentication. Requires a current 6-digit code from the authenticator (recovery codes are Write totp_enable_begin Start two-factor enrollment. Returns a base32 secret and an otpauth:// URL the user can scan into Microsoft Au Write totp_enable_confirm Confirm two-factor enrollment with a 6-digit code from the authenticator app, enabling 2FA for the account. Re Write tunnel_add Add a Cloudflare Tunnel endpoint for NAT traversal. Write type_check Run type checker. Auto-detects: tsc, go build, mypy/pyright. Write uv_install Install with uv. Write volume Get or set system volume. Write wake_on_lan Send a Wake-on-LAN magic packet to wake up a machine. Write wire_push Build a self-contained native binary (xcodebuild Release / gradle installRelease) and install it on a USB-atta Write wireless_connect_android Reconnect a previously-paired Android phone over WiFi. Use this when wireless_detect shows the phone as visibl Write wireless_push Build a self-contained native binary (xcodebuild Release / gradle installRelease) and install it on a WIFI-pai Write wireless_setup_android First-time Android wireless pairing for AI agents. Prerequisite: the user has tapped 'Pair device with pairing Write workspace_scaffold Detect apps in the current directory and return a starter yaver.workspace.yaml. Does NOT write the file — call Write write_file Write content to a file. Creates parent directories if needed. Write yaver_auth_merge_start Start a MANUAL account-merge: someone accidentally created two Yaver accounts and wants to fold one into the c Write yaver_auth_merge_wait Poll a merge intent's status until it completes, is cancelled, or expires. Default timeout 180s. Write yaver_help Answer 'how do I do X with Yaver?' questions. Call this whenever the user wonders what Yaver can do, which fea Write yaver_lazy_setup One-shot install + auth + mobile-app handoff for a non-developer user being walked through setup by an AI agen
READ 605 tools
Read ab_event Log an A/B exposure or conversion event. Use kind='conversion' when the tracked metric fires. Read ab_experiment_list List all A/B experiments. Read ab_results Return exposure + conversion counts and conversion rate per variant. Read access_policy_check F5 Access-Layer Policy Guard. Call BEFORE automating a gated source to check whether an {action} on a {source} Read account_list List all cloud providers and their connection state. Read account_status Show connection state for a provider. Read acl_call_peer_tool Call a tool on a connected MCP peer. Read acl_health Health check all connected MCP peers. Read acl_list_peer_tools List all tools available from a connected MCP peer. Read acl_list_peers List connected MCP peers (other AI tools, databases, services). Read adb_devices List connected Android devices/emulators. Read adb_screenshot Take a screenshot from an Android device. Read affiliate_conversion Record a sale attributed to an affiliate. Commission is computed from the affiliate's percentage. Read affiliate_list List affiliates with owed / paid totals. Read affiliate_payout Record that a payout was sent to an affiliate. Decrements totalOwed, increments totalPaid. Read agent_graph_list List agent graphs with node status, placement, and summaries. Read agent_graph_show Show one agent graph with node placements and placement reasons. Read agent_machine_inventory List Yaver mesh machines with online state, hardware slots, runner readiness, and machine profile signatures s Read agent_shutdown Gracefully shut down the Yaver agent. All running tasks will be stopped. Read analytics_dashboard Get key analytics metrics: pageviews, visitors, top pages, top events. Read analytics_events Read recent business-event records from the analytics ledger (BlackBox track() channel). Returns the tail sinc Read analytics_selfhost_events Query recent analytics events from self-hosted engine. Read analytics_status Show analytics engine status: running, port, memory usage, URL. Read android_app_query Launch/query a package in Redroid and report whether visible UI contains query text, plus a needsUser hint for Read android_app_status Check whether an Android package is installed in a user-owned Redroid app-sync surface. Does not read phone ke Read app_review_check Get App Store / Play Store review guidelines, common rejection reasons, and pre-submission checklist. Read appletv_now_playing Fetch the Apple TV's now-playing state and return the album/show ARTWORK as a VIEWABLE image plus the metadata Read appstore_status Check App Store Connect app status (review state, builds). Requires APP_STORE_API_KEY_ID and APP_STORE_API_ISS Read apt_search Search apt packages (Debian/Ubuntu). Read apt_show Show apt package details. Read arp_scan Discover all devices on local network. Read arp_table Show ARP table (IP → MAC mappings). Read auth_dev_status Show auth server status: running, port, user count. Read auth_dev_tokens Generate or inspect JWT tokens for API testing. Read auth_log Show authentication/SSH logs. Read auth_oauth_list List all OAuth providers with their configuration status. Read auth_oauth_test Test an OAuth flow end-to-end. Read autoideas_file Read the current ideas file as a structured list of {line, checked, title}. Read autoinit_status Quick is init done? check for a project. Returns {done, path, bytes, updated_at, has_generated_section, has_hi Read backend_backup Backup PocketBase data. Read backend_collections List all PocketBase collections (tables). Read backend_records Query PocketBase records. Read backend_schema Show schema (tables + columns + mermaid ERD) for the project's backend. Read backend_status Show PocketBase status (running, collections, users, storage). Read bandwidth_test Test bandwidth to an iperf3 server. Read base64 Base64 encode or decode text. Read battery Get battery status. Read binary_size Show binary section sizes. Read biome_suite Biome check, format, or lint. Read black_format Format Python with Black. Read brew_info Get Homebrew formula info. Read brew_search Search Homebrew formulae. Read browser_extract_attribute Extract an HTML attribute value from an element (e.g., href, src, value, data-). Read browser_extract_text Extract visible text content from an element. Useful for reading API keys, status messages, form values, etc. Read browser_get_dom Get the full page HTML (truncated to 50KB). Use to understand page structure when screenshots aren't enough — Read browser_interactive_status Get the current URL and title of an interactive co-browse session — poll this to detect when the human has fin Read browser_screenshot Capture a screenshot of the current page. Returns base64 PNG. Most action tools (navigate, click, type) alread Read browser_sessions List all active browser sessions with their current URL, title, and age. Read calculate Evaluate a math expression. Read cargo_audit_deps Audit Rust deps for vulnerabilities. Read cargo_check_only Check Rust without building. Read cargo_clippy Lint Rust with Clippy (pedantic). Read cargo_fmt Format Rust code. Read cargo_search Search crates via cargo CLI. Read cargo_test_suite Run Rust tests. Read cargo_tree_deps Show Rust dependency tree. Read cast_list List recorded terminal casts (asciicast v2). Read cf_d1 Query Cloudflare D1 database. Read cf_pages List Cloudflare Pages deployments. Read cf_workers List Cloudflare Worker deployments. Read change_password Change the password of the currently authenticated email user. Requires the current password and a new passwor Read changelog Generate a changelog from git history between two refs/tags. Read chat_conversations List open chat conversations with the visitors from the self-hosted chat widget. Read chat_history Return the full message history for one conversation (by visitor id). Read check_run Run all pre-deployment checks (typecheck, lint, format, tests, build, bundle size, security audit, env vars, g Read check_single Run a single pre-deployment check. Read clang_format_file Format C/C++ with clang-format. Read clang_tidy_check Run clang-tidy static analysis. Read clip_list List recorded clip sessions with titles + durations. Read clipboard_read Read the system clipboard contents. Read clone_env Clone one project's backend data into another (same backend family). Source snapshot → target restore. Read cloud_emu_config Output SDK config snippets for connecting to local emulators. Read cloud_emu_status Show running cloud emulators across all providers. Read cloud_logs Get logs from a cloud-deployed app. Read cloud_plans List available Yaver Cloud plans with specs and pricing. Read cloud_provision Provision a resource on a cloud provider using stored credentials. Hosts: neon, supabase-cloud, turso, cloudfl Read cloud_redeploy Rebuild and redeploy from latest code. Read cloud_status Show Yaver Cloud deployment status (containers, CPU, memory, SSL, backups). Read cmake_test Run CMake/CTest tests. Read cms_content List content entries in a collection. Read cms_status Show CMS status and admin URL. Read code_config_get Read the machine-aware yaver code control-plane state. Returns the persisted code config (runner, model, provi Read code_detach Detach yaver code back to the local machine. Optional device_id detaches another owned Yaver machine's code co Read code_repos List candidate repos/projects for the current yaver code target. On local mode it reads local discovered proje Read code_status Return the shared yaver code control-plane status: current code config, target context, online machines, OpenC Read color Convert colors between hex, RGB, and HSL. Read companion_cron_list List the armed crons for a companion project with their schedules and last outcomes. Read companion_detect Scan a serverless project repo (Supabase / Convex / Cloudflare Workers) and propose a yaver.companion.yaml: to Read companion_status Show a companion project's live state: each cron's schedule, next run, last outcome, and each durable service. Read compiler_version Show compiler version (gcc, clang, rustc, go, etc.). Read console_machines List every machine running a Yaver agent (local Mac/Linux/Windows + Hetzner, AWS, GCP VPSes). Hybrid view acro Read continue_task Continue a stopped task with additional input/instructions. Read convex_browse Browse documents in a Convex table. Read convex_local_status Check if the local self-hosted Convex backend is running (port 3210). Read convex_logs Show Convex function logs. Read convex_query Run a Convex query via admin HTTP API (no CLI). Read convex_schema Show the Convex schema.ts for a project. Read convex_tables List tables in the local Convex backend (requires yaver_admin.ts helper). Read copilot_models List the Ollama models the dev has pulled locally. Handy before calling copilot_complete. Read coredump_info Show core dump details. Read coredump_list List core dumps. Read countdown Count down to a specific date. Read cpu_info Show CPU info (brand, cores, architecture). Read crates_info Get Rust crate info from crates.io. Read crates_search Search crates.io (Rust packages). Read cron_explain Explain a cron expression in plain English. Read cron_list List scheduled/cron jobs across backends (Convex scheduled functions, pg_cron). Read crypto_price Get cryptocurrency prices (CoinGecko, free). Read curl_timings Detailed HTTP timing breakdown (DNS, connect, TLS, TTFB, total). Read currency_exchange Convert currency (ECB rates, free). Read customer_list List billing customers. Read cyclomatic_complexity Measure cyclomatic complexity (radon for Python, gocyclo for Go). Read data_browse Browse rows/documents with pagination across any backend. Read data_delete Delete a record by id. Read data_insert Insert a record (adapter-routed). Read data_query Run a query (SQL for Postgres/Supabase/SQLite, function path for Convex, REST path for PocketBase/Appwrite). Read data_tables List tables/collections across any supported backend. Read data_update Update a record by id. Read db_backup Backup database (pg_dump / SQLite copy / mysqldump). Read db_query Execute a database query via CLI (sqlite3, psql, mysql, redis-cli). For adapter-routed queries use data_query. Read db_schema Show database schema/tables. Read db_status Show database migration status (pending/applied migrations, ORM engine). Read db_studio Open database GUI (Drizzle Studio or Prisma Studio). Read deps_audit Audit dependencies for security vulnerabilities. Read deps_list List installed project dependencies. Read deps_outdated Check for outdated dependencies. Auto-detects: npm, yarn, pnpm, pip, cargo, go. Read dev_environment_clone_status Read a dev environment clone job by id. Read device_broadcast_command Push a BlackBox command directly to a paired SDK device (or broadcast to all) without needing an active dev-se Read device_primary_get Get the user's preferred device for auto-connect. Mobile, web, and the CLI use this when the user has multiple Read device_reauth_status Inspect an owned remote Yaver machine's recovery state. Distinguishes healthy, bootstrap, auth-expired, unreac Read df Show disk space usage. Read diff Compare two files and show differences. Read directions Get driving directions and distance between two points. Read disk_usage Show disk usage. Read dmesg Show kernel messages. Filter by level (emerg, alert, crit, err, warn, info, debug). Read dns_list List all yaver-managed DNS entries. Read dns_lookup DNS lookup for a hostname. Read docker_cp Copy files between host and container. Read docker_disk_usage Show Docker disk usage. Read docker_history Show image layer history. Read docker_images List Docker images on the machine. Read docker_inspect Inspect a Docker container or image (detailed JSON). Read docker_logs Get logs from a Docker container. Read docker_networks List Docker networks. Read docker_port Show port mappings. Read docker_prune Prune Docker resources (containers, images, volumes, networks, or all). Read docker_ps List running Docker containers. Read docker_pull Pull a Docker image. Read docker_stats Show live resource usage of all containers. Read docker_top Show processes in a container. Read docker_volumes List Docker volumes. Read dockerhub_search Search Docker Hub for images. Read dockerhub_tags List tags for a Docker Hub image. Read docs_config Point the docs site at a markdown folder, set title / theme / logo. Read docs_list Return the docs site sidebar tree. Read docs_search Substring search across all doc pages. Read domain_check Check if a domain is available or registered. Read domain_detect_ip Detect if machine has a public IP (static_public, dynamic_public, or private_nat). Read domain_dns_check Verify DNS records are correct for a domain. Read domain_list List all domains with SSL status and routing. Read domain_ssl_status Show SSL certificate status for all domains. Read droid_frame Capture the current Android screen and return it as a base64 PNG image (via adb exec-out screencap). Use to se Read droid_input Relay a single input event to the Android device via adb: tap (x,y), text (types a string), key (keyevent keyc Read droid_status Status of the paired Android device for human-in-the-loop control: serial, screen width/height, focused activi Read droid_ui_texts Dump the current Android view hierarchy (uiautomator) and return the on-screen text values — useful for readin Read du Show directory disk usage. Read eczane_nearby Find pharmacies near a location (worldwide, OpenStreetMap). Read elgato_control Control Elgato Key Light — on/off, brightness, color temperature. Read elgato_status Get Elgato Key Light status (for streaming/video calls). Read email_get Get full email details by ID. Read email_list_inbox List inbox or sent emails. Requires email to be configured (yaver email setup). Read email_search Search synced emails in local database. Read email_sync Sync emails from provider (Office 365 or Gmail) to local database. Read emulators List Android emulators (AVDs). Read env_list List environment variables (secrets are masked). Read env_read Read a .env file (secrets are masked). Read epoch Convert between Unix timestamps and human-readable dates. Read error_list List cross-device error records aggregated from every SDK session. Each record has a fingerprint, message, cou Read eslint_check ESLint check (with optional --fix). Read ev_charging Find EV charging stations nearby. Filter by network (Tesla, IONITY, Trugo, ChargePoint, etc.), connector type, Read ev_connector_types Reference: EV connector types (CCS2, Type 2, CHAdeMO, Tesla NACS, etc.) with regions and max power. Read ev_networks List EV charging networks by country — Turkey (Trugo/Togg, Eşarj, ZES, Sharz.net, Voltrun), US (Tesla, Electri Read expo_status Show Expo project config. Read expose_list List active tunnels with their public URLs. Read fake_data Generate fake test data — users, emails, addresses, credit cards. Read fdisk_list List disk partitions. Read feedback_list List recent feedback reports captured from the Feedback SDK (React Native / Flutter / Web). Includes crash log Read feedback_show Return the full feedback report for one id: error metadata, stack, screenshot URL, and a recent-events snapsho Read figlet Generate ASCII art text banners. Read find_large_files Find large files. Read firebase_crashlytics Get Crashlytics issues for a Firebase project. Read firebase_projects List Firebase projects. Read flag_evaluate Evaluate every flag for a specific userId. Useful for debugging rollout bucketing. Read flag_list List every self-hosted feature flag with default, rollout percent, and overrides. Read flutter_test Run Flutter tests. Read fly_logs Get Fly.io app logs. Read fly_status Show Fly.io app status. Read fork_task Switch the coding agent (claude/codex/opencode) for an existing task. Creates a NEW child task running on the Read form_component Generate a frontend form component (React, Astro, or HTML). Read form_list List all forms with submission counts. Read form_submissions List submissions for a form. Read format_code Format code in the project. Auto-detects: gofmt, prettier, ruff/black, cargo fmt. Read free_memory Show memory/swap usage. Read gateway_audit Personal Agent Gateway: list recent ACTIONS Yaver took as you, from the LOCAL audit ledger (never synced to Co Read gateway_capabilities Personal Agent Gateway: list one connector's read capabilities — id, verb, expected params, and answerSchema — Read gateway_connectors Personal Agent Gateway: list YOUR registered connectors with public metadata only — id, engine, auth method, c Read gateway_consent Personal Agent Gateway: read the user's consent state for the sensitive phone-clone capabilities (share app li Read gateway_phone_inventory Personal Agent Gateway: read back the app inventory a phone last reported (via gateway_phone_inventory_report) Read gateway_phone_inventory_report Personal Agent Gateway: the user's OWN phone REPORTS its installed (launchable) apps so the agent can mirror t Read gateway_provide_otp Personal Agent Gateway: the user's OWN phone forwards an OTP/2FA code to the remote box so a redroid/device lo Read gateway_query Personal Agent Gateway: read state from one of YOUR credentialed apps/services (your wired connectors) as a st Read gdb_backtrace Get backtrace from a running process or binary using GDB. Read gdb_core_dump Analyze a core dump file. Read gem_info Get Ruby gem info from rubygems.org. Read gem_search Search rubygems.org. Read geocode Get coordinates from an address. Read get_config Get agent configuration (sandbox, auto-start, relay, email, ACL peers). Read get_info Get information about the connected development machine (hostname, working directory, version). Read get_ios_install_method Get the current iOS install method. Returns 'auto' (detect platform), 'native' (xcodebuild+xcrun), or 'bundle' Read get_relay_config List configured relay servers. Read get_system_info Get detailed system info: OS, arch, memory, hostname, running tasks. Read get_task Get detailed information about a specific task, including its full output. If the task recorded a remote demo Read git_blame_file Show line-by-line blame. Read git_branches List branches sorted by recent activity. Read git_info Get git repository information. Operations: status (changed files), diff (diff stats), log (last 20 commits), Read git_log_advanced Advanced git log with filters. Read git_oauth_status Poll the state of an in-flight GitHub/GitLab Device Flow session started via git_oauth_start. Returns state ∈ Read git_reflog Show reflog (undo history). Read git_remotes List remotes. Read git_shortlog Show commit count by author. Read git_stats Show your git contribution stats — commits, lines, top files, languages. Read git_tags List tags. Read github_badge Generate GitHub badges (CI, stars, license, release) for your README. Read github_ci_status Show recent GitHub Actions workflow runs and their status (requires gh CLI). Read github_issues List issues from the current repo (requires gh CLI). Read github_prs List pull requests from the current repo (requires gh CLI). Read github_releases List GitHub releases. Read github_repo_info Get current repo info (stars, forks, language, license). Read github_stars Get star count for any repo. Read github_trending Show trending GitHub repositories this week. Read gitignore Generate a .gitignore file for specified languages/frameworks. Read gitlab_ci Show current GitLab CI status. Read gitlab_issues List GitLab issues. Read gitlab_mrs List GitLab merge requests. Read gitlab_pipelines List GitLab CI/CD pipelines. Read go_fmt_check Check Go formatting. Read go_mod_graph Show Go module dependency graph. Read go_mod_tidy Tidy Go modules. Read go_mod_why Explain why a Go module is needed. Read go_module_info Get Go module info from proxy.golang.org. Read go_module_versions List Go module versions. Read go_test_suite Run Go tests. Read go_vet_check Run Go vet. Read go_vulncheck Check Go deps for vulnerabilities. Read govee_control Control Govee lights/LED strips — on, off, brightness, color. Read govee_devices List Govee devices (LED strips, lights). Read gradle_test Run Android unit tests. Read guest_list List all guests who have been invited or have access to your machine. Read guest_usage View guest usage stats for today or a specific date. Read ha_states Get Home Assistant entity states. Control Xiaomi, Philips Hue, or any HA-connected device. Filter by entity ty Read ha_toggle Toggle a Home Assistant entity on/off (light, switch, vacuum, etc.). Read hadolint Lint a Dockerfile with Hadolint. Read hash Hash text with MD5 or SHA256. Read helm_history Show release history. Read helm_list List Helm releases. Read helm_repos List Helm repos. Read helm_search Search Helm charts. Read helm_status Show Helm release status. Read helm_values Show Helm release values. Read hostname_info Show hostname and OS info. Read hotels Find hotels and accommodation nearby (OpenStreetMap, free). Read http_request Make an HTTP request (like curl). Returns status code and response body. Read http_status Look up what an HTTP status code means. Read http_timing Measure HTTP response time and get basic info. Read hue_control Control a Philips Hue light — on, off, toggle, brightness, color. Read hue_lights List all Philips Hue lights on your bridge. Read hue_scenes List Hue scenes. Read img_optimize Return a URL that resizes + reencodes an image on demand. Output is disk-cached. Read infra_summary Return the managed infra summary for this device: machine profile, services, relays, networking, sharing postu Read insmod Load a kernel module (modprobe). Read integrations_list List all configured notification and developer integrations (Telegram, Discord, Slack, Teams, Linear, Jira, Pa Read integrations_test Send a test notification to verify an integration is working. Specify a channel or omit to test all. Read invoice_list List invoices (draft / sent / paid). Read invoice_payment_link Mint a Stripe or LemonSqueezy hosted checkout URL for an invoice. Pass the dev's API key (never stored). Write Read invoice_render_pdf Render an invoice to PDF via the embedded Chromium. Returns base64 bytes. Read iostat Show I/O statistics per device. Read ip_geo Geolocate an IP address — city, country, ISP, coordinates. Read ip_route Show routing table. Read iptables_list List iptables rules with line numbers. Read jobs_list List pending queue + dead-letter jobs. Read jobs_retry Requeue a DLQ job. Read journalctl Query systemd journal logs with unit, priority, boot, and time filters. Read journalctl_disk_usage Show journal disk usage. Read journalctl_errors Show error-level entries from current boot. Read jq Query/transform JSON with jq expressions. Read jwt_decode Decode a JWT token — shows header, payload, expiry. Read k8s_contexts List available Kubernetes contexts. Read k8s_describe Describe a Kubernetes resource. Read k8s_events Show recent Kubernetes events (warnings, errors). Read k8s_get Get Kubernetes resources (pods, services, deployments, etc.). Read k8s_logs Get logs from a Kubernetes pod. Read k8s_namespaces List Kubernetes namespaces. Read k8s_pods List Kubernetes pods. Read k8s_top Show resource usage (CPU/memory) for pods or nodes. Read lambda_list List AWS Lambda functions. Read lambda_logs Get AWS Lambda function logs. Read last_logins Show recent login history. Read lemonsqueezy_customers List customers. Read lemonsqueezy_discounts List discount codes. Read lemonsqueezy_orders List orders, optionally filtered by email. Read lemonsqueezy_products List Lemon Squeezy products with prices. Read lemonsqueezy_revenue Revenue dashboard: total revenue, MRR, active subs, order count. Read lemonsqueezy_status Check Lemon Squeezy API connectivity and store info. Read lemonsqueezy_subscriptions List subscriptions, optionally filtered by status. Read license Generate a license file (MIT, Apache, GPL). Read linear_issues List Linear issues. Read lines_of_code Count lines of code by language. Read list_directory List files and directories at a path. Read list_projects List discovered git projects on this machine. Read list_runners List available AI runners (Claude Code, Codex, Aider, etc.) with install status. Read list_schedules List all scheduled and recurring tasks with their status, next run time, and history. Read list_shortcuts List available Apple Shortcuts (macOS only). Read list_tasks List all tasks and their current status (queued, running, completed, failed, stopped). Each task may also expo Read listen_ports Show listening ports and owning processes. Read lldb_backtrace Get backtrace from a running process or binary using LLDB. Read load_average Show system load average and CPU count. Read loc_count Count lines of code (uses tokei/scc/cloc with fallbacks). Read log_search Search all indexed container logs via SQLite FTS5. Read lorem_ipsum Generate placeholder text. Read lsblk List block devices (disks, partitions). Read lsmod List loaded kernel modules. Read lspci List PCI devices (GPUs, NICs, etc.). Read lsusb List USB devices. Read ltrace_trace Trace library calls of a process (Linux). Read machine_onboarding_status Show whether OpenAI, GitHub, and GitLab are configured on this machine or on one or more owned Yaver machines. Read mail_dev_inbox List caught emails. Read mail_dev_read Read a specific caught email by ID. Read mail_dev_status Show mail server status and message count. Read mail_inbox Fetch the solo dev's inbox from Gmail or Microsoft 365. The classifier tags each message as personal / transac Read make_targets List Makefile targets. Read managed_get Read the per-subsystem managed:true|false toggle. Returns {subsystem: value?} — missing keys mean "not set" → Read managed_git_checkpoint Commit all current project changes to Yaver Managed Git and push to the managed main branch. Good before/after Read managed_git_status Show Yaver Managed Git status for a project: main branch, latest commit, local backup, external backups, and G Read maven_search Search Maven Central (Java/Kotlin). Read meeting_bookings List confirmed bookings across all event types. Read meeting_list List all bookable event types. Read mobile_platform_matrix Return the source-of-truth platform surface matrix for mobile, TV, watch, and car deployability across Apple a Read mobile_project_status Inspect whether a React Native / Expo project on this machine or an owned remote Yaver device is ready for Yav Read mock_list List all mock routes. Read mock_openapi Load mock routes from an OpenAPI spec file. Read mock_preset Load a mock preset (stripe, openai, twilio, github, supabase-auth). Read models_list List installed Ollama models with sizes. Read models_ps Show currently loaded models and their memory usage. Read models_pull Download an Ollama model. Read models_recommend Recommend models based on your hardware (RAM, GPU). Read models_status Check Ollama status: running, port, GPU, model count. Read modinfo Show kernel module info. Read monitor_add Register a new uptime monitor for a URL. The agent probes every interval; three consecutive failures fire a pu Read monitor_list List every uptime monitor with state, streak, interval, and last-check timestamp. Read monitor_remove Delete an uptime monitor by id or name. Read monorepo_detect Walk a directory and classify every project inside it by framework (flutter | expo | react-native | next | vit Read morning_list List recent morning match-report runs (newest first). Use when the user wants to see history of overnight runs Read morning_rollback Revert a single task's commits (git revert, new commit chain — never destructive). The task must have recorded Read morning_show Return the full match report for a specific run id: every task's title, status, git stats, video metadata, and Read mounts Show mounted filesystems. Read mtr_report Network diagnostic combining ping and traceroute. Read music Control music playback (Spotify on macOS, playerctl on Linux). Read mypy_check Type-check Python with mypy. Read nanoleaf Control Nanoleaf light panels — on, off, brightness, effects. Read net_doctor Deep internet-connectivity troubleshooting. Walks the whole stack in order — interface/DHCP, gateway, internet Read netlify_status Show Netlify site status. Read network_connections Show active network connections. Read network_interfaces List all network interfaces with IPs and MACs. Read news Get latest tech news from HackerNews, Lobsters, dev.to, TechCrunch, or any RSS feed. Read newsletter_subscribers List newsletter subscribers + status counts (confirmed / pending / unsubscribed). Read nm_symbols List symbols in a binary. Read nmap_scan Scan with nmap (quick, services, os, full, udp, ping). Read nobetci_eczane Find on-duty pharmacies (nöbetçi eczane) in Turkish cities. Read notion_search Search Notion pages and databases. Read npm_info Get npm package info — version, downloads, description. Read npm_search Search npm registry. Read npm_versions List versions of an npm package. Read nuget_search Search NuGet (.NET packages). Read oauth_client_list List registered OAuth clients for the self-hosted identity provider. Read oauth_user_list List registered OAuth users (email + id only, never hashes). Read objdump Disassemble a binary. Read op_get Look up a 1Password item (passwords masked). Read op_list List 1Password items. Read opencode_config_get Read the OpenCode config (~/.config/opencode/opencode.json or env-overridden path). Returns the resolved path, Read ops_verbs List every registered ops verb with its description, payload schema, whether it streams, and whether guests ma Read password_gen Generate a secure random password. Read pcap_analyze Analyze a pcap file. Read pcap_stats Show pcap file statistics (capinfos). Read pdf_render Render HTML or a URL to PDF via the embedded Chromium. Returns the PDF as base64. Use for invoices, receipts, Read perf_compare Compare current Lighthouse scores against the last saved result. Read perf_record Record performance data using Linux perf. Read perf_stat Collect performance counters using Linux perf. Read phone_project_get Get the full metadata for one phone project — schema, auth, seed, live table/row stats. Read phone_project_list List all phone-first mini-backend projects on this agent. Each project is its own local SQLite-backed Yaver pr Read phone_project_templates List the built-in phone-project templates (blank, crud, todos, notes). Use one of these when calling phone_pro Read ping Ping a host. Read pip_list List installed pip packages. Read pip_show Show installed pip package details. Read pipeline_hardware Detect hardware profile: CPU, RAM, disk, GPU, Docker availability. Shows recommended parallel job count. Read pipeline_list List available CI/CD pipelines (both GitHub Actions and GitLab CI). Read pipeline_status Show status of current or last pipeline run with per-step results, durations, and hardware profile. Read places_search Search for places, addresses, businesses (OpenStreetMap, free). Read platform_apps List all deployed apps with domains, status, and resource usage. Read platform_init Initialize Yaver Platform on current machine or remote (self-hosted PaaS like Vercel). Read platform_logs Tail logs from a deployed app. Read platform_redeploy Rebuild and redeploy an app. Read platform_status Show platform health (running apps, SSL status, memory, CPU, uptime). Read playstore_status Check Google Play Console status for an app. Read playstore_track Check Play Store track status (production, beta, alpha). Read pod_outdated Check for outdated CocoaPods dependencies. Read port_check Check what process is using a specific port. Read port_scan Scan common ports on a host (pure Go, no nmap needed). Read prettier_check Prettier format check or write. Read preview_list List all active preview environments. Read primary_auth Re-auth on the user's primary remote device. With runner empty (default) this refreshes the Yaver session toke Read primary_ping Short reachability + auth check against the user's primary remote device. Returns transport, latency-class inf Read primary_projects List projects discovered by the agent's filesystem scanner on the user's primary remote device. Pass mobile_on Read primary_status Live status of the user's primary remote device — agent version, lifecycle (healthy / ready-to-connect / yaver Read prisma_status Show Prisma migration status. Read process_kill Kill a process by PID. Read process_list List running processes. Optionally filter by name. Read project_runtime Summarize project runtime placement, export targets, provider requirements, and machine resolution for the cur Read project_wizard_answer Submit an answer to the current wizard question. Returns the next question (or 'done' kind when complete). Read proxy_list List all reverse proxy routes. Read proxy_status Show reverse proxy status (running, routes, Caddy PID). Read ps_aux List processes. Sort by cpu/mem, or filter by name. Read ps_tree Show process tree. Read pscale_branches List PlanetScale database branches. Read pubdev_info Get Dart/Flutter package info from pub.dev. Read pubdev_search Search pub.dev (Dart/Flutter packages). Read public_ip Get public IP address. Read pypi_info Get Python package info from PyPI. Read pypi_versions List available versions of a PyPI package. Read qr_code Generate a QR code from text. Read railway_status Show Railway project status. Read read_file Read contents of a file. Limited to 100KB. Read recovery_target_status Probe a specific remote Yaver base URL without relying on local Yaver sign-in. For security, public HTTP targe Read recovery_transport_status Report this machine's auth-recovery exposure and readiness: whether direct public HTTP recovery is open, wheth Read regex_test Test a regex pattern against input text. Read relay_test Test connectivity and latency to configured relay servers (or a specific URL). Read release_list List releases in a self-hosted OTA channel (default: production). Shows latest pointer, rollout percent, and e Read release_rollback Roll a channel's latest pointer back to a previously published semver. Read remote_cost Show monthly cost across all remote machines. Read remote_provision Spin up a new VPS from phone. Supports Hetzner and DigitalOcean. Read remote_status Dashboard of all remote machines (online/offline, CPU, memory, disk, containers). Read restaurants Find restaurants nearby (OpenStreetMap, free). Read rmmod Unload a kernel module. Read routine_get Fetch one routine by ID, including its full execution history (last 50 runs). Read routine_list List all routines (Verb-mode schedules) with their next run time, run count, and last result. Excludes classic Read routine_pause Pause a routine without deleting it. The next NextRunAt is preserved but the scheduler skips it until resumed. Read runner_auth_browser_status Read the live state of a previously-started runner browser-auth session on the local or a remote machine. Read runner_auth_status Show whether Claude Code, Codex, and OpenCode are installed and authenticated. Optional device_id inspects ano Read safety_check Check Python dependencies for known vulnerabilities. Read sandbox_quickstart One-step containerization setup for Yaver. Picks a practical default, persists it, and optionally starts build Read sandbox_status Check Docker container sandbox status (available, image ready, containerization settings). Read say Text-to-speech — speak text aloud. Read screenlog_analyze Analyze a screenlog session into a deterministic activity report: time-by-app (most first), active vs idle, to Read screenlog_events Read the input-event companion stream (keystrokes + mouse clicks/scroll) for a session, plus deterministic sta Read screenlog_frames Return frames for a screenlog session. Default: metadata only (idx, capturedAt, display, file, active app/wind Read screenlog_list List local screenlog sessions (newest first) with frame counts. Read screenlog_live Near-real-time LIVE view: returns whether recording is active + the newest captured frame (security-cam style) Read screenlog_policy_get Get this machine's screenlog consent policy: enabled (master kill-switch), allowRemoteControl (may a non-local Read screenlog_process_model GHOST ANALYSIS: returns a deterministic skeleton of task EPISODES (segmented from a recorded session) + a runn Read screenlog_process_model_get Return the saved ProcessModel for a session (the structured 'what they did / how machinery is used' analysis). Read screenlog_status Live counters for the running screenlog session (kept frames, dropped duplicates, bytes, elapsed). Read screenshot Take a screenshot of the current screen. Returns base64-encoded PNG. Works on macOS, Linux (with gnome-screens Read search_content Search for text content inside files (like grep/ripgrep). Returns matching lines with file paths and line numb Read search_files Search for files by name pattern in a directory. Uses glob patterns (e.g. '.go', 'test_.py'). Skips node_modul Read sensors Show hardware sensors (CPU temp, fan speed). Read sentry_issues List recent Sentry errors. Read seo_fix Auto-fix SEO issues. Read seo_report Generate an SEO score report. Read seo_sitemap Generate or regenerate sitemap.xml. Read service_list List system services and their status. Read service_status Check status of a system service (systemd on Linux, brew services on macOS). Read services_logs Tail logs from a service. Read services_status Show status of all configured local services (running, port, health, memory). Read session_list List AI agent sessions that can be transferred to another machine. Shows task ID, agent type, title, status, a Read shared_storage_list Browse a configured shared storage profile. Read shared_storage_profiles List machine-level shared storage profiles (NAS/SMB/WebDAV/Storage Box/S3) available to Yaver clients. Read shared_storage_search Search names and text documents inside a configured shared storage profile. Read shelly_control Control a Shelly relay/plug — on, off, toggle. Read shelly_power Get power consumption from a Shelly device. Read shelly_status Get Shelly device status (smart plug, relay, light). Read short_clicks Tail the last 500 click rows, optionally filtered by code. Read short_list List short URLs with click counts. Read simulator_screenshot Take a screenshot from iOS simulator. Read simulators List iOS simulators. Read site_blog_list List all blog posts. Read site_check Check if a website is up and measure latency. Read site_pages List all pages in the site. Read site_serve Serve the site locally for preview. Read sonos_control Control a Sonos speaker — play, pause, next, previous, volume. Read sonos_discover Discover Sonos speakers on the network. Read sourcemaps_list List uploaded source maps — returns {app: [versions]}. Maps are stored locally on the agent. Read speed_test Run an internet speed test. Read ssl_check Check SSL/TLS certificate for a domain — expiry, issuer, SANs. Read ssl_provision Provision a Let's Encrypt certificate for a domain via the installed certbot (http-01 challenge, standalone mo Read standup Generate a daily standup from recent git commits. Shows what you did, files changed — ready to paste in Slack. Read stock_price Get current stock price (Yahoo Finance, free). Read storage_bucket_list List all S3 buckets. Read storage_config Get S3-compatible config for app integration (endpoint, access key, secret key). Read storage_list List objects in an S3 bucket. Read storage_presign Generate a presigned URL for an S3 object. Read storage_status Show MinIO status (running, endpoint, buckets, total size). Read strace_trace Trace system calls of a process (Linux). Read stripe_status Show Stripe webhook listener status. Read studio_list List native DB dashboards (Drizzle, Supabase, Convex, PocketBase, MinIO, Mailpit, Firebase) with live-probe. Read subnet_calc Calculate subnet details from CIDR notation. Read supabase_functions List Supabase Edge Functions. Read supabase_migrations List Supabase migrations. Read supabase_status Show Supabase project status. Read support_start Open a TeamViewer-style remote-support window on this machine. Returns a 6-char code, a scoped bearer token, a Read support_status Return the active remote-support session (code, expiry, allowed URL prefixes) or {active:false}. Read support_stop Revoke the active remote-support session. Any bearer token redeemed from it stops working on the next request. Read swap_info Show swap usage. Read sysctl Read kernel parameters. Pass a key or leave empty for all. Read syslog Read system log files with optional grep filter. Read system_info Get system information: hostname, OS, CPU count, disk usage, memory, load average. Useful for monitoring headl Read tail_logs Tail log files or system logs (journalctl on Linux, system.log on macOS). Read tcpdump Capture network packets with tcpdump. Read tcpdump_dns Capture DNS packets. Read tcpdump_http Capture HTTP/HTTPS packets. Read template_list List available project templates (saas-complete, indie-hacker, api-first, content-site, survey-app). Read testflight_builds List TestFlight builds for an app. Read testkit_flake_report Per-spec failure ratios over the last 100 runs. Use to identify chronically broken or flaky specs that need at Read testkit_list_specs List the yaver-test-sdk specs in the current project (yaver-tests//.test.yaml). Returns name, path, target, st Read testkit_self_heal_selector Given a CSS selector that no longer matches and a DOM HTML snapshot, ask the user's vision/text LLM to propose Read tf_init Initialize terraform. Read tf_output Show terraform outputs. Read tf_state List terraform state resources. Read tf_validate Validate terraform configuration. Read timedate_info Show system time, timezone, NTP status. Read tldr Quick command reference (like man pages but shorter). Read tmux_adopt_session Adopt an existing tmux session as a Yaver task. The session continues running and its output is streamed as ta Read tmux_detach_session Detach (stop monitoring) an adopted tmux session. The tmux session keeps running but Yaver stops tracking it. Read tmux_list_sessions List all tmux sessions on this machine with agent detection (claude, codex, aider, etc.) and their relationshi Read top_snapshot Top processes snapshot sorted by CPU. Read totp_status Show whether two-factor authentication is enabled for the signed-in Yaver user. 2FA is optional and gates only Read traceroute_host Trace network route to host. Read translate Translate text between languages (LibreTranslate, free). Read tree Show directory tree (auto-excludes node_modules, .git, etc.). Read tree_dir Show directory tree. Read trivy_fs_scan Run Trivy filesystem vulnerability scan. Read tsc_check TypeScript type checking. Read tshark Capture and analyze packets with tshark (Wireshark CLI). Read tunnel_list List configured Cloudflare Tunnels. Read tunnel_test Test connectivity to configured Cloudflare Tunnels (or a specific URL). Read uname Show kernel, architecture, hostname info. Read uptime Show system uptime. Read uptime_monitor_add Add a URL to uptime monitoring. Replaces BetterStack ($10-25/mo). Alerts via Telegram/Discord/Slack. Read uptime_monitor_history Show check history for a monitored URL. Read uptime_monitor_list List all monitored URLs with current status, uptime %, latency. Read uptime_monitor_remove Remove a URL from monitoring. Read uptime_monitor_status Quick overview: how many up/down, any active alerts. Read uuid Generate a new UUID v4. Read vercel_env List Vercel environment variables. Read vercel_logs Get Vercel deployment logs. Read vercel_status Show Vercel deployments. Read vibe_preview_clip_record Record a short MP4 demo clip from a booted simulator/emulator while the running app is exercised by Maestro (P Read vibe_preview_clips List recent clips for a project, newest first. Each clip has id, source, status (recording|ready|failed), dura Read vibe_preview_snapshot Force one capture against an active session. Returns the new frame's seq + content hash. Pair with vibe_previe Read vibe_preview_status List active vibe-preview sessions: project, profile, FPS, mode, frame count, error count. Read vibe_preview_summaries Read recent text summaries for a project (Phase 4). Each entry is a one-sentence description of what visibly c Read vmstat Virtual memory statistics. Read waitlist_leaderboard Top referrers (redacted — no emails). Safe to surface publicly. Read waitlist_list List all waitlist entries (owner-only, includes emails). Read weather Get current weather for a location. Read web_search Search the web. Use this for current information: competitor research, market gaps, library docs, error messag Read who_is_logged_in Show who is logged in and what they're doing. Read whois Look up domain registration info. Read wifi_info Get WiFi network information. Read wire_detect List USB-cable-attached iPhones/iPads (xcrun devicectl, falls back to xctrace) plus Android devices (adb devic Read wireless_detect List WiFi-paired iPhones/iPads (xcrun devicectl over network) AND Android devices (adb devices), PLUS Android Read wireless_pair_android Manual one-shot Android wireless pair when you already know the pair host:port (e.g. user typed it from the ph Read workspace_init Wire every app declared in yaver.workspace.yaml: scaffold init.md, env-check, per-app setup. Call workspace_sc Read workspace_list Return apps declared in yaver.workspace.yaml, ordered by dependency (leaf-first). Read workspace_status Per-app runtime status: on-disk presence, init.md freshness, missing env vars. Read-only. Read workspace_web_apps Return workspace apps whose stack maps to a web surface (nextjs, vite, flutter, react-native-expo). Used by th Read world_clock Show current time in multiple timezones. Read xcode_test Run Xcode tests. Read yaver_ask Ask a natural-language QUESTION about this repository / machine and get a deep, grounded answer instead of jus Read yaver_auth_list_identities List every OAuth provider (Apple / GitHub / GitLab / Google / Microsoft / email) linked to the currently signe Read yaver_auth_poll Run one poll of the device-code authorization. Returns status = pending | authorized | expired. On authorized, Read yaver_auth_status Report Yaver's own sign-in state on this machine: whether a valid Apple/GitHub/Google/Microsoft OAuth token is Read yaver_devices List all registered devices across your account (dev machines, laptops, servers) with online/offline status. Read yaver_logs View the last N lines of the agent log file. Read yaver_managed_cloud_onboarding High-level guided MCP flow for buying and onboarding a Yaver managed cloud machine. Always returns status and Read yaver_ping Ping the agent to verify it's alive and measure round-trip time. Read yaver_status Show auth status, agent info, current runner, relay servers, and connection details. Like 'yaver status' on th

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Yaver

Can an AI agent move money through the Yaver MCP server? +

Yes. The Yaver server exposes 1 financial tools including session_transfer. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Yaver MCP server? +

Yes. The Yaver server exposes 45 destructive tools including acl_remove_peer, cancel_schedule, cargo_remove_crate. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Yaver? +

The Yaver server has 214 write tools including ab_assign, ab_experiment_create, account_connect. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Yaver.

How many tools does the Yaver MCP server expose? +

1060 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 605 are read-only. 455 can modify, create, or delete data.

How do I enforce a policy on Yaver? +

Register the Yaver MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Yaver tool call.

Deterministic rules across all 1060 Yaver tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

1060 Yaver tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.