> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# A2 A Agent Skill • TypeScript AI Agent SDK

> A2AAgentSkill: TypeScript A2AAgentSkill class

# A2AAgentSkill

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="green">TypeScript AI Agent</Badge>

TypeScript A2AAgentSkill class

```mermaid theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#8B0000', 'primaryTextColor': '#fff', 'primaryBorderColor': '#710101', 'lineColor': '#189AB4', 'secondaryColor': '#189AB4', 'tertiaryColor': '#fff' }}}%%

graph LR
    input["Input Data"] --> agent["Agent: A2AAgentSkill"]
    agent --> output["Output Result"]
    style agent fill:#8B0000,color:#fff
    style input fill:#8B0000,color:#fff
    style output fill:#8B0000,color:#fff
```

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/protocols/index.ts#L125">
  `src/protocols/index.ts` at line 125
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Agent Guide" icon="robot" href="/docs/js/agent" />

  <Card title="JS Agents" icon="users" href="/docs/js/agents" />

  <Card title="JS Auto Agents" icon="wand-magic-sparkles" href="/docs/js/auto-agents" />

  <Card title="JS Agent Team" icon="users" href="/docs/js/agent-team" />

  <Card title="JS Agent Flow" icon="diagram-project" href="/docs/js/agent-flow" />
</CardGroup>
