Pseudo-CLI
ClientA terminal-style shell in the browser. It does not run a real OS shell. open jumps to full tool pages (same JS as the GUI). Lightweight echo, b64, and hash run inline here with crypto-js where noted.
What this pseudo-CLI is for
Use it to experiment with Toolcore catalog ids and URL prefill patterns before wiring an assistant, bookmark, or automation note. It is a navigation and demo surface for the same public tool pages, not a hidden conversion endpoint and not a replacement for your local terminal.
Pseudo-CLI
Non-AIGC pseudo-CLI — type `help`. Same URL rules as /mcp-tools.json: `open <id>`, optional `-q`, or `--params-json` (last) for complex prefills. You may also type a catalog id as the first word (shortcut to `open`).
Nearby workflows on Toolcore
- Protocol tools hub — for HTTP, MIME, and CIDR references the CLI can open.
- JSON formatter — as a common `open` target with ?q= prefill.
- AI agents integration — for manifest URLs and prefill conventions.
Common use cases
- Jump from automation or agent scripts to a real tool page with the same query prefill the GUI uses.
- Run small echo, Base64, or hash helpers without leaving the terminal metaphor.
- Try manifest-style `open` commands when integrating with `/agent-tools.json` contracts.
- Demonstrate how a human-in-the-loop assistant can hand off data to a browser tool instead of doing every transform inside chat.
Common mistakes to avoid
Expecting POSIX shell behavior
This is a browser sandbox. It does not execute system binaries, pipes to the OS, or access your files.
Assuming it exposes a private API
The open command builds normal public URLs. For deterministic server operations, use only the documented agent API capabilities.
Pasting secrets into examples
Even local helpers should use redacted samples. Treat copied commands as shareable notes and avoid real tokens, keys, or customer data.
FAQ
Does anything run on Toolcore servers?
Navigation and hashing run in your tab. Opening a tool loads the normal static page—no private transform API.
Can it read files or run shell scripts?
No. It is intentionally limited to browser-side commands and navigation. It cannot access your filesystem, run binaries, or pipe output to local programs.
Why use this instead of the normal catalog?
Use the catalog for browsing. Use the pseudo-CLI when you want to test exact ids, query parameters, and manifest-style handoffs.
Common search terms
Phrases people search for that match this tool. See the full long-tail keyword index.
- browser pseudo cli
- command-style tool launcher
More tools
Related utilities you can open in another tab—mostly client-side.
chmod & umask
ClientOwner/group/other rwx to octal, ls-style rwxrwxrwx, copy chmod, and umask 022/002 quick reference for new files and dirs—local only.
Cron expression helper
ClientHuman-readable schedule, next run times—standard 5-field cron in your browser.
JSON formatter
ClientJSON format online: pretty-print, minify, validate, escape, download .json.
Encoding tools
ClientHub index: Base64 & URL, Base64url, Base32, Crockford, LEB128, ASCII85, Z85, Base58, base-36, bencode, Morse, quoted-printable, URI, Punycode/IDN, Unicode escapes, data URLs, MIME, hex, HTML entities, JWT, JSON helpers, crypto.