Bundle Pluginsource linked

NewsIntel OpenClaw Bundlev0.1.0

OpenClaw/Claude bundle for NewsIntel MCP

@stabem/newsintel-openclaw·runtime newsintel·by @stabem
openclaw bundles install clawhub:@stabem/newsintel-openclaw
Latest release: v0.1.0Download zip

Capabilities

Bundle format
claude
Host targets
openclawclaude
Runtime ID
newsintel

Compatibility

Built With Open Claw Version
0.1.0
Plugin Api Range
>=0.1.0
Security Scan
VirusTotalVirusTotal
stale
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The artifacts consistently describe a Claude/OpenClaw bundle that exposes the NewsIntel MCP server.
Instruction Scope
The bundle exposes MCP tools from an external package, but the provided artifacts do not enumerate the individual tools, so runtime behavior depends on @stabem/newsintel-mcp.
Install Mechanism
The MCP configuration runs an external npm package with npx -y and does not pin a package version; this is disclosed and purpose-aligned, but users should trust the npm package source.
Credentials
The configured API base is the declared NewsIntel service, and the skill says a NewsIntel token is expected per tool call, which is proportionate for this integration.
Persistence & Privilege
No hidden persistence, privileged local access, broad file access, or background self-maintenance is shown beyond normal MCP configuration and a gateway restart instruction.
Assessment
This skill looks coherent for connecting OpenClaw or Claude-compatible hosts to NewsIntel MCP. Before installing, make sure you trust the external npm package it runs and the NewsIntel API service, and only provide your NewsIntel token when you intend to use those tools.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
8673ff8d9cc5
Tag
feat/clawhub-openclaw-bundle
Provenance
No
Scan status
clean

Tags

latest
0.1.0

NewsIntel OpenClaw Bundle

Claude-format bundle that exposes the hosted @stabem/newsintel-mcp server to OpenClaw (and other Claude-compatible hosts) through .mcp.json.

Install

openclaw plugins install clawhub:@stabem/newsintel-openclaw
openclaw gateway restart

What you get

After install, OpenClaw imports the bundled .mcp.json and exposes the NewsIntel MCP server to supported runtimes.

Configured server:

{
  "mcpServers": {
    "newsintel": {
      "command": "npx",
      "args": ["-y", "@stabem/newsintel-mcp"],
      "env": {
        "NEWSINTEL_API_BASE": "https://newsintelapi.com"
      }
    }
  }
}

Authentication

The MCP tools expect a NewsIntel API token (ni_live_...) per tool call. Get yours at:

Or from the MCP package directly:

npx @stabem/newsintel-mcp auth

Source