← Back to Skills Marketplace
vveerrgg

Social Alignment

by vveerrgg · GitHub ↗ · v0.1.5 · MIT-0
cross-platform ⚠ suspicious
290
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install social-alignment
Description
Five-lens ethical compass for sovereign AI agents — evaluate actions across trust, ownership, defense, and sovereignty before proceeding.
Usage Guidance
This skill claims to be an instruction-only ethical module but its manifest requires installing a remote package (pip and an unclear 'uv' installer). Because the bundle contains no code to review, installing would fetch and run code you can't audit. Recommendations before installing: - Verify the package 'social-alignment' on PyPI and inspect its source repository (the listed GitHub URL) for recent commits, maintainers, and readable code. - Ask the maintainer to explain the 'uv' installer and why both pip and uv are listed. - If you must test it, install in an isolated environment (fresh virtualenv or disposable VM/container) with no access to sensitive files or credentials. - Inspect the installed package contents for network calls, telemetry, or code that executes at install-time (setup.py/pyproject build hooks) before running it. - Prefer requesting a version that attaches no network behavior or providing an audited local wheel if you need to run in a high-risk environment. Given the inability to audit the package from this bundle, proceed cautiously and validate provenance and source code before granting it to any agent that has access to secrets or production resources.
Capability Analysis
Type: OpenClaw Skill Name: social-alignment Version: 0.1.5 The social-alignment skill bundle provides a framework for AI agents to evaluate the ethics and risks of their actions using a 'five-lens' compass. The SKILL.md and metadata files describe a legitimate safety tool designed to enforce human-in-the-loop oversight for high-risk operations like financial transactions or command execution. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the instructions are consistent with the stated goal of agent alignment and safety.
Capability Assessment
Purpose & Capability
The skill's stated purpose (an alignment/ethical compass) is coherent with the instructions in SKILL.md (checks, persistence, escalation). However the SKILL.md also claims 'zero required dependencies' and 'no network', while the install section and registry metadata explicitly list pip install and an 'uv' installer for package social-alignment — a contradiction that needs clarification.
Instruction Scope
Runtime instructions describe alignment checks, creating an AlignmentEnclave, and optional persistence to a user-specified file (e.g., ~/.agent/alignment.json). These actions are consistent with the stated purpose and do not request unrelated system data or unrelated credentials. The only scope issue is the textual claim of 'no network' vs. the install-time network activity implied by pip/uv.
Install Mechanism
The manifest instructs installing a package named social-alignment via pip and also via an unknown 'uv' installer. There are no code files in the skill bundle to inspect locally, so installing will fetch remote code. 'pip' installs from PyPI (or other indexes) and can execute arbitrary code at install or runtime; the additional 'uv' installer is non-standard/ambiguous. Multiple install kinds for the same package increase uncertainty about provenance and risk.
Credentials
The skill does not request environment variables, secrets, or config paths beyond an optional local storage path for persistence. That is proportionate to an alignment component. The only environment-related requirement is that the system has the pip binary available to perform the install.
Persistence & Privilege
The skill does not request always: true, does not claim to modify other skills or global agent settings, and is user-invocable. It stores optional state in a user-specified local file (normal for this kind of component).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-alignment
  3. After installation, invoke the skill by name or use /social-alignment
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.5
Entity-aware compass framing, five lenses as judgment, living with alignment
v0.1.4
Full SKILL.md rewrite — five lenses, context fields, self-state flags, configuration
v0.1.3
- Updated metadata.json with minor changes. - No changes to core functionality or documentation in SKILL.md.
v0.1.2
Version 0.1.2 of social-alignment - No code or documentation changes detected in this update. - All features and usage remain consistent with the previous version.
v0.1.1
- Skill renamed from "nostralignment" to "social-alignment" - Python package instructions updated to reflect the new name - All code sample imports and usage references updated for "social_alignment" - No changes to functionality or primary use cases
v0.1.0
- Initial release introducing the nostralignment skill for ethical alignment of sovereign AI agents. - Implements the "yellow line compass" using five lenses: Builder, Owner, Partnership, Defense, and Sovereign. - Provides severity escalation (CLEAR → CAUTION → YIELD → STOP), with agents always deferring to humans on STOP. - Includes quick start examples and guidance for integrating ethical checks before significant agent actions. - Designed for agents handling critical domains such as payments, data access, and trust-sensitive operations.
Metadata
Slug social-alignment
Version 0.1.5
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is Social Alignment?

Five-lens ethical compass for sovereign AI agents — evaluate actions across trust, ownership, defense, and sovereignty before proceeding. It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.

How do I install Social Alignment?

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

Is Social Alignment free?

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

Which platforms does Social Alignment support?

Social Alignment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Social Alignment?

It is built and maintained by vveerrgg (@vveerrgg); the current version is v0.1.5.

💬 Comments