GitHub Actions Spider#

Tool icon

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.

Open the tool.

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:

  1. Open GitHub settings → Developer settings → Personal access tokens.
  2. Create a token with the minimum scopes you need (for public repos, public_repo is enough; for private repos, include repo).
  3. 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.

#LibraryVersionVia
1js-yaml4.1.0cdn.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:

View full changelog (6 commits)