line-openapi-skill

Interact with the LINE Messaging API using an OpenAPI schema.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill line-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/line-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill line-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with the LINE Messaging API, allowing you to send messages, manage bot information, and configure webhooks programmatically.

Core Features & Use Cases

  • Send Messages: Push messages to users or reply to events.
  • Bot Management: Retrieve bot identity and user profiles.
  • Webhook Configuration: Set and test webhook endpoints.
  • Use Case: Automate sending welcome messages to new users who interact with your LINE bot, or programmatically update your bot's webhook URL when your server infrastructure changes.

Quick Start

Use the line-openapi-skill to send a text message to the user ID U1234567890abcdef.

Frequently Asked Questions about line-openapi-skill

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

FAQPage Schema
How do I automate sending messages through the LINE Messaging API?

To automate sending messages through the LINE Messaging API, you can programmatically push messages to specific user IDs or reply to webhook events using bearer token authentication for secure access.

How do I programmatically retrieve user profiles and bot information from LINE?

You can programmatically retrieve user profiles and bot identity from LINE by interacting with the api.line.me endpoint using a curated OpenAPI schema and bearer token authentication.

Can I use the LINE Messaging API to set and test webhook endpoints?

Yes, the LINE Messaging API supports webhook endpoint configuration, allowing you to programmatically set and test webhook URLs to automate bot workflows.

What is the best way to manage message quotas with the LINE Messaging API?

The best way to manage message quotas with the LINE Messaging API is by using programmatic operations supported by a curated OpenAPI schema to check and control your usage limits.

Does the LINE Messaging API require bearer token authentication?

Yes, the LINE Messaging API requires bearer token authentication to securely access the https://api.line.me endpoint for operations like pushing messages and configuring webhooks.

Why automate LINE bot welcome messages and webhook updates?

Automating LINE bot welcome messages and webhook updates allows you to instantly greet new users and programmatically update webhook URLs when your server infrastructure changes.