← Back to Skills Marketplace
mcp-llm-inference
by
HaveBlue997
· GitHub ↗
· v1.0.0
· MIT-0
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-llm-inference
Description
Anonymous LLM inference via L402 micropayments — chat completions, text generation, and model discovery. No API key, no signup, no KYC. Pay per request in sa...
Usage Guidance
What to consider before installing:
- Environment-var mismatch: SKILL.md and registry expect L402_API_BASE_URL, but the code uses NAUTDEV_BASE_URL and defaults to https://api.nautdev.com. If you set L402_API_BASE_URL the skill will likely ignore it and still send data to the default host. Treat prompts and any sensitive content as leaving your system and going to that remote service.
- Payment flow is unclear: the README/SKILL.md promise L402 micropayments/invoices, but the code only forwards requests to the API and returns the API JSON. There is no explicit handling or UX for invoices in the tool; verify with the upstream package what the API returns (it might embed an invoice), and confirm how payment is completed before relying on the promised pay-per-request behavior.
- Packaging inconsistencies: package/README names and authors differ (Blue-Trianon-Ventures vs @vbotholemu). This can indicate sloppy publishing or a fork; verify the npm package owner, source repository, and published tarball contents before running via npx.
- Data exposure risk: this skill sends prompts and message history to an external service by design. Do not use it with secrets, private data, or anything you cannot share publicly unless you have verified the remote provider's privacy model and trustworthiness.
- Recommended checks: inspect the published npm package content and checksum, look up the package and author on the npm registry, view the repository (if any), test in an isolated environment, and contact the package author/maintainer for clarification about the env var name and payment flow. If you need guarantees about where data goes or how payments are handled, avoid installing until these questions are answered.
Capability Analysis
Type: OpenClaw Skill
Name: mcp-llm-inference
Version: 1.0.0
The skill is a straightforward MCP server implementation for LLM inference via the L402 protocol, allowing for anonymous pay-per-request access. The code in `src/index.ts` and `dist/index.js` strictly implements the described tools (chat, generate, models) by making standard fetch requests to a hardcoded or environment-configured API endpoint (api.nautdev.com). There is no evidence of data exfiltration, unauthorized file access, or malicious execution logic.
Capability Assessment
Purpose & Capability
Name/description promise anonymous L402 micropayment-based LLM inference. The code implements chat/generate/models calls to an external API (coherent). However package/README/SKILL.md use different package names (@blue-trianon vs @vbotholemu) and environment variable names; these inconsistencies reduce trust and suggest sloppy or incorrect packaging.
Instruction Scope
SKILL.md emphasizes a micropayment/invoice flow and declares L402_API_BASE_URL as required. The runtime code only posts JSON to /api/v1/llm/* on BASE_URL and does not implement explicit payment handling or invoice presentation logic in the tool code (it simply returns whatever the remote API responds). The SKILL.md instructs using L402_API_BASE_URL, but the source uses NAUTDEV_BASE_URL — so the skill will default to https://api.nautdev.com unless NAUTDEV_BASE_URL is set.
Install Mechanism
No install spec in registry; SKILL.md expects running via npx which is consistent with included package.json. This is a standard npm/mcp pattern (moderate risk). There are no direct downloads from arbitrary URLs; dependencies are small and typical (@modelcontextprotocol/sdk, zod).
Credentials
Declared required env var is L402_API_BASE_URL, but the code reads NAUTDEV_BASE_URL and falls back to a hardcoded https://api.nautdev.com. This mismatch can cause the skill to send all requests to the default host even if the user sets L402_API_BASE_URL, which is unexpected and may leak prompts to that host. Only one env var is requested (reasonable), but the wrong one being used is problematic.
Persistence & Privilege
always:false and default model-invocation settings. The skill does not request persistent system-wide changes or extra privileges and does not modify other skills' configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-llm-inference - After installation, invoke the skill by name or use
/mcp-llm-inference - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is mcp-llm-inference?
Anonymous LLM inference via L402 micropayments — chat completions, text generation, and model discovery. No API key, no signup, no KYC. Pay per request in sa... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install mcp-llm-inference?
Run "/install mcp-llm-inference" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mcp-llm-inference free?
Yes, mcp-llm-inference is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mcp-llm-inference support?
mcp-llm-inference is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mcp-llm-inference?
It is built and maintained by HaveBlue997 (@haveblue997); the current version is v1.0.0.
More Skills