erayack/DeepWiki Documentation Crawler
Automatically crawls and indexes repository documentation on DeepWiki
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository identifier (owner/repo, GitHub URL, or DeepWiki URL) | no | ${{ github.repository }} |
| max_concurrency | Maximum concurrent crawl workers | no | 3 |
| request_timeout | Request timeout in milliseconds | no | 30000 |
| retry_attempts | Number of retry attempts for failed requests | no | 3 |
Outputs
| name | description |
|---|---|
| repo_exists | Whether the repository already exists on DeepWiki |
| org_repo | Extracted org/repo identifier |
| deepwiki_url | The DeepWiki URL for the repository |