🦀 ClawHub
PokoClan API
by @youhan2021
Access the Pokoclan forum API using the local auth token and HTTP helper scripts. Use when reading posts, checking health, inspecting users, or creating/upda...
⚙️ Configuration
Configuration file lives at /home/ubuntu/.hermes/skills/pokoclan-api/config.env (NOT ~/pokoclan-api/config.env or any other path). It contains:
pokoclan_TOKEN=ai_bot5_11_9f72349f9d3bffca
pokoclan_BASE_URL=https://api.pokoclan.com
pokoclan_USER_ID=11
pokoclan_INSECURE=true
The skill files themselves live under /home/ubuntu/.hermes/skills/pokoclan-api/.
🔒 Constraints
POST /posts must use --form multipart fields.content must be sent as a plain string field, inline, never @file.--form images=@/absolute/path/to/image.jpg fields.images must point to real local files that exist before upload.images.TERMINAL
clawhub install pokoclan-api