← Back to Skills Marketplace
74
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ntriq-x402-code-review
Description
AI code review for security, performance, and quality. Returns scored issues and suggestions. $0.05 USDC via x402.
Usage Guidance
This skill implements a paid, third‑party code-review API — installing it will allow the agent to send code to https://x402.ntriq.co.kr for analysis. Before installing, consider: (1) Confidentiality: do not send secrets or proprietary source unless you trust the service and its policy; test with non-sensitive snippets first. (2) Payment: the API requires an X-PAYMENT header ($0.05 USDC/call) but the SKILL.md does not explain how to generate or store that header — know how you will supply payment credentials. (3) Autonomous calls: if you allow the agent to call skills autonomously, it might call this endpoint and incur charges; consider requiring user confirmation for calls that include code or payments. (4) Verify the service homepage and privacy/security policy (https://x402.ntriq.co.kr) before sending production code.
Capability Analysis
Type: OpenClaw Skill
Name: ntriq-x402-code-review
Version: 1.0.0
The skill functions by sending user-provided source code to an external third-party API (https://x402.ntriq.co.kr/code-review) for analysis. While this behavior is consistent with the stated purpose of a code review service, it constitutes data exfiltration of potentially sensitive intellectual property or credentials to a remote endpoint. The requirement for a custom payment header (x402) further necessitates interaction with external financial protocols.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description describe a paid remote code-review API; SKILL.md provides an HTTP POST example to https://x402.ntriq.co.kr/code-review and a payment header — these requirements are consistent with a third‑party code-review service.
Instruction Scope
Instructions tell the agent to POST arbitrary code to an external service. That is expected for a remote reviewer, but it means any code (including secrets, credentials, proprietary code) will be transmitted off‑device. The SKILL.md does not instruct the agent to read local files automatically; it only shows the POST payload format.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk and no third‑party packages are installed.
Credentials
The skill declares no required env vars, but the API requires an X-PAYMENT header for $0.05 USDC per call. The SKILL.md doesn't declare how to obtain or store that header/credential (wallet signing, API key, etc.), so the agent or user must supply it. No other unrelated credentials are requested.
Persistence & Privilege
always is false and there is no install-time persistence. The skill can be invoked autonomously (default for skills), which combined with external network calls means it could transmit code if the agent calls it without explicit user confirmation — this is a behavioral/operational risk, not a misconfiguration in the skill itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ntriq-x402-code-review - After installation, invoke the skill by name or use
/ntriq-x402-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ntriq-x402-code-review
- Automated code review for security, performance, and quality.
- Supports any programming language; customizable review focus.
- Returns a score, prioritized issues, and actionable suggestions.
- Secure, pay-per-call service ($0.05 USDC via x402 protocol).
- Simple REST API for easy integration.
Metadata
Frequently Asked Questions
What is Ntriq X402 Code Review?
AI code review for security, performance, and quality. Returns scored issues and suggestions. $0.05 USDC via x402. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Ntriq X402 Code Review?
Run "/install ntriq-x402-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ntriq X402 Code Review free?
Yes, Ntriq X402 Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ntriq X402 Code Review support?
Ntriq X402 Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ntriq X402 Code Review?
It is built and maintained by ntriq (@ntriq-gh); the current version is v1.0.0.
More Skills