rin-identity

Manage identity mappings and TRUSTED users in data/rin/identity.json.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/THE-cattail/rin --skill rin-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rin-identity
Source: https://github.com/THE-cattail/rin/tree/main/.agents/skills/rin-identity
Command: npx skills add https://github.com/THE-cattail/rin --skill rin-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of trusted identities for the Rin Koishi Bridge, ensuring secure and organized communication by allowing users to easily add, remove, or list trusted contacts.

Core Features & Use Cases

  • Identity Mapping: Manages the OWNER/TRUSTED relationship for the Rin Koishi Bridge.
  • Trust Management: Allows adding, updating, and deleting trusted users based on platform and user ID.
  • Use Case: Securely onboard new team members to the Rin Koishi Bridge by adding their platform user IDs as TRUSTED contacts, ensuring they can communicate through the bridge.

Quick Start

Use the rin-identity skill to add a new trusted user on the telegram platform with the user ID 12345.

Frequently Asked Questions about rin-identity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a trusted user to the Rin Koishi Bridge?

To add a trusted user to the Rin Koishi Bridge, use the rin-identity skill to specify the platform and user ID, which updates the identity mappings in data/rin/identity.json.

How does identity mapping work for the Koishi Bridge?

Identity mapping for the Koishi Bridge manages the OWNER and TRUSTED relationships by recording platform user IDs in identity.json to secure bridge communications.

Can I manage trusted contacts on Telegram and OneBot platforms?

Yes, you can manage trusted contacts on Telegram and OneBot by adding, updating, or removing their specific platform user IDs from the identity configuration.

Do I need the bin/rin identity command-line tool to update the TRUSTED list?

Yes, deterministic operations to inspect, add, or remove TRUSTED users require running the bin/rin identity command-line tool to modify identity.json.

Why am I unable to securely onboard new team members to the Rin Koishi Bridge?

You cannot securely onboard new team members without adding their platform user IDs to the TRUSTED list in identity.json using the rin-identity skill.

What is the best way to inspect trusted identities in the Koishi Bridge?

The best way to inspect trusted identities is using the bin/rin identity command-line tool to read the current TRUSTED mappings from data/rin/identity.json.