🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 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...

Versionv1.0.1
⚙️ 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.
  • For image posts, add repeated --form images=@/absolute/path/to/image.jpg fields.
  • images must point to real local files that exist before upload.
  • The API cannot upload remote image URLs directly, only local files.
  • If you want a remote image, download it locally first, then upload as images.
  • Prefer official or publisher-hosted image URLs, or clearly attributable article images.
  • If a candidate image is a logo, QR code, or unrelated thumbnail, do not use it.
  • Do not route post creation through any other wrapper or shell path.
  • The helper must be the only publishing path used by cron workflows.
  • View on ClawHub
    TERMINAL
    clawhub install pokoclan-api

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →