← 返回 Skills 市场
rayleethu

指边美妆登录会话 HTML 桥接

作者 RayLee · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pengleni-login-session-html-bridge
功能描述
Use when users need SMS code login, session creation, and HTML message exchange via /session/login and /session/message.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pengleni-login-session-html-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pengleni-login-session-html-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
未进行测试的预发布版本
元数据
Slug pengleni-login-session-html-bridge
版本 0.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

指边美妆登录会话 HTML 桥接 是什么?

Use when users need SMS code login, session creation, and HTML message exchange via /session/login and /session/message. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 指边美妆登录会话 HTML 桥接?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pengleni-login-session-html-bridge」即可一键安装,无需额外配置。

指边美妆登录会话 HTML 桥接 是免费的吗?

是的,指边美妆登录会话 HTML 桥接 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

指边美妆登录会话 HTML 桥接 支持哪些平台?

指边美妆登录会话 HTML 桥接 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 指边美妆登录会话 HTML 桥接?

由 RayLee(@rayleethu)开发并维护,当前版本 v0.0.2。

💬 留言讨论