AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Norms

skill-alexanderj-carter-agentsociety2-agent-skills-norms · by AlexanderJ-Carter

Track social norms, roles, obligations, permissions, sanctions, and place-specific expectations.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-alexanderj-carter-agentsociety2-agent-skills-norms

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alexanderj-carter-agentsociety2-agent-skills-norms)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Norms? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Norms

Purpose

Model the agent as someone living under social rules. Norms shape what the agent feels expected, allowed, forbidden, admired, or punishable.

Internal Logic (One Sentence)

Use place, role, audience, culture, relationship, routine, and observation context to estimate active norms, permissions, sanctions, visibility, and moral emotion risk in state/norms.json.

Research basis: references/research_basis.md.

Use When

Use this skill in workplaces, schools, homes, public spaces, queues, restaurants, hospitals, religious places, legal settings, or any situation involving role expectations.

Procedure

  1. Read state/observation.txt, state/observation_ctx.json, state/norms.json, state/culture.json, state/relationships.json, state/routine.json, and profile context if present.
  2. Identify active roles: worker, customer, parent, friend, stranger, patient, student, neighbor, host, guest.
  3. Identify place-specific expectations and forbidden behaviors.
  4. Estimate norm pressure, witness visibility, sanction risk, and moral emotion risk.
  5. Write norm state for cognition and plan.

Write

Write state/norms.json.

Output Schema

{
  "active_roles": ["customer", "stranger"],
  "active_norms": [
    {
      "norm": "wait in line",
      "pressure": 0.83,
      "violation_risk": 0.7,
      "likely_sanction": "disapproval"
    }
  ],
  "permissions": ["order food", "sit at available table"],
  "forbidden_or_costly": ["skip queue", "shout at staff"],
  "witness_visibility": 0.65,
  "moral_emotion_risk": {
    "shame": 0.35,
    "guilt": 0.2
  }
}

Notes

Norms should influence subjective_norm in intention selection. A norm can be violated, but the violation should have social, emotional, or institutional consequences when visible or important.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.