line-works-agent

Manages LINE WORKS API endpoints for messaging, bots, groups, rooms, calendars, files, and organization settings.

3|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hanabi-jpn/clawhub-skills --skill line-works-agent-hanabi-jpn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-works-agent
Source: https://github.com/hanabi-jpn/clawhub-skills/tree/main/business-ops-pack/line-works-agent
Command: npx skills add https://github.com/hanabi-jpn/clawhub-skills --skill line-works-agent-hanabi-jpn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, jwt, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies enterprise communication by allowing users to manage LINE WORKS bots, messages, groups, and calendars from a terminal interface, reducing the need for navigating complex web interfaces.

Core Features & Use Cases

  • Messaging: Send messages, manage bots, and schedule meetings on LINE WORKS.
  • Bot Management: Create, manage, and automate bots for various workflows.
  • Group and Room Management: Organize groups and multi-party rooms for team communication.
  • Calendar Integration: Integrate with LINE WORKS calendar for meeting scheduling.
  • File and Drive Management: Manage shared files and drives within LINE WORKS.
  • Use Case: For a company using LINE WORKS for internal communication, this Skill allows for streamlined management of bots, scheduling meetings, and organizing team communication without leaving the terminal.

Quick Start

To send a message to a user, use the command: lw send --to [email protected] --message "Hello, this is a test message."

Frequently Asked Questions about line-works-agent

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

FAQPage Schema
How do I manage LINE WORKS bots and messages from the command line?

You can manage LINE WORKS bots and messages from the command line using a terminal interface that interfaces directly with LINE WORKS API endpoints for messaging and bot management. It uses command line instructions to automate sending messages without navigating web interfaces.

Does enterprise communication management with LINE WORKS require OAuth2?

Yes, enterprise communication management with LINE WORKS requires OAuth2 authentication and access to LINE WORKS API endpoints. You must configure your environment with proper API credentials before executing any administrative workflows.

Can I schedule meetings and manage calendars using the LINE WORKS API?

Yes, you can schedule meetings and manage calendars using the LINE WORKS API. This Skill integrates with LINE WORKS calendar to handle meeting scheduling directly from your terminal interface.

What is the best way to organize team groups and shared drives in LINE WORKS?

The best way to organize team groups and shared drives in LINE WORKS is using API endpoint management for group operations and file management. This allows you to organize multi-party rooms and manage shared files without leaving the terminal.

Do I need Python to automate LINE WORKS bot management workflows?

Yes, you need Python to automate LINE WORKS bot management workflows because the automation scripts depend on Python, along with the requests and jwt libraries, to authenticate and interact with the LINE WORKS API.

Why use a command line interface for LINE WORKS organization settings?

Using a command line interface for LINE WORKS organization settings reduces the need for navigating complex web interfaces. It streamlines administrative and operational workflows by allowing direct terminal execution of API endpoint commands.