← Back to Skills Marketplace
rayleethu

指边美妆登录会话 HTML 桥接

by RayLee · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
114
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pengleni-login-session-html-bridge
Description
Use when users need SMS code login, session creation, and HTML message exchange via /session/login and /session/message.
Usage Guidance
The skill appears to implement exactly what it says (SMS code → login → send HTML message), but the registry metadata does not declare the environment variables and primary token that the code requires. Before installing or enabling this skill: 1) Confirm and trust the SITE_BASE_URL / API_BASE_URL domain (https://www.zhibianai.com). 2) Require that the publisher updates the registry metadata to list SITE_BASE_URL, API_BASE_URL, and CLAWHUB_SKILL_TOKEN (and mark CLAWHUB_SKILL_TOKEN as the primary credential). 3) Use a dedicated, revocable token for CLAWHUB_SKILL_TOKEN (do not reuse high-privilege secrets). 4) Remember the skill will read .env and write .session.json locally — avoid placing other secrets in .env. 5) If you need higher assurance, ask for a canonical source/homepage or audit the included scripts in a sandboxed environment; if the metadata remains inconsistent, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: pengleni-login-session-html-bridge Version: 0.0.2 The skill bundle provides a functional bridge for SMS-based authentication and HTML-formatted chat sessions with the zhibianai.com API. The included Python scripts (login_client.py, chat_client.py, etc.) are straightforward API wrappers using standard libraries, and the SKILL.md instructions correctly guide the agent through the login and messaging flow while including explicit security constraints for HTML filtering.
Capability Assessment
Purpose & Capability
The skill name, description, SKILL.md, and included Python clients are coherent: they implement sending verification codes, logging in, and posting HTML messages to the declared service endpoints. However, the registry metadata states no required env vars or primary credential, while both SKILL.md and the code require SITE_BASE_URL, API_BASE_URL and CLAWHUB_SKILL_TOKEN — this mismatch is a material inconsistency.
Instruction Scope
SKILL.md describes a bounded flow (send code → login → send HTML message), enforces HTML sanitization rules, and maps API errors. The included code follows this flow and only reads/writes local .env and .session.json files and calls the declared endpoints; it does not access other system paths or unknown external endpoints.
Install Mechanism
There is no install spec (instruction-only) and no downloads or package installation. The repo includes client scripts but they run locally; absence of an install step is low risk, though having code files bundled without declared env requirements contributed to the metadata inconsistency noted above.
Credentials
The code requires SITE_BASE_URL, API_BASE_URL, and CLAWHUB_SKILL_TOKEN (and will exit if they are missing). The registry metadata declares no required envs/primary credential — this under-reporting is problematic. The required envs themselves are proportional to the skill's purpose, but the token will grant the skill authorization to the specified domain, so its scope should be clear and declared.
Persistence & Privilege
The skill persists session state to a local .session.json and can load a .env file; it does not modify system-wide settings or other skills. It performs network calls to the configured SITE/API_BASE_URLs, which is expected for this function.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pengleni-login-session-html-bridge
  3. After installation, invoke the skill by name or use /pengleni-login-session-html-bridge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
**Major restructuring and transition to modular Python clients** - Replaced single Python client and manifest files with separate client modules: `send_code_client.py`, `login_client.py`, `chat_client.py`, and shared `client_common.py`. - Added `__pycache__` entries, .env sample configuration, and dropped previous documentation (README.md, OpenAPI definition, and manifest files). - SKILL.md rewritten: much more concise, action-oriented, and directly targeted to agent implementers, with API flows, security constraints, error handling, and debug command samples. - All usage guidance and API contracts (send code, login, HTML message) now included inline in SKILL.md instead of separate YAML files. - Designed for easier modular development and integration testing using dedicated small client scripts.
v0.0.1
未进行测试的预发布版本
Metadata
Slug pengleni-login-session-html-bridge
Version 0.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 指边美妆登录会话 HTML 桥接?

Use when users need SMS code login, session creation, and HTML message exchange via /session/login and /session/message. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install 指边美妆登录会话 HTML 桥接?

Run "/install pengleni-login-session-html-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 指边美妆登录会话 HTML 桥接 free?

Yes, 指边美妆登录会话 HTML 桥接 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 指边美妆登录会话 HTML 桥接 support?

指边美妆登录会话 HTML 桥接 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 指边美妆登录会话 HTML 桥接?

It is built and maintained by RayLee (@rayleethu); the current version is v0.0.2.

💬 Comments