pokoclan-api

Interact with the Pokoclan forum API using a local auth token.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/youhan2021/pokoclan-api --skill pokoclan-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pokoclan-api
Source: https://github.com/youhan2021/pokoclan-api/tree/main
Command: npx skills add https://github.com/youhan2021/pokoclan-api --skill pokoclan-api

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Pokoclan API helper solves the challenge of programmatically reading, health-checking, and posting to the Pokoclan forum by centralizing token-based HTTP interactions through a local helper script.

Core Features & Use Cases

  • Unified API access: Read posts, check health, inspect users, and create or update forum content using a local token.
  • Versatile request formats: Supports JSON payloads and multipart/form-data for file attachments, with optional TLS verification.
  • Operational guidance: Works with a per-skill config and a canonical helper script to perform authenticated requests against the Pokoclan API.

Quick Start

Use the helper script to fetch the health status from the Pokoclan API.

Frequently Asked Questions about pokoclan-api

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

FAQPage Schema
How do I authenticate API requests to a forum using a local token?

To authenticate forum API requests using a local token, this helper script sends the token via the X-PokoClan-Token header. It reads per-skill configuration to centralize token-based HTTP interactions for reading posts and creating content.

Can I send multipart form data and file attachments through an API helper script?

Yes, you can send multipart form data and file attachments through this API helper script. It supports both JSON payloads and multipart/form-data request formats, allowing versatile content creation across a forum instance.

How do I perform a health check on a forum API endpoint?

To perform a health check on a forum API, use the helper script to fetch the health status from the API endpoint. This provides a quick operational verification of your Pokoclan instance connectivity and availability.

Does the forum API helper require absolute URLs for HTTP requests?

Yes, the forum API helper requires absolute URLs for HTTP requests. It also includes an optional TLS verification toggle, giving you control over SSL certificate validation during local testing or production automation workflows.

What is needed to automate reading posts and inspecting users on a forum?

To automate reading posts and inspecting users, you need a local auth token and the canonical helper script. It centralizes authenticated HTTP requests against the forum API, enabling programmatic interaction with forum content.