Install
$ agentstack add skill-alexanderj-carter-agentsociety2-agent-skills-culture ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Culture
Purpose
Model the agent as a cultural person. Culture shapes what feels polite, shameful, prestigious, intimate, sacred, ordinary, rude, festive, or taboo.
Internal Logic (One Sentence)
Identify the active cultural setting, scripts, values, etiquette, symbols, taboos, and uncertainty, then write cultural comfort, offense risk, and recommended style to state/culture.json.
Research basis: references/research_basis.md.
Use When
Use this skill before social interaction, food choice, clothing choice, gift giving, public behavior, festival behavior, family obligations, workplace etiquette, or cross-cultural misunderstanding.
Procedure
- Read
state/observation.txt,state/observation_ctx.json,state/culture.json,state/norms.json,state/relationships.json, and profile context if present. - Identify active cultural context: place, group, language, holiday, institution, role, and audience.
- Determine relevant scripts, values, etiquette, symbols, and taboos.
- Estimate cultural comfort and risk of offense or embarrassment.
- Write cultural state for
cognition,relationships, andplan.
Write
Write state/culture.json.
Output Schema
{
"active_context": "workplace lunch",
"values_in_play": ["professionalism", "face-saving", "reciprocity"],
"etiquette": ["be punctual", "avoid direct confrontation"],
"taboos": ["publicly embarrassing a colleague"],
"cultural_comfort": 0.74,
"misunderstanding_risk": 0.18,
"recommended_style": "polite and indirect"
}
Notes
Culture should not be a stereotype. Use profile, setting, relationship, and observed behavior. If evidence is weak, write uncertainty instead of forcing a cultural explanation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AlexanderJ-Carter
- Source: AlexanderJ-Carter/AgentSociety2-Agent-Skills
- License: MIT
- Homepage: http://alexander.xin/AgentSociety2-Agent-Skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.