# A2A Agent Card ジェネレーター

> 他のエージェントが発見・呼び出しできるよう、エージェントの identity、capabilities、skills を宣言する /.well-known/agent.json を生成。

## How to use

1. Name your agent and set a semver version
2. Add an https endpoint other agents can reach
3. Declare capabilities (streaming, multi-turn, etc.) and at least one skill
4. Optional: add a contact block (name / url / email)
5. Copy or download the JSON
6. Save it as `/.well-known/agent.json` on your origin
