Create Destination banner
SAP-samples SAP-samples

Create Destination

Development community

Description

--- description: Create a BTP destination for a Joule A2A agent allowed-tools: Read, Bash argument-hint: <agent-name> <destination-name> <landscape> --- Create a BTP HTTP destination that connects Joule to a CF-deployed A2A agent. Run the destination creation script at `${CLAUDE_PLUGIN_ROOT}/skills/joule-a2a-agent/scripts/create-destination.sh` with the provided arguments. Parse arguments from `$ARGUMENTS`: - First argument: CF app name of the deployed agent - Second argument: BTP destination

Installation

Installs to ~/.claude/skills/sap-samples-joule-a2a-agent-toolkit-create-destination/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sap-samples-joule-a2a-agent-toolkit-create-destination && curl -fsSL https://raw.githubusercontent.com/SAP-samples/joule-a2a-agent-toolkit/HEAD/commands/create-destination.md -o ~/.claude/skills/sap-samples-joule-a2a-agent-toolkit-create-destination/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository