@asm3r96/semplu
v0.1.3
Published
Ask, enhance, extract, and summarize web pages, files, and media.
Downloads
371
Readme
Semplu
Semplu is a local-first CLI for asking, enhancing, extracting, and summarizing content from web pages, files, and media.
This package is the npm-distributed Semplu CLI. It can run on its own, and it can also pair with the Semplu browser extension through the local daemon.
Semplu CLI started as a fork of Peter Steinberger's original summarize CLI:
steipete/summarize.
What Semplu Does
- Ask questions about a URL, document, or extracted context
- Enhance text with reusable rewrite and transformation flows
- Extract clean content from websites, files, podcasts, and videos
- Summarize long content in different lengths and output formats
- Pair the local CLI/daemon with the Semplu browser extension
Install
npm install -g @asm3r96/sempluQuick Start
semplu --version
semplu --help
semplu "https://example.com"
semplu "https://example.com" --extract
semplu agent ask --question "What changed?" --json
semplu agent enhance --input "Draft this better" --template rewrite --jsonMain Workflows
Summarize
semplu "https://example.com"
semplu "https://example.com" --length short
semplu "https://www.youtube.com/watch?v=..."Extract
semplu "https://example.com" --extract
semplu "https://example.com" --extract --format md
semplu ./notes.pdf --extractAsk
semplu agent ask --question "What are the key risks?" --jsonEnhance
semplu agent enhance --input "Make this clearer and shorter." --template rewrite --jsonExtension Pairing
semplu setup
semplu daemon statusKey Commands
semplu <input>: default content workflow for extract/summarize flowssemplu setup: onboarding for CLI-only or CLI + extension usesemplu daemon ...: local daemon lifecycle and pairing supportsemplu agent ask ...: daemon-backed ask workflowsemplu agent enhance ...: daemon-backed enhancement workflowsemplu memory ...: inspect and manage local memory state
Documentation
- CLI:
docs/cli.md - Device pairing:
docs/device-pairing.md - Browser extension:
docs/chrome-extension.md - Release process:
RELEASING.md
License
MIT
