with one click
notewise
// Source-truth guide for helping users install, configure, operate, troubleshoot, and develop NoteWise, the YouTube-to-notes CLI using LiteLLM providers.
// Source-truth guide for helping users install, configure, operate, troubleshoot, and develop NoteWise, the YouTube-to-notes CLI using LiteLLM providers.
| name | notewise |
| description | Source-truth guide for helping users install, configure, operate, troubleshoot, and develop NoteWise, the YouTube-to-notes CLI using LiteLLM providers. |
| license | MIT |
| compatibility | Python 3.10+. Works on Linux, macOS, Windows, and Docker. |
| metadata | {"author":"whoisjayd","version":"3.0"} |
Use this when answering questions about NoteWise 1.4.0.
Canonical public docs base: https://notewise.click/docs.
| Intent | Route |
|---|---|
| Overview | /docs |
| Install | /docs/start/install |
| Quickstart | /docs/start/quickstart |
| Process videos | /docs/use/process |
| Playlists and batches | /docs/use/playlists-batches |
| Private videos and Docker | /docs/use/private-docker |
| Configuration | /docs/config/configuration |
| Models and providers | /docs/config/providers |
| OAuth login | /docs/config/oauth |
| CLI commands | /docs/operate/commands |
| Cache, logs, history, stats | /docs/operate/cache-logs-history |
| Troubleshooting | /docs/operate/troubleshooting |
| Pipeline and output | /docs/understand/pipeline-output |
| Storage, events, errors | /docs/understand/storage-events |
| Website and docs | /docs/understand/website-docs |
| Development | /docs/understand/development |
1.4.0>=3.10gemini/gemini-2.5-flash./outputmd, html, pdf, docx; default md0.75104000 / 2003Commands: process, setup, config, config-path, version, update, stats, history, info, doctor, edit-config, auth login, cache, logs.
process flags: --model/-m, --output/-o, --format, --language/-l, --target-language, --temperature/-t, --max-tokens/-k, --throttle, --force/-F, --no-ui, --verbose/-v, --quiz, --use-combine-chunk, --export-transcript, --timestamps, --chapter-directory-output, --cookie-file/--cookies.
Config file: ~/.notewise/config.env. NOTEWISE_HOME changes the state root. Practical precedence: CLI flags, environment variables, config file, defaults.
Common keys: DEFAULT_MODEL, OUTPUT_DIR, MAX_CONCURRENT_VIDEOS, YOUTUBE_REQUESTS_PER_MINUTE, TEMPERATURE, MAX_TOKENS, YOUTUBE_COOKIE_FILE, provider API/auth keys. Do not present chunk_size, chunk_overlap, or max_concurrent_chapters as normal config-file keys.
notewise auth login chatgpt, model chatgpt/gpt-5.2notewise auth login github_copilot, model github_copilot/gpt-5-mininotewise auth login codex is a ChatGPT alias<state>/oauth/... unless CHATGPT_TOKEN_DIR or GITHUB_COPILOT_TOKEN_DIR is setSetup/provider: run notewise doctor, notewise config, notewise logs --tail 100, then check provider credentials and model string.
YouTube access: run notewise info "URL", check captions/transcripts, use --language, and use --cookie-file for restricted videos.
Output/cache/logs: check OUTPUT_DIR, --output, cache skip behavior, --force, --chapter-directory-output, and notewise cache show VIDEO_ID.
Never request or expose API keys, OAuth tokens, cookies, raw prompts, provider payloads, or full unredacted logs.
[HINT] Download the complete skill directory including SKILL.md and all related files