DeepWiki Raycast Extension
This extension allows you to quickly search for, open, and crawl documentation for GitHub repositories on DeepWiki.
Features
- Open DeepWiki Page: Quickly open the DeepWiki page for a specific GitHub repository using its URL or
owner/repo
identifier.
- Search DeepWiki Repos: Search for repositories indexed by DeepWiki directly within Raycast.
- Crawl DeepWiki Docs: Crawl all documentation pages for a specified repository on DeepWiki and copy the combined content to your clipboard in an LLM-friendly Markdown format.
Commands
Open DeepWiki Page
- Action: Opens a DeepWiki page.
- Input: Accepts a GitHub repository URL (e.g.,
https://github.com/microsoft/vscode
), a DeepWiki URL (e.g., https://deepwiki.com/microsoft/vscode
), or just the owner/repo
identifier (e.g., microsoft/vscode
).
- Usage: Activate Raycast, type
Open DeepWiki Page
, enter the repository identifier, and press Enter.
Search DeepWiki Repos
- Action: Searches DeepWiki for indexed repositories.
- Usage: Activate Raycast, type
Search DeepWiki Repos
, and start typing your search query (e.g., react
, typescript
, vscode
).
- Results: Displays a list of matching repositories. Selecting a result provides actions:
- Open the repository's page on DeepWiki (Primary Action).
- Open the repository's page on GitHub.
- Crawl and Copy Docs (
Cmd+Shift+K
): Trigger the "Crawl DeepWiki Docs" command for the selected repository.
- Use the "Open DeepWiki Page" command with the selected repo.
- Copy DeepWiki URL, GitHub URL, or
owner/repo
identifier to the clipboard.
Crawl DeepWiki Docs
- Action: Crawls all linked documentation pages within a DeepWiki repository scope (e.g., everything under
https://deepwiki.com/owner/repo/
) and copies the combined text content to the clipboard.
- Input: Accepts a GitHub repository URL or
owner/repo
identifier.
- Output: Combined Markdown content on the clipboard, suitable for pasting into LLMs or text editors.
- Progress: Shows toasts indicating which page is currently being crawled.
- Usage: Activate Raycast, type
Crawl DeepWiki Docs
, enter the repository identifier, and press Enter. Alternatively, use the Cmd+Shift+K
shortcut on a result in the "Search DeepWiki Repos" command.
Setup
No setup is required. Just install the extension.
Author
Vivek Nair (vivek@gentrace.ai)