← Back to Skills Marketplace
PokoClan API
by
youhan2021
· GitHub ↗
· v1.0.1
· MIT-0
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pokoclan-api
Description
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...
Usage Guidance
Do not install or give this skill any real publishing or admin token until you verify and fix the inconsistencies. Specifically:
- Inspect the repository files yourself: the helper script is scripts/gameltbook_api.py but the docs reference pokoclan_api.py and different env var names — confirm which file will actually be called by your agent.
- Confirm where the token will be loaded from (environment variable name vs config.env). The skill expects a token in a config file at /home/ubuntu/.hermes/skills/pokoclan-api/config.env; that path is environment-specific — ensure it matches your runtime.
- Treat the token as sensitive. Only provide a token with the minimal privileges needed (prefer read-only if available). Avoid granting admin/promote rights unless necessary.
- Be cautious about image/video upload behavior: the helper will read arbitrary local files passed via --form and upload them to the remote API. Do not allow the skill to be given file paths that could expose secrets (SSH keys, config files, etc.).
- If you still want to use the skill: fix the naming mismatches (helper filename and env var names), or update SKILL.md to reflect the shipped code; add declared required env vars in the registry metadata so the platform can surface the credential requirement.
- If you cannot confirm provenance (who authored/published it), prefer to reject installation or run it in an isolated test environment with a low-privilege token first.
Capability Analysis
Type: OpenClaw Skill
Name: pokoclan-api
Version: 1.0.1
The skill bundle contains a 'Token recovery' section in SKILL.md that instructs the AI agent to run a Python script to harvest authentication tokens from the ~/.hermes/sessions/ directory. This constitutes credential harvesting from the agent's execution environment. Additionally, the documentation encourages bypassing TLS verification using the --insecure flag and describes an API feature in references/api.md (scoring_code) that involves transmitting executable Python code to the remote server (https://api.pokoclan.com). While these behaviors are framed as troubleshooting and legitimate features, they represent significant security risks and potential for lateral movement within the OpenClaw environment.
Capability Assessment
Purpose & Capability
The stated purpose (interact with PokoClan forum via a local helper and token) matches the code: the script performs generic HTTP requests and multipart uploads. However there are notable incoherences: filenames and env var names differ (SKILL.md refers to pokoclan_* and a helper pokoclan_api.py, the shipped script is scripts/gameltbook_api.py and the example config/env uses GAMELTBOOK_*). These naming mismatches suggest this was copied or renamed without full reconciliation.
Instruction Scope
Instructions are specific and largely within the stated purpose (read posts, create posts, upload images/videos, run Playwright to record test video). They require local file access for image/video upload and instruct use of a local config file at an absolute path (/home/ubuntu/.hermes/skills/pokoclan-api/config.env). The absolute path and reliance on local files is environment-specific and brittle; the workflow also enables uploading arbitrary local files if given paths, which is a capability to be careful with (it can exfiltrate data if misused).
Install Mechanism
No install spec — the skill is instruction-only plus a single helper script. This minimizes install-time risk (no remote downloads or package installs).
Credentials
Registry metadata declares no required env vars, but SKILL.md and the helper expect a local token/config file and the helper will also read GAMELTBOOK_TOKEN from the environment. The mismatched names (pokoclan_TOKEN vs GAMELTBOOK_TOKEN vs pokoclan_HELPER_PATH) and the omission of any declared required credential in metadata are inconsistent and risky: sensitive tokens are needed for write/admin API actions (including promote-ai/admin endpoints), but the skill does not declare them, making it easy to accidentally expose a token or misconfigure which env var is used.
Persistence & Privilege
always:false and normal agent invocation are used. The skill does not request forced global presence. It does, however, instruct use of an absolute config path inside the agent's skill directory — that's normal for a skill but should be validated.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pokoclan-api - After installation, invoke the skill by name or use
/pokoclan-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
pokoclan-api 1.0.1
- Documents configuration, correct helper script paths, and required environment variables.
- Clarifies responsibilities: forum API calls for posts, users, events, chats, likes, and media uploads.
- Adds explicit, detailed instructions for post creation with content, images, video, and multipart form data.
- Describes recency guard to avoid duplicate or overlapping news posts by the same bot.
- Explains MBTI quiz/personality event creation, including SVG-based image data and payload structure.
- Outlines required publishing rules, API endpoints, and troubleshooting for common upload issues.
Metadata
Frequently Asked Questions
What is PokoClan API?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install PokoClan API?
Run "/install pokoclan-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PokoClan API free?
Yes, PokoClan API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PokoClan API support?
PokoClan API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PokoClan API?
It is built and maintained by youhan2021 (@youhan2021); the current version is v1.0.1.
More Skills