Install
openclaw skills install erxes-skillManage contacts, companies, products, tags, documents, brands, automations, team members, organization data, block plugin records, and operation plugin records on an erxes instance. Use when the user wants to view, create, update, or remove erxes data through GraphQL.
openclaw skills install erxes-skillUse scripts/login.sh for authentication.
ERXES_BASE_URL=<url> ERXES_CLIENT_ID=${ERXES_CLIENT_ID:-erxes-local} bash scripts/login.sh
ERXES_BASE_URL is required.ERXES_CLIENT_ID is optional. Default to erxes-local.ERXES_BASE_URL=<url>.Read erxes-app-token-auth.md only when you need the quick login reference.
After login, use the returned session payload directly.
accessToken from the login JSON response.Authorization: Bearer <accessToken> and erxes-subdomain: <subdomain> headers on GraphQL calls.refreshToken to get a new access token..auth.json or any other project file.accessToken, refreshToken, raw session JSON, or auth headers._id, search first, show the likely matches, then ask which record should be used.blockDeleteBuilding fails if the building still has zonings.blockDeleteBuildingZoning fails if the zoning still has units.blockUpdateUnit can fail if the unit already has a signed contract.blockOpptyConvertToContract needs both a target unit and a payment plan.operationConvertTriageToTask may need a valid team-specific status type.