Docs/Dev Utils (touch-dev-utils) Universal Tutorial
Dev Utils (touch-dev-utils)
Dev Utils (touch-dev-utils)
- Developer-oriented text utilities directly inside CoreBox.
- Local-only workflows such as UUID generation, JWT parsing, timestamp conversion, naming transforms, and query-string inspection.
- Feature ID:
dev-utils - Commands:
dev-utils / uuid / jwt / ts / time / query / case / escape
- Local generators: UUID, current Unix timestamps, current ISO time.
- Parsers: JWT header/payload, Unix timestamps, query strings.
- Naming transforms:
camelCase / PascalCase / snake_case / kebab-case. - String helpers: escape and unescape code-style string literals.
- No extra config file.
- Plugin directory:
plugins/touch-dev-utils
- Required:
clipboard.write - Does not request
network.internet, system.shell, or fs.read
- Type
uuid in CoreBox to copy a fresh UUID. - Paste a JWT to inspect formatted header and payload.
- Input a Unix timestamp to convert it into ISO and local time.
- Paste identifiers or query strings to get naming or parsing results instantly.