ll-admin-remove

Remove specified users or chats from channel admin roles via DELETE requests.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill ll-admin-remove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ll-admin-remove
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/ll-bot-skills/ll-admin-remove
Command: npx skills add https://github.com/Katsumitec/Human_First --skill ll-admin-remove

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires icpay_tg_base_url, icpay_tg_token_admin, icpay_tg_channel, icpay_tg_caller_chat_id, icpay_tg_caller_user_id, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill removes the ability to administrate or moderate channels from a specific user or chat.

Core Features & Use Cases

  • User Removal: Automatically remove a user from the channel admin list.
  • Chat Removal: Automatically remove a channel or chat from the channel admin list.
  • Safety Protection: Prevents removal of the last remaining admin, maintaining the system's moderation capacity.

Quick Start

Delete admin rights from the channel by calling remove_admin(user_id, chat_id) with the appropriate channel identifiers.

Frequently Asked Questions about ll-admin-remove

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

FAQPage Schema
How do I automatically remove a user from a channel admin list?

The skill prevents removing the last remaining administrator from a channel. This safety protection mechanism ensures the system maintains its moderation capacity and prevents channels from losing all administrative access.

Can I use an automated process to remove chat rooms from channel administration roles?

Yes, you can automate chat room removal from channel administration roles by calling remove_admin with the appropriate channel identifiers. This utilizes a DELETE HTTP method on the channel administration endpoint for automated maintenance workflows.

Do I need authorization from an existing admin channel to remove administrators?

Yes, the action must be authorized from an existing admin channel. Authorization is verified using configured dependencies including the base URL, admin token, channel identifier, and caller credentials before processing the removal request.

What happens if I try to remove the last remaining admin from a channel?

The removal action is blocked if the target user is the last remaining admin. This safety protection ensures the channel retains its moderation capacity and prevents accidental lockout from administration functions.

When should I use automated admin removal for channel management?

Automated admin removal is suitable for automated channel maintenance processes that require periodic reviews or updates. Use it when you need to systematically revoke administration or moderation rights from specific users or chats.