Install
openclaw skills install anygen-sharedanygen CLI: Shared patterns for authentication, global flags, and output formatting.
openclaw skills install anygen-shared# Web login (recommended for agent usage)
anygen auth login --no-wait
# Direct API key (no browser needed)
anygen auth login --api-key sk-xxx
# Environment variable
export ANYGEN_API_KEY=sk-xxx
anygen <resource> <method> [flags]
| Flag | Description |
|---|---|
--params '<json>' | URL/path parameters |
--data '<json>' | Request body |
--dry-run | Show the request without sending it |
--wait | Re-poll until terminal state |
--timeout <ms> | Polling timeout in milliseconds |
# Browse all resources and methods
anygen --help
anygen task --help
# Inspect a method's required params, types, and defaults
anygen schema task.create
anygen schema task.message.send
Use anygen schema output to build your --params and --data flags.
[text](url).