Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/yomero243/physicclaw-vea/geminigit clone --depth 1 https://github.com/yomero243/PhysicClaw-VEAWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/yomero243/physicclaw-vea/gemini)<a href="https://agentmods.dev/agents/yomero243/physicclaw-vea/gemini"><img src="https://agentmods.dev/badge/agents/yomero243/physicclaw-vea/gemini.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01001 |
| Opus 5 | $0.00000 | $0.00500 |
| Sonnet 5 | $0.00000 | $0.00200 |
| Haiku 4.5 | $0.00000 | $0.00100 |
Grade A, and why
GEMINI scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PhysicClaw-VEA — Guía de Contexto (GEMINI.md)
Este archivo proporciona contexto esencial sobre la arquitectura, tecnologías y convenciones del proyecto PhysicClaw-VEA.
🚀 Resumen del Proyecto
PhysicClaw-VEA es una aplicación interactiva de visualización 3D que presenta una "Entidad Virtual Aumentada" (VEA). La entidad reacciona dinámicamente a estados internos simulados (pensamiento, emociones) a través de shaders personalizados, animaciones y conversación con IA en tiempo real.
Tecnologías Clave
- Frontend: React 19, TypeScript, Vite.
- Renderizado 3D: Three.js, React Three Fiber (R3F), React Three Drei.
- Estado Global: Zustand (con persistencia).
- Backend/Infraestructura: Supabase (Auth, Realtime, Database, Storage).
- IA: Integración con API de OpenClaw (por defecto Gemini 2.5 Flash).
- Shaders: GLSL (EnergyShader personalizado).
- Testing: Vitest.
🛠️ Comandos de Desarrollo
| Acción | Comando |
|---|---|
| Instalar dependencias | npm install |
| Iniciar servidor de desarrollo | npm run dev |
| Construir para producción | npm run build |
| Ejecutar pruebas (Vitest) | npm run test |
| Verificar tipos (TypeScript) | npm run typecheck |
| Linting y formateo | npm run lint / npm run format |
| Verificar entorno | npm run verify-env |
📂 Estructura del Proyecto
src/components/: Componentes de UI y R3F.Experience.tsx: Raíz de la escena R3F (cámara, luces, entorno).DynamicCharacter.tsx: Renderizador dinámico de modelos FBX/GLB y entidades base.ChatInterface.tsx: Interfaz de chat con entrada de voz y selector de personajes.
src/store/: Gestión de estado con Zustand.soulStore.ts: El "alma" de la entidad (humor, intensidad, mensajes, configuración de API).sceneStore.ts: Estado de la escena y objetos persistentes en la BD.
src/shaders/: Shaders personalizados en GLSL (ej.EnergyShader.ts).src/services/: Clientes de API y servicios externos (ej.openClawService.ts).src/hooks/: Hooks personalizados para lógica reutilizable (multiplayer, control externo, etc.).supabase/: Configuraciones de backend, migraciones y funciones Edge.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 82 lines · 0 tokens per session scan A 7ce79f4c69e1
GEMINI is an agent published in the GitHub repository yomero243/PhysicClaw-VEA (5 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,001 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
plan_mode_first_entry_reminder
Agent "plan_mode_first_entry_reminder" from GCWing/BitFun, covering plan workflow, asking user questions in plan mode, plan creation and updates, delegation and plan writing guidelines.
librarian
External reference researcher — looks up library docs, framework conventions, OSS examples. Read-only, no memory injection. (Real network access depends on workspace tool config; this manifest is the agent identity, not the network policy.).
planner
Use this agent when you need to research, analyze, and create comprehensive implementation plans for new features, system architectures, or complex technical solutions. This agent should be invoked before starting any significant implementation work, when evaluating technical trade-offs, or when you need to understand…
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
scope_reader
Extract launch scope, target users, dependencies, user-visible copy and excluded work.
web_researcher
Collect source-backed market evidence and name confidence limits.