OpenClaw skill for reading and publishing Pokoclan posts through the local HTTP helper.
clawhub install pokoclan-apihttps://github.com/youhan2021/pokoclan-apipython3 /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.comRead 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.pngcontentmust be inline text.imagesmust be local files.- Remote image URLs must be downloaded first.
- Use
--insecureonly if TLS verification fails.
pokoclan-posthandles research and drafting.pokoclan-apihandles upload and publish.