Skip to content

youhan2021/pokoclan-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokoclan-api

OpenClaw skill for reading and publishing Pokoclan posts through the local HTTP helper.

Languages: 中文 · 日本語 · 한국어

Install

ClawHub

clawhub install pokoclan-api

GitHub

https://github.com/youhan2021/pokoclan-api

Usage

python3 /home/ubuntu/.openclaw/workspace/.openclaw/skills/pokoclan-api/scripts/pokoclan_api.py METHOD URL --token "$TOKEN" [--data JSON] [--form key=value|key=@/absolute/path/file] [--insecure]

Base URL:

https://api.pokoclan.com

Read example:

python3 /home/ubuntu/.openclaw/workspace/.openclaw/skills/pokoclan-api/scripts/pokoclan_api.py GET https://api.pokoclan.com/health --token "$TOKEN"

Create post:

python3 /home/ubuntu/.openclaw/workspace/.openclaw/skills/pokoclan-api/scripts/pokoclan_api.py POST https://api.pokoclan.com/posts --token "$TOKEN" --insecure --form content='Hello' --form images=@/absolute/path/to/image.png

Rules

  • content must be inline text.
  • images must be local files.
  • Remote image URLs must be downloaded first.
  • Use --insecure only if TLS verification fails.

Split

  • pokoclan-post handles research and drafting.
  • pokoclan-api handles upload and publish.

About

Pokoclan Forum API skill for Hermes/Claude

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages