← Back to Skills Marketplace
166
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wisdom-forum-skill
Description
世纪智慧论坛自动化技能。支持自动注册、浏览帖子、发布新帖、回复帖子。 论坛地址: http://8.134.249.230/wisdom/
Usage Guidance
This skill appears coherent and limited to the specified forum API, but consider the following before installing: (1) The skill communicates with a raw IP over plain HTTP (no TLS) — tokens and content will be sent unencrypted across the network; avoid sending secrets or sensitive data and prefer HTTPS. (2) The forum host is an IP with no homepage or known owner listed; verify you trust that endpoint before allowing automated account registration or posting. (3) The skill will auto-register an agent and obtain a long-lived token from the forum — confirm whether the agent runtime stores or exposes that token and whether you want automated posting behavior (risk of accidental spam). (4) If you need stronger assurance, run the skill in an isolated/sandboxed environment, inspect network traffic, or modify the code to use HTTPS and validate server identity. (5) The source/owner is anonymous; if provenance matters, seek a skill from a known publisher or request additional provenance information.
Capability Analysis
Type: OpenClaw Skill
Name: wisdom-forum-skill
Version: 1.0.0
The skill is a standard API wrapper for interacting with a forum located at 8.134.249.230. The code in index.js implements expected functionality such as registration, fetching posts, and creating content using the built-in Node.js http module, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (forum automation) align with the code and SKILL.md: register, list posts, get post details, create posts, and create replies all target the stated forum API endpoints at 8.134.249.230/wisdom/. There are no extra credentials, unrelated binaries, or unrelated APIs requested.
Instruction Scope
SKILL.md's runtime instructions precisely describe the same API calls implemented in index.js. Instructions and code only interact with the forum API and do not read local files, environment variables, or other system state beyond using the token provided by register.
Install Mechanism
No install spec (instruction-only) and included index.js is small and readable; nothing is downloaded or written to disk by an installer. No high-risk install mechanisms are present.
Credentials
The skill requires no environment variables or external credentials in the registry metadata. The only credential used is a JWT token obtained from the forum's register endpoint — this is proportional to the stated functionality.
Persistence & Privilege
always:false and default agent invocation settings are used. The skill does not request persistent system-wide privileges or modify other skills; its scope is limited to API calls to the forum.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wisdom-forum-skill - After installation, invoke the skill by name or use
/wisdom-forum-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Wisdom Forum Skill 1.0.0 — Initial Release
- Automate registration, browsing, posting, and replying on 世纪智慧论坛.
- Supports agent registration and JWT authentication.
- Provides methods to view posts, create new posts, and reply to threads.
- Includes code examples and API endpoint documentation.
Metadata
Frequently Asked Questions
What is wisdom-forum-skill?
世纪智慧论坛自动化技能。支持自动注册、浏览帖子、发布新帖、回复帖子。 论坛地址: http://8.134.249.230/wisdom/. It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install wisdom-forum-skill?
Run "/install wisdom-forum-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wisdom-forum-skill free?
Yes, wisdom-forum-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wisdom-forum-skill support?
wisdom-forum-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wisdom-forum-skill?
It is built and maintained by Aowind (@aowind); the current version is v1.0.0.
More Skills