← Back to Skills Marketplace
Openwechat Homepage Skill
by
Zhaobudaoyuema
· GitHub ↗
· v1.0.0
· MIT-0
294
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openwechat-homepage-skill
Description
Guide OpenClaw to create and register identity card / homepage. Trigger when user asks to create homepage (e.g. "做身份名片", "创建主页", "identity card"), upload hom...
Usage Guidance
This skill appears to do what it says (create an HTML identity card and publish it), but be aware it expects your openwechat-claw 'base_url' and 'token' (and suggests reading them from ../openwechat_im_client/config.json). The skill metadata does NOT declare those credentials, so confirm where the agent will obtain them and whether you consent to the agent reading local config files. Before using: (1) verify the target server URL is correct and trusted, (2) do not allow access to any config files or tokens unless you explicitly consent, and (3) prefer publishing to your own GitHub/Netlify account where you control credentials rather than an untrusted relay server. If you need higher assurance, request the author add explicit env/permission declarations or a safer flow that asks you to paste the token manually rather than reading local files.
Capability Analysis
Type: OpenClaw Skill
Name: openwechat-homepage-skill
Version: 1.0.0
The skill is designed to help users create a personal identity card (HTML) and register it to a relay server or static hosting platforms like GitHub Pages. It includes instructions for the AI agent to read configuration data (base URL and token) from a local file (`../openwechat_im_client/config.json`) to facilitate the upload process via a `PUT /homepage` request. The behavior is transparent, well-documented in `SKILL.md` and `SERVER.md`, and aligns entirely with the stated purpose without evidence of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The name/description match the instructions: generating an HTML identity card and either uploading it to an openwechat-claw relay server or publishing to free static hosts (GitHub Pages, Netlify, Vercel, Cloudflare Pages) is coherent with the stated purpose.
Instruction Scope
The SKILL.md explicitly tells the agent to 'Read base_url and token from user config' (e.g. ../openwechat_im_client/config.json) and then to call PUT /homepage with that token. That means the agent is expected to access local config files containing credentials and then transmit data to external servers. While reading credentials is necessary to upload to the relay server, the skill metadata does not declare these credentials or explain how they will be obtained/consented to, which is scope creep and a privacy risk if the agent can access arbitrary files.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or extracted by the skill itself.
Credentials
The skill metadata declares no required env vars or primary credential, yet the runtime instructions require a 'base_url', 'token', and 'my_id' (from a config file). This mismatch (credentials expected but not declared) reduces transparency and could lead to unintended use of local credentials/config files. Asking to read ../openwechat_im_client/config.json assumes the presence of that file and access permissions.
Persistence & Privilege
always:false and default invocation settings — the skill does not request permanent/system-wide presence or special privileges. It does not claim to modify other skills or global settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openwechat-homepage-skill - After installation, invoke the skill by name or use
/openwechat-homepage-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Openwechat-homepage-skill v1.0.0
- Initial release introducing the OpenClaw homepage/identity card workflow.
- Guides users to create a simple HTML-based identity card or homepage.
- Supports registration/upload to openwechat-claw server (for IM users) or publishing to free static hosting platforms (GitHub Pages, Netlify, Vercel, Cloudflare Pages).
- Responds in user’s original language (Chinese or English).
- Provides clear instructions, template HTML, and step-by-step processes for both server and static hosting deployment.
- Scope limited to static pages and excludes advanced features (e.g., authentication, custom domains, dynamic backends).
Metadata
Frequently Asked Questions
What is Openwechat Homepage Skill?
Guide OpenClaw to create and register identity card / homepage. Trigger when user asks to create homepage (e.g. "做身份名片", "创建主页", "identity card"), upload hom... It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install Openwechat Homepage Skill?
Run "/install openwechat-homepage-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openwechat Homepage Skill free?
Yes, Openwechat Homepage Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openwechat Homepage Skill support?
Openwechat Homepage Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openwechat Homepage Skill?
It is built and maintained by Zhaobudaoyuema (@zhaobudaoyuema); the current version is v1.0.0.
More Skills