netwrix/Claude Code Org Stats
Scan repositories in a GitHub organization and generate visual Claude Code adoption statistics
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub token with org:read and repo scope | yes | — |
| ORG_NAME | GitHub organization to scan | yes | — |
| REPOSITORY | Repository to update README in (owner/repo format). Defaults to the repo running the action. | no | "" |
| SHOW_SECTIONS | Comma-separated list of sections to render: adoption, skills, agents, hooks, actions, mcp, details | no | adoption,skills,agents,hooks,actions |
| BLOCKS | Characters used for bar chart (empty and filled) | no | ░█ |
| BAR_LENGTH | Width of bar charts in characters | no | 25 |
| BAR_SECTIONS | Comma-separated list of sections that show progress bars (others show counts only) | no | adoption,skills,agents,hooks,actions |
| MAX_ITEMS | Maximum items to show in ranked lists | no | 10 |
| EXCLUDE_ARCHIVED | Skip archived repositories | no | true |
| EXCLUDE_FORKS | Skip forked repositories | no | true |
| EXCLUDE_REPOS | Comma-separated list of repo names to skip | no | "" |
| SECTION_NAME | Name used in comment markers (<!--START_SECTION:name-->) | no | claude-stats |
| TARGET_PATH | Path to the file to update | no | README.md |
| TARGET_BRANCH | Branch to commit to (defaults to repo default branch) | no | "" |
| COMMIT_MESSAGE | Commit message for README update | no | Update Claude Code adoption stats |
| COMMITTER_NAME | Git committer name | no | github-actions[bot] |
| COMMITTER_EMAIL | Git committer email | no | github-actions[bot]@users.noreply.github.com |
Outputs
no outputs