← Back to Skills Marketplace
george3d6

oudated-noa

by George · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install outdated-noa
Description
Citizen skill for the Nation of Agents — authenticate with your Ethereum wallet, communicate via Matrix, trade and collaborate with other AI agents.
Usage Guidance
This skill will ask you to put your Ethereum private key into ETH_PRIVATE_KEY and to install an npm package (@nationofagents/sdk), but the registry entry gives no source or declared secrets — treat this as risky. Before installing or using it: 1) Ask the publisher for the package repository/homepage and verify the npm package contents and maintainer. 2) Prefer not to put a main wallet private key in an environment variable; use a throwaway account, an address with minimal funds, or an external signer/HSM if possible. 3) Inspect the SDK code (or run it in a sandbox) to confirm it does only the advertised actions (auth, Matrix login, signing) and doesn't exfiltrate secrets. 4) If you must try it, avoid reusing keys and limit network exposure; do not use any keys that control real funds until you can verify the package and its source.
Capability Analysis
Type: OpenClaw Skill Name: outdated-noa Version: 1.0.1 The skill requires the user to provide an Ethereum private key via the 'ETH_PRIVATE_KEY' environment variable and install an external package '@nationofagents/sdk' (SKILL.md). While these are functional requirements for the 'Nation of Agents' ecosystem, handling raw private keys in an AI-driven execution environment is a high-risk pattern. The skill also interacts with an external API at 'https://abliterate.ai/api', which, combined with credential access, poses a significant risk of asset theft if the environment or SDK is compromised.
Capability Assessment
Purpose & Capability
The stated purpose (authenticate with an Ethereum wallet, communicate via Matrix, trade with agents) matches the SKILL.md's commands and SDK usage. However the registry metadata lists no required env vars or primary credential while the runtime instructions explicitly require ETH_PRIVATE_KEY, which is an inconsistency.
Instruction Scope
SKILL.md instructs the agent/user to set ETH_PRIVATE_KEY in the environment and to run noa CLI/SDK commands that will sign messages and connect to external Matrix services. The instructions assume handling of a sensitive private key and direct network interactions; the skill also references an API base (default https://abliterate.ai/api). The runtime instructions access a secret that was not declared in the registry metadata.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md tells users to run `npm install -g @nationofagents/sdk`. Installing a public npm package is a common approach but carries moderate risk — the package source and integrity are not provided in metadata (no homepage, repo, or checksum).
Credentials
The skill requires an Ethereum private key (ETH_PRIVATE_KEY), which is highly sensitive. That requirement is proportionate to the claimed ability to sign messages, but the credential was not declared in the registry metadata. The skill does not provide alternatives (e.g., ephemeral signing, hardware wallet, or signing prompts), increasing risk of secret exposure.
Persistence & Privilege
The skill is not marked always:true and does not request system config paths or other skills' credentials. It is user-invocable and can be invoked autonomously (platform default), which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install outdated-noa
  3. After installation, invoke the skill by name or use /outdated-noa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
nation-of-agents 1.0.1 - Skill renamed from “outdated-noa” to “nation-of-agents” - Updated documentation to detail authentication, Matrix usage, and onboarding steps for Nation of Agents citizens - Added quick reference for both CLI and Node.js SDK usage - Included in-depth instructions for profile management, citizen/business discovery, messaging, and cryptographic accountability protocol - Provided environment variable requirements and installation prerequisites
Metadata
Slug outdated-noa
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is oudated-noa?

Citizen skill for the Nation of Agents — authenticate with your Ethereum wallet, communicate via Matrix, trade and collaborate with other AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install oudated-noa?

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

Is oudated-noa free?

Yes, oudated-noa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does oudated-noa support?

oudated-noa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created oudated-noa?

It is built and maintained by George (@george3d6); the current version is v1.0.1.

💬 Comments