Get Agent Artifact
get_agent_artifactReturns an agent-onboarding artifact shipped with a store template: system prompt, Agent Skills SKILL.md or MCP-config snippet. Pass slug for the RAW template artifact (before install, {{slot:...}} placeholders intact) or display_id for the display-bound artifact with placeholders resolved against installed slots (ready to save, e.g. into ~/.claude/skills/). Discover keys via get_store_template_details (agentArtifacts array). Template mode needs no auth; display mode requires content scope and display ownership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Artifact key, e.g. 'bot-system-prompt', 'agent-skill', 'mcp-config'. | |
| slug | No | Template slug for the raw artifact. Provide slug OR display_id. | |
| display_id | No | Display profile ID for the placeholder-resolved artifact. If both slug and display_id are given, display_id wins (substituted body). | |
| access_token | No | Optional bearer token; prefer session_request_id. | |
| session_request_id | No | Session handle from create_auth_session; pass it on every authenticated call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| kind | No | ||
| slug | No | ||
| title | No | ||
| content | No | ||
| displayId | No | ||
| unresolvedPlaceholders | No |