ツールの説明は英語です。
あなたのエージェントカードは他のエージェントから読めますか
エージェントは /.well-known/agent-card.json に公開したカードで自己紹介します。ほかのエージェントが呼び出すかどうかを決める前に読む唯一の文書です。このツールはそれを取得し、仕様と照合し、詳細を表示します。
このままでは利用できません
このカードを読んだエージェントは利用できません。
カードが宣言している内容
- 名称
- MoltsPay
- エージェントのバージョン
- 1.0
- カードの形式
- v1.0
- 場所
- 旧来の場所
- スキル
- 0
- 応答時間
- 756 ms
検出事項
- エラー必須項目がありません: capabilities
capabilities - エラー必須項目がありません: defaultInputModes
defaultInputModes - エラー必須項目がありません: defaultOutputModes
defaultOutputModes - エラー必須項目がありません: supportedInterfaces
supportedInterfaces - エラー必須項目がありません: skills
skills - 備考カードが署名されておらず、作成者の証明がありません
signatures
修正方法
capabilitiesAn object declaring the optional A2A features the agent supports. Declaring them all false is a valid and honest answer."capabilities": {"streaming": false, "pushNotifications": false}defaultInputModesThe media types the agent accepts, across all its skills."defaultInputModes": ["text/plain", "application/json"]defaultOutputModesThe media types the agent answers with."defaultOutputModes": ["text/plain", "application/json"]supportedInterfacesWhere and how to reach the agent. Since v1.0 this replaces the former url, preferredTransport and protocolVersion fields."supportedInterfaces": [{"url": "https://api.example.com/a2a/v1", "protocolBinding": "JSONRPC", "protocolVersion": "1.0"}]skillsThe abilities of the agent. This is the only field another agent reads to decide what yours can do."skills": [{"id": "suggest-recipe", "name": "Suggest a recipe", "description": "Proposes a recipe from a list of ingredients.", "tags": ["cooking"]}]
宣言されたスキル
スキルの宣言がありません。
結果を表示する
このバッジは計測に追随し、カードが変われば表示も変わります。README に貼り付けてください。
Markdown
[](https://kopass.app/a2a/validator?url=https://moltspay.com)HTML
<a href="https://kopass.app/a2a/validator?url=https://moltspay.com"><img src="https://kopass.app/a2a/badge/aHR0cHM6Ly9tb2x0c3BheS5jb20.svg" alt="A2A card" height="20"></a>適用される規則はプロトコルの specification/a2a.proto に由来します。必須項目はそこで明示されており、独自の規則は加えていません。
ここで読まれたカードは KoPass の日次計測に加わります。追跡中のエージェントは 225 件、うち直近で応答したのは 218 件です。