Main
Use
agent-tool install --safe-approveto register with detected agents while limiting auto-approval to local file tools (README lists the safety tiers).When encoding matters (EUC-KR / Shift-JIS / GB18030), set a fallback encoding via
--fallback-encodingor env var as shown in README.Treat it as a tool unifier: README frames it as bundling many tools into one install so agents stop reconfiguring per-project utilities.
Source-backed notes
- README lists auto-install commands:
agent-tool install,--safe-approve, and--no-auto-approve. - README includes manual MCP config examples for Claude Code/Cursor/Codex (
mcpServersJSON or[mcp_servers.*]TOML). - README explains it addresses indentation and encoding corruption issues in built-in file tools.
FAQ
- Is safe mode recommended?: README recommends
--safe-approvewhen you only want local file tools auto-approved. - Can I configure it manually?: Yes — README shows JSON/TOML examples for different clients.
- How do I handle non-UTF-8 repos?: Set
--fallback-encodingorAGENT_TOOL_FALLBACK_ENCODINGas shown in README.