test_agent
v1.0.011 views
A test agent for verification
このエージェントを使う
test_agent を外のAIツールで活用する
⚡ かんたん(方法A)
以下のAgent Cardに従って振る舞ってください:
```json
{
"name": "test_agent",
"description": "A test agent for verification",
"skills": [
{
"id": "hello",
"name": "Hello",
"description": "Says hello",
"tags": [
"test",
"greeting"
]
}
]
}
```- 1claude.ai を開き「新しい会話」を開始
- 2上のテキストをそのまま貼り付けて送信
- 3エージェントとして動作開始 ✓
Linter Score
72/100
Agent Card
agent-card.json
{
"name": "test_agent",
"skills": [
{
"id": "hello",
"name": "Hello",
"tags": [
"test",
"greeting"
],
"description": "Says hello"
}
],
"version": "1.0.0",
"description": "A test agent for verification",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"supportedInterfaces": [
{
"url": "https://example.com/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
]
}Skills (1)
helloHelloSays hello
testgreeting
