navig-text
AI text generation for NAVIG — drafts, articles, captions, and fan-out briefs. A first-party, free, toggleable plugin, and the TEXT facet of NAVIG's shared media-generation engine.
navig text gen "explain vector databases in 5 bullets" # a quick draft
navig text gen "NAVIG weekly update" --kind article --out ./out # a full article
navig text gen "ship faster with NAVIG" --kind caption # one caption
navig text gen "NAVIG v2 launch" --kind brief # a fan-out brief
navig text check # is a provider ready?
navig design — the Design Mode surface
The agent-backed surface behind the Design Mode browser lens (in the NAVIG Dock extension). Same core AI client as text generation — code/markup is text, so it lives here rather than in a separate plugin.
navig design edit --prompt "make this a bold dark CTA" --html '<button>Buy</button>'
navig design check # is an AI provider ready?
navig design tokens show # the global design system
navig design tokens show --space acme # a space's design system
design editreturns the revised element HTML as JSON on stdout; the lens base64-encodes the element + your instruction, calls it viahost.run(), then applies the result live (sanitized) with undo.design tokens save/showpersist a page's extracted palette / type scale / spacing astokens.json+tokens.cssunder~/.navig/data/design(global), or into a space's.navig/designwith--space <name>— one design system per project.
How it fits
- No external deps. Generation runs through core's AI client
(
navig.agent.ai_client) — the architectural law that all inference lives innavig/agent/. Whatever provider you've connected (navig connect) powers it. - Registers a facet. At boot it plugs a
TEXTbackend into the core generation registry (navig.media.types.register_generator), sonavig generate gen --modality textand the deck media route dispatch through it. - Refs-library native. Generated Markdown lands as
MediaModality.TEXTrows in the same versioned refs library as images / video / audio — so a drafted caption or brief flows straight intonavig social fan-outand the content assembly line.
Install
pip install -e plugins/navig-text # dev (editable)
# or, for the user's real CLI:
navig store install pip:navig-text
Part of the NAVIG media plugin family: navig-image · navig-video · navig-audio · navig-text — each a thin facet over one shared engine.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters