← Back to Skills Marketplace
Parser Expert
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
101
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install parser-expert
Description
Parser Expert integration. Manage data, records, and automate workflows. Use when the user wants to interact with Parser Expert data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parser-expert - After installation, invoke the skill by name or use
/parser-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Parser Expert?
Parser Expert integration. Manage data, records, and automate workflows. Use when the user wants to interact with Parser Expert data. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Parser Expert?
Run "/install parser-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parser Expert free?
Yes, Parser Expert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Parser Expert support?
Parser Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parser Expert?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills