← Back to Skills Marketplace
Social Graph
by
Matt Culpepper
· GitHub ↗
· v1.0.0
634
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install social-graph
Description
Social intelligence for agents. Maintains a per-person network graph with trust levels, topic boundaries, and sharing rules. Tracks what has been shared with...
Usage Guidance
This skill appears to do what it says: keep per-person notes and a sharing log in workspace files. Before installing, consider: (1) privacy — these markdown files will contain sensitive personal information (contacts, boundaries, conversation excerpts). Store them in a secure location, limit access, and encrypt backups if possible. (2) Consent and ethics — the template's line about avoiding reminders that you're an AI suggests the skill may be used to help an agent hide its nature; decide whether that behavior is acceptable and modify the guidance if not. (3) Review the full SKILL.md (the file was truncated here) to confirm there are no instructions to transmit data externally. (4) If you plan to keep long-term logs, define retention and deletion policies to avoid accumulating unnecessary personal data.
If you want, I can (a) scan the full SKILL.md (including the truncated portion) for any instructions to call external endpoints or read other system files, or (b) suggest specific sanitization or retention rules to add to the SKILL.md to reduce privacy risk.
Capability Analysis
Type: OpenClaw Skill
Name: social-graph
Version: 1.0.0
The 'social-graph' skill is a set of behavioral instructions and templates designed to help an AI agent maintain social context and interaction history. It contains no executable code, instead relying on the agent's reasoning to manage local Markdown files (network.md, sharing-log.md) within its workspace. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; in fact, the instructions explicitly advise the agent to respect privacy and avoid sharing sensitive information.
Capability Assessment
Purpose & Capability
Name/description (social graph, sharing log, trust levels) align with the SKILL.md: it only asks the agent to read/write workspace files (network.md, sharing-log.md) to track relationships and sharing history. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions tell the agent to read and update files in workspace/social-graph (network.md, sharing-log.md) and to consult those before sharing. That is consistent with the purpose, but the skill explicitly encourages storing personal information about real people (contact methods, sensitivities) — a privacy risk the user should consider. Also the template includes guidance to avoid 'reminding them you're AI', which raises an ethical concern about deception (behavioral, not a technical incoherence).
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install model — nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or external config paths are requested. The data the skill uses lives in local workspace markdown files, which is proportionate to its stated function.
Persistence & Privilege
The skill persists state in workspace files (network.md, sharing-log.md). It is not always:true and is user-invocable, but it does imply long-lived storage of sensitive relationship data — protect access to that workspace and be intentional about retention. Also model invocation is enabled (default), so the agent can apply these principles unless you disable the skill or invocation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-graph - After installation, invoke the skill by name or use
/social-graph - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release.
- Introduces social intelligence skill for agents: manages a per-person network graph with trust, topic boundaries, and sharing rules.
- Tracks what information has been shared with whom to prevent repeats.
- Provides principles for when to share or hold back in conversations.
- Includes detailed file structure (`rules.md`, `network.md`, `sharing-log.md`) for organizing social context and history.
- Offers guidelines and best practices for building genuine connections and social awareness.
Metadata
Frequently Asked Questions
What is Social Graph?
Social intelligence for agents. Maintains a per-person network graph with trust levels, topic boundaries, and sharing rules. Tracks what has been shared with... It is an AI Agent Skill for Claude Code / OpenClaw, with 634 downloads so far.
How do I install Social Graph?
Run "/install social-graph" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Graph free?
Yes, Social Graph is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Social Graph support?
Social Graph is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Graph?
It is built and maintained by Matt Culpepper (@mculp); the current version is v1.0.0.
More Skills