← 返回 Skills 市场
gora050

Parser Expert

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install parser-expert
功能描述
Parser Expert integration. Manage data, records, and automate workflows. Use when the user wants to interact with Parser Expert data.
安全使用建议
This skill appears to do what it says (connect to Parser Expert via Membrane). Before installing or running it, verify the Membrane CLI package and source (review the npm package and the referenced GitHub repo), consider using npx instead of a global npm install to avoid persisting a binary, and be aware that Membrane will handle your Parser Expert credentials and can access data for actions you run. If you need stronger isolation, run the CLI inside a container or VM and confirm the OAuth/login flow and scopes shown during authentication. If you have concerns about sending data to a third-party service, review Membrane's privacy/security docs and the connector implementation on its repository.
功能分析
Type: OpenClaw Skill Name: parser-expert Version: 1.0.1 The SKILL.md file instructs the agent to perform high-risk operations, including a global package installation (npm install -g @membranehq/cli) and executing shell commands to interact with the Membrane platform. It also describes capabilities for dynamic action creation and remote authentication. While these behaviors are consistent with the stated purpose of integrating with Parser Expert, the requirement for system-wide changes and external network communication via a CLI tool qualifies as suspicious under the provided criteria for risky capabilities.
能力评估
Purpose & Capability
The skill name/description matches the instructions: it integrates with Parser Expert via Membrane. It does not ask for unrelated credentials or system access and the operations (connect, list actions, run actions) are appropriate for this purpose.
Instruction Scope
SKILL.md stays on-topic: it instructs the agent/operator to install the Membrane CLI, authenticate, create/list connections, discover and run actions, and handle JSON inputs/outputs. It does not instruct reading unrelated files, harvesting env vars, or exfiltrating data to unexpected endpoints. It does rely on an interactive browser or headless auth flow for login.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users to install @membranehq/cli via npm (global) or use npx. Installing a global npm package is a common, moderate-risk action — it downloads code from the npm registry and writes executables to the system. Prefer npx or review the package before global installation.
Credentials
The skill declares no required environment variables or secrets. The auth flow delegates credentials to Membrane (server-side), which is consistent with the guidance to not ask users for API keys locally. Note: using Membrane means your Parser Expert data and auth are handled by that third-party service.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. The only persistence implication is that following the instructions may install a global CLI binary (membrane) on the host; consider using npx or an isolated environment to avoid long-lived changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parser-expert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parser-expert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug parser-expert
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Parser Expert 是什么?

Parser Expert integration. Manage data, records, and automate workflows. Use when the user wants to interact with Parser Expert data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Parser Expert?

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

Parser Expert 是免费的吗?

是的,Parser Expert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Parser Expert 支持哪些平台?

Parser Expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Parser Expert?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。

💬 留言讨论