elizaOS Developer Tools
Free, private, client-side utilities for elizaOS agent builders — from the plugin-formatho native plugin to browser-side config checkers. Everything runs on your machine. No tracking, ever.
The native plugin: 9 pure-function actions
Install once and your elizaOS agent gains everyday dev utilities as native actions — no Docker, no API keys, no config. Every action is a synchronous pure function.
Browser tools for agent configs
Validate your elizaOS character config against the real schema: missing required fields, type errors, empty style/bio, bad messageExamples.
Client-side scan of agent .env files: duplicate keys, empty values, quote issues, and known elizaOS variable names. Nothing is ever uploaded.
Lint your plugin package.json against the elizaOS registry conventions: name scope, version, and description rules.
Want all 26 tools + audit logs?
The full Formatho runtime gives your elizaOS agent 26 tools — web3, security, data formats, compliance — behind a self-hosted MCP server with per-client keys, policies, and audit logs. Works with elizaOS agents today via @elizaos/plugin-mcp:
Why private?
Agent configs, JWTs, and .env contents are the keys to your infrastructure. Pasting them into a random web tool means sending secrets over the network. Formatho tools never do that.
- Zero network — no fetch, no APIs, no telemetry
- Zero filesystem — nothing is read or written
- Zero secrets — no env vars, no keys, no config
- Pure functions: values in, values out — auditable in one sitting