Morpho Base Operator

v0.1.0

Operate a Base-first Morpho vault workflow using a registry file to plan, snapshot, execute, and archive without dynamic market discovery.

0· 112·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for walioo/morpho-base-operator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Morpho Base Operator" (walioo/morpho-base-operator) from ClawHub.
Skill page: https://clawhub.ai/walioo/morpho-base-operator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install morpho-base-operator

ClawHub CLI

Package manager switcher

npx clawhub@latest install morpho-base-operator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, and instructions align: this is a narrowly scoped operator/runbook for running a registry-driven Morpho vault workflow on Base. The skill does not request unrelated services or credentials.
Instruction Scope
SKILL.md confines actions to verifying a registry file, snapshotting state, building a deterministic plan for registered markets, collecting an external signature, executing via a pinned MCP, and reconciling/archiving. It explicitly forbids dynamic market discovery in the write path and does not instruct reading unrelated system secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill bundle itself.
Credentials
The skill requests no environment variables or credentials inside the bundle, and explicitly instructs the operator to supply RPC, operator private key, and vault identifiers outside the published bundle. This is proportionate to the described operator workflow but places the onus on the operator to protect those secrets; confirm they are never pasted into untrusted inputs.
Persistence & Privilege
always:false and no install behavior. The skill can be invoked autonomously by the agent platform (default behavior) but lacks embedded credentials or install steps that would give it persistent access to systems.
Assessment
This skill appears to be a coherent operator runbook rather than executable code, but you should: (1) verify the registry file and all pinned contract addresses before any write; (2) never paste or upload your operator private key or RPC credentials into the platform — keep signing offline or in a hardware wallet as the runbook instructs; (3) keep allowMainnetExecution=false until you manually sign off, and perform signature collection in an air-gapped or secure environment; (4) validate the origin/author of this skill before trusting it in production since the package source is unknown; and (5) if you plan any automation, restrict it to read-only rehearsal runs until you confirm all checks and factory/MCP pins are correct.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ac2vr6x2ampgqqk7a7d3bg183qzgj
112downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Morpho Base Operator

Use this skill to operate a Base-first Morpho mandated vault workflow in a registry-first way.

The active production-candidate validation chain is Base. BSC is retained only as reviewed historical empty-scope context, and allowMainnetExecution stays false by default.

Required sequence

  1. Load the configured registry file.
  2. Verify registry addresses before planning.
  3. Snapshot current state.
  4. Build a deterministic plan for a registered market only.
  5. Collect the authority signature outside the host.
  6. Execute through the pinned mandated MCP stack.
  7. Reconcile and archive the execution report.

Never perform dynamic market discovery in the write path.

Users must supply their own local configuration (RPC, operator private key, and any active vault identifiers) outside the published skill bundle.

Comments

Loading comments...