1Kosmos BlockID for Openclaw

A professional-grade integration for managing 1Kosmos BlockID passwordless authentication and enterprise identity workflows.

gora050
v1.0.2
May 1, 2026
0
419
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install 1kosmos-blockid

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install 1kosmos-blockid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is 1Kosmos BlockID?

1Kosmos BlockID is an advanced passwordless authentication and identity platform designed to help enterprises verify user identities and secure access to resources. By utilizing this integration within Openclaw Skills, developers and security teams can automate the management of authenticators, workflows, and user sessions. The skill leverages the Membrane ecosystem to handle complex authentication plumbing, ensuring that your AI agent can interact with identity data securely and efficiently.

This skill is particularly valuable for IT and security professionals operating in medium to large organizations who need to streamline identity verification processes. It abstracts the underlying API complexities, allowing for seamless communication with the 1Kosmos BlockID platform to perform tasks ranging from user provisioning to detailed security reporting.

1Kosmos BlockID Use Cases

  • Automating the verification of user identities during onboarding processes.
  • Managing and auditing passwordless authenticator deployments across an enterprise.
  • Orchestrating identity workflows triggered by external security events.
  • Generating and retrieving system logs and reports for compliance audits.
  • Programmatically managing user sessions and access settings via AI agents.

How 1Kosmos BlockID Works

  1. Install the Membrane CLI to provide the necessary environment for running Openclaw Skills commands.
  2. Authenticate the session using the login command to establish a secure link between your agent and the identity provider.
  3. Create or find a connection to the 1Kosmos BlockID instance using the connection ensure command with the target domain.
  4. Monitor the connection state, handling any required client actions like OAuth authentication in the browser until the state is READY.
  5. Use natural language intent searching to identify specific actions like managing users or workflows.
  6. Execute the identified actions or use the proxy request feature to communicate directly with the 1Kosmos BlockID API.

1Kosmos BlockID Setup

To get started with 1Kosmos BlockID in your environment, first install the CLI:

npm install -g @membranehq/cli@latest

Authenticate your agent using the following command, specifying openclaw as the client name:

membrane login --tenant --clientName=openclaw

Initialize the connection to your 1Kosmos instance:

membrane connection ensure "https://www.1kosmos.com/" --json

If the connection state is BUILDING, use the wait flag to poll until completion:

membrane connection get <id> --wait --json

1Kosmos BlockID Data Schema & Taxonomy

The 1Kosmos BlockID skill organizes data around several core identity and security entities. The following table describes the primary data objects available:

Entity Purpose
User Represents individual identities and their associated metadata
Authenticator Tracks the specific passwordless methods assigned to users
Workflow Defines the logic for identity verification and access requests
Session Manages active authentication states and security tokens
Event/Log Provides a detailed audit trail of all identity-related actions
Report Aggregated data for compliance and system health monitoring

1Kosmos BlockID Advanced Features

  • Intelligent action discovery using natural language descriptions to map intents to API functions within Openclaw Skills.
  • Automated credential refresh via a secure proxy, removing the need to manage local API keys or secrets.
  • Support for headless environment authentication using manual authorization codes.
  • Direct API proxying with the membrane request command for accessing niche endpoints or custom data structures.
  • Real-time connection polling and state management to handle asynchronous authentication flows gracefully.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*