orchardcore-ai-a2a-client
Skill for configuring the CrestApps A2A Client feature in Orchard Core. Covers adding remote A2A hosts, authentication, assigning agent connections, and how remote agents become tools.
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-a2a-client --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Orchard Core A2A Client - Prompt Templates ## Configure an A2A Client You are an Orchard Core expert. Generate configuration and admin guidance for connecting Orchard Core to remote A2A hosts through the CrestApps A2A Client feature. ### Guidelines - Use feature ID `CrestApps.OrchardCore.AI.A2A`. - A2A client connections are managed under **Artificial Intelligence → Agent to Agent Hosts**. - Each connection points to a remote A2A host whose agent card is discovered at `/.well-known/agent-card.json`. - Remote agent cards are cached for 15 minutes per connection and invalidated when the connection changes. - Connected remote agents become AI tools available to the model. - Sensitive authentication values are encrypted at rest with ASP.NET Core Data Protection. ### Feature Overview | Feature | Feature ID | Description | |---------|-----------|-------------| | A2A Client | `CrestApps.OrchardCore.AI.A2A` | Connect to remote A2A hosts and use their agents | ### Enable the A2A Client Feature ```json { "steps": [ { "name": "Feature", "enable": [ "CrestApps.OrchardCore.AI", "CrestApps.OrchardCore.AI.A2A" ], "disable": [] } ] } ``` ### Add a Connection via Admin UI 1. Navigate to **Artific
- Configure an A2A Client
- Guidelines
- Feature Overview
- Enable the A2A Client Feature
- Add a Connection via Admin UI
- Supported Authentication Types
- Assign Agent Connections to AI Profiles
- Assign Agent Connections to AI Profile Templates
- Assign Agent Connections to Chat Interactions
- How Remote Agents Work
- Built-In A2A Discovery Functions
- Permissions
- Best Practices
What does the orchardcore-ai-a2a-client skill do?
Skill for configuring the CrestApps A2A Client feature in Orchard Core. Covers adding remote A2A hosts, authentication, assigning agent connections, and how remote agents become tools.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-a2a-client --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
