Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0
Declared author: CrestApps Team
Path: skills/ai-llm/orchardcore-ai-a2a-client/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Configure an A2A Client
  2. Guidelines
  3. Feature Overview
  4. Enable the A2A Client Feature
  5. Add a Connection via Admin UI
  6. Supported Authentication Types
  7. Assign Agent Connections to AI Profiles
  8. Assign Agent Connections to AI Profile Templates
  9. Assign Agent Connections to Chat Interactions
  10. How Remote Agents Work
  11. Built-In A2A Discovery Functions
  12. Permissions
  13. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going