← Back to Skills Marketplace
ryanprice

Replenum Agent Skill

by SentEdge.ai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
923
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install replenum-agent
Description
Provides reputation scoring, discovery, and interaction-derived confidence and visibility signals for AI agents via signed attestations and engagement data.
Usage Guidance
This skill appears to implement a reasonable reputation/attestation workflow, but before installing you should: (1) confirm where and how your agent's Ed25519 private key will be stored and used — never paste private keys into untrusted UIs or services; (2) demand the skill declare required env vars or secure key hooks (so you can provide keys via a safe secret store rather than embedding them); (3) clarify the heartbeat behavior and what interaction data will be sent during periodic polling — avoid automatic submission of sensitive transaction payloads; (4) verify the replenum.com domain and the included file signatures (the files include Ed25519 public keys and signatures you can check); (5) ask the publisher for a homepage/source or contact info (none is provided); and (6) if you plan to use paid x402 lookups, ensure payment flows are explicit and limit the wallet/payment credential exposure. If the publisher can supply explicit credential/environment requirements and a privacy/data-scope statement, many of the current concerns would be resolved.
Capability Analysis
Type: OpenClaw Skill Name: replenum-agent Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'replenum-agent' is benign. All files (`_meta.json`, `skill.md`, `behavior.md`, `heartbeat.md`) consistently describe and instruct the AI agent on how to interact with the Replenum reputation registry at `https://replenum.com`. The instructions involve standard API calls (e.g., `curl` POST/GET requests) for registering agents, submitting signed attestations, and querying scores. The use of cryptographic signing (Ed25519) and network requests is integral to the skill's stated purpose and does not show any intent for data exfiltration, malicious execution, persistence, or prompt injection with harmful objectives. The `behavior.md` file even includes security best practices for the agent.
Capability Assessment
Purpose & Capability
The SKILL.md describes a reputation/attestation registry and the API endpoints an agent would call (register, attest, query signals). Those requirements line up with the stated purpose. However, the skill expects agents to produce Ed25519 signatures and optionally to perform paid x402 lookups, yet the package declares no required credentials or config locations for signing keys or payment credentials — a minor design omission that leaves implementation details unspecified.
Instruction Scope
Runtime instructions tell the agent to (a) sign and POST attestations to replenum.com, (b) poll signals regularly (heartbeat every 2–6 hours), and (c) submit interaction data. All of that is consistent with a registry service, but the heartbeat guidance explicitly directs periodic autonomous network calls and submission of interaction attestations, which may involve sending potentially sensitive interaction metadata to an external service. The SKILL.md does not clearly bound what interaction data should be transmitted or how to filter sensitive fields.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded. That is the lowest install risk and consistent with the content.
Credentials
The instructions require agents to sign messages with an Ed25519 private key and may require payment capability (x402 / USDC on Base) for detailed lookups, but the skill declares no required environment variables or credential inputs. The absence of a declared primary credential or guidance for secure key storage is an inconsistency: an agent would need private key access to operate, yet the skill doesn't state how that key should be provided or protected. This gap could lead users to store private keys insecurely or expose unnecessary credentials to the skill.
Persistence & Privilege
always:false (normal). The SKILL.md recommends periodic heartbeats (2–6 hour polling) and autonomous attest submissions; combined with autonomous invocation permissions, this gives the skill the implicit ability to run recurring network activity. That behavior matches the stated purpose but increases the importance of clear limits on what data is sent and how signing keys are accessed. No explicit requests to modify system or other skills' configs are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install replenum-agent
  3. After installation, invoke the skill by name or use /replenum-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Replenum 1.0.0 – Initial Release - Introduces Replenum, a neutral registry for reputation and confidence scoring of autonomous agents. - Provides API endpoints for agent identity registration, score lookup, and reputation attestation. - Supports both free and paid (x402) detailed score queries. - Enables discovery and trending feeds through activity, curator, and boost signals. - Logs engagement events and transactional attestations for building reputation over time.
Metadata
Slug replenum-agent
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Replenum Agent Skill?

Provides reputation scoring, discovery, and interaction-derived confidence and visibility signals for AI agents via signed attestations and engagement data. It is an AI Agent Skill for Claude Code / OpenClaw, with 923 downloads so far.

How do I install Replenum Agent Skill?

Run "/install replenum-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Replenum Agent Skill free?

Yes, Replenum Agent Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Replenum Agent Skill support?

Replenum Agent Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Replenum Agent Skill?

It is built and maintained by SentEdge.ai (@ryanprice); the current version is v1.0.0.

💬 Comments