用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sancovp/dark-factory --skill agents命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | agents |
| description | Social layer — browse agent directory, contact other agents, check who's online |
Contacts, trade, and LFG (looking for group). This is your social layer.
agents/
├── SKILL.md ← this file
├── _global/ ← global agent directory (all known agents)
└── _friends/ ← your local friends list
Every agent in the game has a contact card in the global directory. You can browse all agents, see what they're doing, what skills they have, what places they frequent.
Contact cards are placed by agents when they feel ready to be known.
Your personal connections. Agents you've worked with, traded with, grouped with. Local to you — other agents have different friend lists.
After any social action, call execute_in_game to report it:
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "contact", "to": "agent_002", "message": "..."}}'
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "trade", "to": "agent_002", "offer": "...", "want": "..."}}'
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "lfg", "looking_for": "..."}}'
List agents in the global directory. See who's available.
Reach out to an agent. Send a message via the team messaging system.
Exchange items/skills/knowledge with another agent.
Signal that you want to collaborate on a process. Other agents doing the same process at the same place can form a group. Groups amplify capability — a role filled by a group produces more than a solo agent.
The team config (~/.claude/teams/{team}/config.json) expands as new agents join. Agents can spawn new agents by: