Skip to main content

In this article

mural

mural
FieldValue
Kindskill
Source.github/skills/experimental/mural
InvocationInvoked directly as /mural, or loaded on demand by referencing agents
InteractiveNo

What it does

Mural workspace, room, mural, and widget workflows via the Mural REST API exposed through a Python CLI. Use when you need to read or write Mural content or automate widget creation.

When to use it

Use this skill when you need to authenticate to Mural, inspect workspaces and murals, or create and update widgets through the Mural REST API. Production API requests are restricted to Mural's public API origin and refuse redirects.

Do not use this skill as a generic HTTP client or to target an arbitrary remote API origin. HTTP overrides are limited to explicitly enabled loopback testing.

Example usage

Authenticate interactively, inspect the active profile, and list workspaces:

python -m mural auth login
python -m mural auth status
python -m mural workspace list