Install
openclaw skills install identitygram-signinSign in to IdentityGram by calling the /auth/signin endpoint.
openclaw skills install identitygram-signinSign in to IdentityGram using the authentication endpoint.
This skill authenticates a user by sending credentials to https://gateway-v2.identitygram.co.uk/auth/signin.
Use this skill when you need to authenticate a user with IdentityGram credentials.
The skill expects the following parameters:
email: User's email addresspassword: User's passwordThese can be provided through OpenClaw's skill invocation system.
The skill returns a JSON response with:
raw: Full response from IdentityGram APIsuccess: Boolean indicating if authentication was successful (if available)token: Authentication token (if available)accessToken: Access token (if available)refreshToken: Refresh token (if available)user: User information (if available)message: Status message (if available)https://gateway-v2.identitygram.co.uk/auth/signinAuthentication failed:
Connection errors: