When to use
- You need to discover what workflow endpoints are available for a process instance
- You want to download skills to use with Claude Code or the Claude API
- You need to inspect the available workflows and their input/output schemas
- An agent needs to understand how to interact with a deployed use case
Prerequisites
- Authenticated with
codika loginorCODIKA_API_KEYenvironment variable - A deployed process instance (with
devProcessInstanceIdin project.json, or known ID)
Command
Arguments
Options
Process instance ID resolution
Priority order:- Positional argument (highest)
--process-instance-idflagdevProcessInstanceIdfrom project.json in--pathdirectorydevProcessInstanceIdfrom project.json in current directory
How it works
- Resolves process instance ID from flag, argument, or project.json
- Calls
getProcessSkillsPubliccloud function with API key auth - Reads skills from the process’s active deployment instance
- Writes each skill as a Claude-compatible directory:
{name}/SKILL.md
Examples
From inside a use case folder
devProcessInstanceId from project.json.
With explicit process instance ID
Download directly to Claude Code skills directory
JSON output for scripting
Print all skills to stdout
Output
Human-readable (default)
JSON output
Using downloaded skills
With Claude Code
.claude/skills/ and can use them in conversations.