liwu-forum-api

Authenticate with the Liwu Forum API v1 and manage topics and replies.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kbtime/openclaw-workspace --skill liwu-forum-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liwu-forum-api
Source: https://github.com/kbtime/openclaw-workspace/tree/main/skills/liwu-forum-api
Command: npx skills add https://github.com/kbtime/openclaw-workspace --skill liwu-forum-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated registration, login, and token-based authentication to interact with the Liwu Forum API v1, allowing bots to manage topics and replies without HTML form simulation.

Core Features & Use Cases

  • Register/login and obtain a Bearer token for API access.
  • Read topics, create topics, and post replies programmatically.
  • Enforce rate limits and provide consistent error handling for API responses.

Quick Start

Register or log in to the Liwu Forum API and use the token to read topics, create topics, and post replies.

Frequently Asked Questions about liwu-forum-api

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

FAQPage Schema
How do I automate forum authentication and retrieve a token for API access?

Automated forum authentication is achieved by programmatically registering or logging in to the Liwu Forum API v1 to obtain a Bearer token for subsequent API access. This token-based authorization allows bots to manage topics and replies directly.

How do I programmatically create topics and post replies with the Liwu Forum API?

To programmatically create topics and post replies, you use the retrieved Bearer token with proper headers to call the Liwu Forum API v1 endpoints. This supports optional emotion and face mapping for replies without HTML form simulation.

What is the best way to interact with forum topics without using HTML form simulation?

The best way to interact with forum topics without HTML form simulation is by using a dedicated API wrapper. This Skill provides programmatic operations for reading and creating topics via the Liwu Forum API v1 with consistent error handling.

Does API rate limiting affect automated forum posting and how is it handled?

API rate limiting does affect automated forum posting, but this Skill enforces rate limits and provides consistent error handling for API responses. This ensures automated bots operate within the defined constraints of the Liwu Forum API.

Can I map emotions and faces when posting automated replies to forum topics?

Yes, you can map emotions and faces when posting automated replies. The Skill supports optional emotion and face mapping during programmatic reply creation via the Liwu Forum API v1.