mizcausevic-dev/Agent Card README Generator
Render a Markdown README from an A2A AgentCard JSON. Post as PR comment or commit to a target path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: mizcausevic-dev/agent-card-readme-generator-action@30f50432a2dfc4a34171ac2148fe2660c9d6c3f5 # v1.0-prodtags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| card-path | Path (relative to repo root) to the AgentCard JSON file. | yes | — |
| output-path | Optional. If set, the rendered Markdown is written to this path (relative to repo root). Useful for auto-updating a README or docs page. | no | — |
| comment-on-pr | Post the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior. | no | auto |
| hide-badges | Suppress the trailing badges line under the title (default 'false'). | no | false |
| anchor-prefix | Anchor prefix for tool / refusal section headings (default 'section-'). | no | section- |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| markdown-length | Length (in characters) of the rendered Markdown. |
| output-written | True iff an output-path was specified and successfully written. |