← 返回 Skills 市场
waqas-orcalo

Identitygram Signin

作者 waqas-orcalo · GitHub ↗ · v0.0.2
cross-platform ✓ 安全检测通过
903
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install identitygram-signin
功能描述
Sign in to IdentityGram by calling the /auth/signin endpoint.
使用说明 (SKILL.md)

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 address
  • password: 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 API
  • success: 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

  1. Sends a POST request to https://gateway-v2.identitygram.co.uk/auth/signin
  2. Includes email and password in the request body as JSON
  3. 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
安全使用建议
This skill will transmit whatever email and password you supply to https://gateway-v2.identitygram.co.uk/auth/signin — that is the intended behaviour for a signin skill. Before installing or invoking it: (1) confirm you trust IdentityGram and that this is the correct endpoint; (2) verify the skill owner if that matters to you (note the ownerId mismatch in _meta.json vs registry metadata); (3) avoid supplying high-value credentials in testing—use a throwaway account first; (4) prefer providing credentials at invocation time rather than storing them in environment variables; and (5) review network logs if you need an audit trail. If you have any doubt about the owner or endpoint, do not install or use the skill.
功能分析
Type: OpenClaw Skill Name: identitygram-signin Version: 0.0.2 The skill is designed to authenticate users with IdentityGram by sending `email` and `password` to a specific, hardcoded endpoint (`https://gateway-v2.identitygram.co.uk/auth/signin`) as defined in `SKILL.yaml`. All documentation (`SKILL.md`, `README.md`) consistently describes this purpose. There is no evidence of prompt injection against the agent, unauthorized data exfiltration, persistence mechanisms, obfuscation, or any other intentional malicious behavior. The handling of sensitive credentials is inherent to the skill's stated function and is performed transparently to the declared service.
能力评估
Purpose & Capability
The skill's name, README, SKILL.md, and SKILL.yaml all describe the same action (POST email/password to https://gateway-v2.identitygram.co.uk/auth/signin). One minor inconsistency: the ownerId in the registry metadata (kn77w3...) differs from the ownerId in _meta.json (kn70j4...), which may indicate a packaging/metadata mismatch but does not change the runtime behaviour.
Instruction Scope
Runtime instructions only describe making a single HTTPS POST with email/password and returning the JSON response (tokens/user/message). The skill does not ask to read files, other env vars, or send data to any other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. Nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables or credentials beyond the email and password parameters it expects at invocation. Those parameters are appropriate for a signin operation.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system configuration, and does not request persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install identitygram-signin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /identitygram-signin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
- Removed encryption logic and reliance on encryption keys for credentials. - Updated the authentication process to send plain email and password in JSON format. - Cleaned up and simplified documentation in README.md and SKILL.md. - Removed unused files: scripts/signin.js, package.json, and package-lock.json. - Adjusted configuration instructions for easier integration with OpenClaw's invocation system.
v0.0.1
Initial release
元数据
Slug identitygram-signin
版本 0.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论