Identitygram Signin
/install identitygram-signin
IdentityGram Signin
Sign in to IdentityGram using the authentication endpoint.
This skill authenticates a user by sending credentials to https://gateway-v2.identitygram.co.uk/auth/signin.
Usage
Use this skill when you need to authenticate a user with IdentityGram credentials.
Configuration
The skill expects the following parameters:
email: User's email addresspassword: User's password
These can be provided through OpenClaw's skill invocation system.
Response
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)
How It Works
- Sends a POST request to
https://gateway-v2.identitygram.co.uk/auth/signin - Includes email and password in the request body as JSON
- Returns the authentication response with tokens and user information
Troubleshooting
Authentication failed:
- Verify email and password are correct
- Ensure the IdentityGram endpoint is accessible
Connection errors:
- Verify the endpoint URL is correct
- Check network connectivity
- Ensure the IdentityGram service is running
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install identitygram-signin - 安装完成后,直接呼叫该 Skill 的名称或使用
/identitygram-signin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Identitygram Signin 是什么?
Sign in to IdentityGram by calling the /auth/signin endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 903 次。
如何安装 Identitygram Signin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install identitygram-signin」即可一键安装,无需额外配置。
Identitygram Signin 是免费的吗?
是的,Identitygram Signin 完全免费(开源免费),可自由下载、安装和使用。
Identitygram Signin 支持哪些平台?
Identitygram Signin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Identitygram Signin?
由 waqas-orcalo(@waqas-orcalo)开发并维护,当前版本 v0.0.2。