Bundle Pluginsource linked

Higgsfield MCPv1.0.2

Higgsfield MCP Bundle for OpenClaw

higgsfield-mcp·runtime higgsfield-mcp·by @efe-arv
openclaw bundles install clawhub:higgsfield-mcp
Latest release: v1.0.2Download zip

Capabilities

Bundle format
claude
Host targets
openclawclaude
Runtime ID
higgsfield-mcp
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and SKILL.md all describe a remote MCP connector to Higgsfield. The declared MCP endpoint (https://mcp.higgsfield.ai/mcp) and use of an mcp-remote stdio bridge match the stated purpose; there are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and README provide narrow, expected runtime instructions (install plugin, enable it, restart gateway, use Higgsfield to authenticate). The skill does not instruct reading unrelated local files, environment variables, or exfiltrating data. It warns users about credit usage and sensitive tokens.
Install Mechanism
There is no separate install spec, but .mcp.json launches 'npx -y mcp-remote@0.1.38 https://mcp.higgsfield.ai/mcp' at runtime. That will fetch and execute an npm package (mcp-remote@0.1.38) — a common mechanism for connectors but one that executes third-party code from the npm registry. The package version is pinned (0.1.38), which reduces some risk. If you require stricter controls, review the mcp-remote package source or vendor the binary instead.
Credentials
The bundle requests no environment variables, no credentials, and no config paths. The SKILL.md explicitly notes that authentication is via Higgsfield's connector flow rather than OpenClaw API keys, which is consistent and proportionate.
Persistence & Privilege
Skill does not request always:true and is user-invocable. Installation steps ask to enable the plugin and restart the gateway (expected for connector plugins). It does not attempt to modify other skills' configuration or require permanent elevated presence.
Assessment
This bundle is coherent for connecting OpenClaw to Higgsfield. The main residual risk is that it runs 'npx mcp-remote@0.1.38' which will download and execute code from the npm registry at runtime — this is expected for an stdio bridge but means you should trust the mcp-remote package and Higgsfield. If you want extra caution: (1) review the mcp-remote package source (or vendor a vetted binary) before using, (2) run the connector in a restricted environment if possible, and (3) be mindful that image/video generations will consume your Higgsfield credits and never paste account/session tokens into prompts or logs.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
51ade0175c29
Tag
main
Provenance
No
Scan status
clean

Tags

latest
1.0.2

Higgsfield MCP Bundle for OpenClaw

Claude-format bundle for Higgsfield's official remote MCP connector.

  • Official landing page: https://higgsfield.ai/mcp
  • MCP endpoint: https://mcp.higgsfield.ai/mcp
  • OpenClaw compatibility bridge: mcp-remote@0.1.38 over stdio
  • No OpenClaw API keys required; authenticate through Higgsfield's connector flow.

Install locally

Clone or download this repository, then install the bundle directory:

git clone https://github.com/efe-arv/openclaw-higgsfield-mcp-bundle.git
openclaw plugins install ./openclaw-higgsfield-mcp-bundle
openclaw plugins enable higgsfield
openclaw gateway restart

Uses mcp-remote so current OpenClaw builds can connect to Higgsfield's remote MCP endpoint through stdio.

What it includes

  • .claude-plugin/plugin.json Claude-format bundle manifest
  • .mcp.json remote MCP server config
  • skills/higgsfield/SKILL.md usage guidance for agents

Security and cost notes

Higgsfield generations consume your Higgsfield credits. Confirm before bulk or expensive runs, and avoid pasting session tokens or account credentials into prompts or logs.