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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 11, 2026
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mizcausevic-dev/agent-card-readme-generator-action@30f50432a2dfc4a34171ac2148fe2660c9d6c3f5 # v1.0-prod

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
card-pathPath (relative to repo root) to the AgentCard JSON file.yes
output-pathOptional. 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-prPost the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior.noauto
hide-badgesSuppress the trailing badges line under the title (default 'false').nofalse
anchor-prefixAnchor prefix for tool / refusal section headings (default 'section-').nosection-
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
markdown-lengthLength (in characters) of the rendered Markdown.
output-writtenTrue iff an output-path was specified and successfully written.