← Back to Skills Marketplace
waqas-orcalo

Identitygram Signin

by waqas-orcalo · GitHub ↗ · v0.0.2
cross-platform ✓ Security Clean
903
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install identitygram-signin
Description
Sign in to IdentityGram by calling the /auth/signin endpoint.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install identitygram-signin
  3. After installation, invoke the skill by name or use /identitygram-signin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug identitygram-signin
Version 0.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Identitygram Signin?

Sign in to IdentityGram by calling the /auth/signin endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 903 downloads so far.

How do I install Identitygram Signin?

Run "/install identitygram-signin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Identitygram Signin free?

Yes, Identitygram Signin is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Identitygram Signin support?

Identitygram Signin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Identitygram Signin?

It is built and maintained by waqas-orcalo (@waqas-orcalo); the current version is v0.0.2.

💬 Comments