progrok
Use Grok models for free via OAuth proxy. No API key needed.
File Explorer
- ci.yml
- pages.yml
- publish.yml
- 00_quality_review_plan.md
- 00_research_ima2gen_gap.md
- 01_plan_video_image.md
- 02_plan_publish_ready.md
- 10_research_opencode_adapter.md
- 11_opencode_adapter_questions.md
- phase2_research.md
- phase2_roadmap.md
- phase3_record.md
- 260602_grok-composer-2.5-fast.md
- 260603_post-v0.2.1-audit.md
- 260604_composer-tool-discipline-injection.md
- .gitkeep
- api.md
- copy-public.mjs
- release-preview.sh
- release.sh
- run-tests.mjs
- content-assets.mjs
- content-modules.mjs
- content.d.ts
- types.d.ts
- CodeBlock.astro
- CommandCard.astro
- DocsSidebar.astro
- Footer.astro
- Header.astro
- BaseLayout.astro
- DocsLayout.astro
- batch-api.astro
- files.astro
- rate-limits.astro
- smoke-matrix.astro
- chat.astro
- image.astro
- login.astro
- models.astro
- proxy.astro
- search.astro
- video.astro
- oauth-bridge.astro
- editing.astro
- generation.astro
- multi-image-editing.astro
- generation.astro
- multi-agent.astro
- reasoning.astro
- streaming.astro
- structured-outputs.astro
- code-execution.astro
- collections-search.astro
- function-calling.astro
- overview.astro
- web-search.astro
- x-search.astro
- editing.astro
- extension.astro
- generation.astro
- image-to-video.astro
- reference-to-video.astro
- smoke-matrix.astro
- custom-voices.astro
- overview.astro
- stt.astro
- tts.astro
- index.astro
- models.astro
- pricing.astro
- quickstart.astro
- index.astro
- docs.css
- global.css
- .gitignore
- astro.config.mjs
- package-lock.json
- package.json
- SKILL.md
- callback-server.ts
- constants.ts
- device-code.ts
- discovery.ts
- pkce.ts
- token-store.ts
- app.js
- index.html
- style.css
- server.ts
- billing.ts
- capabilities.ts
- chat.ts
- image.ts
- login.ts
- logout.ts
- models.ts
- proxy.ts
- search.ts
- skill.ts
- status.ts
- video.ts
- composer-inject.ts
- server.ts
- collect-refs.ts
- config.ts
- logger.ts
- media.ts
- open-url.ts
- parse-int.ts
- star-prompt.ts
- version.ts
- index.ts
- .gitkeep
- auth.test.ts
- cli-skill-contract.test.ts
- composer-inject.test.ts
- image.test.ts
- proxy.test.ts
- search.test.ts
- video.test.ts
- .gitignore
- .npmignore
- AGENTS.md
- LICENSE
- package-lock.json
- package.json
- PROMO.md
- PROMO.txt
- README.md
- THIRD_PARTY_NOTICES.md
- tsconfig.json
- tsup.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
compare
View Details ▼
compare
This command is an alias of `magick compare`.
tldr magick compare
View documentation for the original command:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
prompt
View Details ▼
prompt
Change the default DOS style prompt in a command window.
prompt
Reset the prompt to the default setting:
prompt {{prompt}}
Set a specific prompt:
prompt $D $P$G
Change the prompt to show the current date first:
