GitHub Actions Spider#

Paste a GitHub URL (workflow file, repo, or user/org) and scan workflows for uses steps.
This tool crawls repos, extracts jobs + steps, and makes it easy to search or export the results.
Personal access tokens (PATs)#
GitHub’s API is rate limited. If you hit limits or need access to private repos, provide a PAT.
The tool stores the token in localStorage on your device and sends it only to GitHub.
Basic steps to create a PAT:
- Open GitHub settings → Developer settings → Personal access tokens.
- Create a token with the minimum scopes you need (for public repos,
public_repois enough; for private repos, includerepo). - Copy the token once and paste it into the tool’s PAT field, then click “Save token”.
Use the “Clear token” button in the tool to remove it from localStorage.
Dependencies#
This tool relies on 1 dependencies.
| # | Library | Version | Via |
|---|---|---|---|
| 1 | js-yaml | 4.1.0 | cdn.jsdelivr.net |
Changelog#
6649874 - February 8, 2026 10:17#
- feat: support custom GitHub API base in actions spider
title: Changelog - GitHub Actions Spider bookHidden: true#
ce1dbba - January 12, 2026 17:42#
- feat: Dark Mode: