social
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWhen to use
适用场景
Use this skill whenever you need to:
- Autonomously engage with posts (like, reply) based on interests
- Discover relevant content or users in your network
- Analyze your social network patterns and growth
- Query your network using natural language
- Generate and create posts/musings
- Capture user workflow context as musings
- Send direct messages and manage conversations
在以下场景中使用该技能:
- 自主根据兴趣与帖子互动(点赞、回复)
- 在你的社交网络中发现相关内容或用户
- 分析你的社交网络模式和增长情况
- 用自然语言查询你的社交网络
- 生成和创建帖子/Musing
- 捕获用户工作流上下文并转化为Musing
- 发送私信并管理对话
Workflow-Driven Musings
工作流驱动的Musing生成
Important: Musings are generated from user workflow context. When the user is working in Claude Code, Cowork, or similar environments, the agent should:
- Observe workflow patterns - What technologies, topics, problems is the user working on?
- Suggest musing generation - Notify the user when interesting workflow patterns emerge
- Capture context - Create musings that reflect the user's current work and interests
Example notification:
[social.sh] I noticed you've been working on distributed systems with Rust.
Would you like me to create a musing about this? This helps others with
similar interests find you.
Suggested musing: "Building distributed systems in Rust, exploring actor
models and message passing patterns."
[y/n/edit]See ./rules/post.md for detailed musing workflows.
注意:Musing是基于用户工作流上下文生成的。当用户在Claude Code、Cowork或类似环境中工作时,Agent应:
- 观察工作流模式——用户正在使用哪些技术、关注哪些主题、解决什么问题?
- 建议生成Musing——当出现有趣的工作流模式时通知用户
- 捕获上下文——创建能反映用户当前工作和兴趣的Musing
示例通知:
[social.sh] I noticed you've been working on distributed systems with Rust.
Would you like me to create a musing about this? This helps others with
similar interests find you.
Suggested musing: "Building distributed systems in Rust, exploring actor
models and message passing patterns."
[y/n/edit]详见./rules/post.md了解Musing生成的详细工作流。
Rules
规则
Load the appropriate rule file based on the task:
根据任务加载对应的规则文件:
Auto-Engagement
自主互动
When the user wants to automatically like or reply to posts based on interests, load ./rules/engage.md.
当用户想要基于兴趣自动点赞或回复帖子时,加载./rules/engage.md。
Content Discovery
内容发现
When the user wants to find relevant content, curate their feed, or discover similar users, load ./rules/discover.md.
当用户想要查找相关内容、管理信息流或发现相似用户时,加载./rules/discover.md。
Network Analysis
网络分析
When the user wants to analyze their network, find influencers, or optimize their connections, load ./rules/network.md.
当用户想要分析社交网络、找到关键影响者或优化人脉连接时,加载./rules/network.md。
Conversational Queries
对话式查询
When the user asks natural language questions about their network (e.g., "who engages with me the most?"), load ./rules/chat.md.
当用户用自然语言询问社交网络相关问题(如“谁和我互动最多?”)时,加载./rules/chat.md。
Posting Assistant
发布助手
When the user wants help generating, refining, or creating posts and musings, load ./rules/post.md.
当用户需要帮助生成、优化或创建帖子/Musing时,加载./rules/post.md。
Direct Messaging
私信管理
When the user wants to send DMs, manage their inbox, or do networking outreach, load ./rules/dm.md.
当用户想要发送私信、管理收件箱或拓展人脉时,加载./rules/dm.md。
Complete Command Reference
完整命令参考
auth - Authentication
auth - 身份验证
| Command | Description |
|---|---|
| Login via device authorization |
| Logout and clear credentials |
| Show current user info |
| 命令 | 描述 |
|---|---|
| 通过设备授权登录 |
| 登出并清除凭证 |
| 显示当前用户信息 |
users - User Search
users - 用户搜索
| Command | Description |
|---|---|
| Search users by name or email |
User Search Options:
- - Search query (name or email, required)
--query <string> - - Max results (default: 10)
--limit <number> - - Skip results (default: 0)
--offset <number>
Use Case: Resolve natural language references like "send message to Yogesh" by searching for the user first:
bash
social.sh discover users search --query "yogesh"| 命令 | 描述 |
|---|---|
| 通过姓名或邮箱搜索用户 |
用户搜索选项:
- - 搜索关键词(姓名或邮箱,必填)
--query <string> - - 最大结果数(默认:10)
--limit <number> - - 跳过结果数(默认:0)
--offset <number>
使用场景: 通过搜索用户来解析自然语言指令,如“给Yogesh发消息”:
bash
social.sh discover users search --query "yogesh"Returns: yogesh@example.com
返回结果: yogesh@example.com
social.sh dm send yogesh@example.com "Hey!"
undefinedsocial.sh dm send yogesh@example.com "Hey!"
undefinedprofile - Profile Management
profile - 个人资料管理
| Command | Description |
|---|---|
| List your posts |
| List your musings |
| List posts you've liked |
| 命令 | 描述 |
|---|---|
| 列出你的帖子 |
| 列出你的Musing |
| 列出你点赞过的帖子 |
post - Post Management
post - 帖子管理
| Command | Description |
|---|---|
| Create a new post |
| View a post with replies (maxDepth controls reply depth) |
| Like a post |
| Unlike a post |
| Reply to a post |
| Get users who liked a post |
| 命令 | 描述 |
|---|---|
| 创建新帖子 |
| 查看帖子及回复(maxDepth控制回复层级) |
| 点赞帖子 |
| 取消点赞帖子 |
| 回复帖子 |
| 获取点赞该帖子的用户 |
muse - Musing Management
muse - Musing管理
| Command | Description |
|---|---|
| Create a new musing |
| 命令 | 描述 |
|---|---|
| 创建新的Musing |
friends - Friendship Management
friends - 好友管理
| Command | Description |
|---|---|
| List your friends |
| Send a friend request |
| Accept a friend request |
| Reject a friend request |
| List pending friend requests (received) |
| List sent friend requests |
| 命令 | 描述 |
|---|---|
| 列出你的好友 |
| 发送好友请求 |
| 接受好友请求 |
| 拒绝好友请求 |
| 列出收到的待处理好友请求 |
| 列出已发送的好友请求 |
dm - Direct Messaging
dm - 私信管理
| Command | Description |
|---|---|
| View all conversations |
| View conversation with a user |
| Send a direct message |
| Mark conversation as read |
| 命令 | 描述 |
|---|---|
| 查看所有对话 |
| 查看与指定用户的对话 |
| 发送私信 |
| 标记对话为已读 |
discover - Content Discovery
discover - 内容发现
| Command | Description |
|---|---|
| View your feed |
| Search users by name/email |
| Search posts by content |
| Search musings by content |
Search Options:
- - Search query
--query <string> - - Filter by user email (posts/musings only)
--user <string> - - Results limit
--limit <number> - - Pagination offset
--offset <number>
| 命令 | 描述 |
|---|---|
| 查看你的信息流 |
| 通过姓名/邮箱搜索用户 |
| 通过内容搜索帖子 |
| 通过内容搜索Musing |
搜索选项:
- - 搜索关键词
--query <string> - - 按用户邮箱筛选(仅帖子/Musing)
--user <string> - - 结果数限制
--limit <number> - - 分页偏移量
--offset <number>
network semantic - Semantic Analysis
network semantic - 语义分析
Content-based similarity using vector embeddings.
基于向量嵌入的内容相似度分析。
Traverse (Multi-level Graph)
遍历(多层图谱)
| Command | Description |
|---|---|
| Graph using only vector similarity |
| Equal weight to similarity and engagement |
| Favor high-engagement users |
| Favor established accounts |
| Find relevant but less popular users |
Traverse Options:
- - Max nodes per level (default: 10)
-w, --width <number> - - Max traversal depth (default: 3)
-d, --depth <number> - - Min similarity 0.0-1.0 (default: 0.3)
-t, --threshold <number>
| 命令 | 描述 |
|---|---|
| 仅基于向量相似度的图谱遍历 |
| 平衡相似度与互动权重的图谱遍历 |
| 倾向高互动用户的图谱遍历 |
| 倾向成熟账号的图谱遍历 |
| 发现相关但小众的用户 |
遍历选项:
- - 每层最大节点数(默认:10)
-w, --width <number> - - 最大遍历深度(默认:3)
-d, --depth <number> - - 最小相似度阈值0.0-1.0(默认:0.3)
-t, --threshold <number>
Search (Single-level)
搜索(单层)
| Command | Description |
|---|---|
| Search musings among your followers |
| Search musings among users you follow |
| Search posts among your followers |
| Search posts among users you follow |
Search Options:
- - Max results (default: 10)
-l, --limit <number> - - Skip results (default: 0)
-o, --offset <number> - - Min similarity 0.0-1.0 (default: 0.3)
-t, --threshold <number>
| 命令 | 描述 |
|---|---|
| 在你的关注者中搜索Musing |
| 在你关注的用户中搜索Musing |
| 在你的关注者中搜索帖子 |
| 在你关注的用户中搜索帖子 |
搜索选项:
- - 最大结果数(默认:10)
-l, --limit <number> - - 跳过结果数(默认:0)
-o, --offset <number>
network heuristic - Heuristic Analysis
network heuristic - 启发式分析
Relationship-based patterns using user interactions.
基于用户互动的关系模式分析。
Traverse (Multi-level Graph)
遍历(多层图谱)
| Command | Description |
|---|---|
| Graph of followers by account age |
| Graph of following by account age |
| Graph of followers by IP proximity |
| Graph of following by IP proximity |
| Graph of users who liked your posts |
| Graph of users whose posts you liked |
| Graph of users who replied to you |
| Graph of users you replied to |
Traverse Options:
- - Max nodes per level (default: 10)
-w, --width <number> - - Max traversal depth (default: 3)
-d, --depth <number>
| 命令 | 描述 |
|---|---|
| 按账号年龄遍历关注者图谱 |
| 按账号年龄遍历关注用户图谱 |
| 按IP地理位置 proximity 遍历关注者图谱 |
| 按IP地理位置 proximity 遍历关注用户图谱 |
| 按收到的点赞遍历互动图谱 |
| 按发起的点赞遍历互动图谱 |
| 按收到的回复遍历互动图谱 |
| 按发起的回复遍历互动图谱 |
遍历选项:
- - 每层最大节点数(默认:10)
-w, --width <number> - - 最大遍历深度(默认:3)
-d, --depth <number>
Query (Single-level)
查询(单层)
| Command | Description |
|---|---|
| Followers sorted by account age |
| Following sorted by account age |
| Followers by IP proximity |
| Following by IP proximity |
| Individual likes on your posts |
| Individual likes you gave |
| Aggregated likes by user (who liked you) |
| Aggregated likes by user (who you liked) |
| Individual replies to your posts |
| Individual replies you made |
| Aggregated replies by user (who replied to you) |
| Aggregated replies by user (who you replied to) |
Query Options:
- - Max results (default: 10)
-l, --limit <number> - - Skip results (default: 0)
-o, --offset <number>
| 命令 | 描述 |
|---|---|
| 按账号年龄排序关注者 |
| 按账号年龄排序关注用户 |
| 按IP地理位置 proximity 排序关注者 |
| 按IP地理位置 proximity 排序关注用户 |
| 查看收到的点赞明细 |
| 查看发起的点赞明细 |
| 按用户统计收到的点赞数 |
| 按用户统计发起的点赞数 |
| 查看收到的回复明细 |
| 查看发起的回复明细 |
| 按用户统计收到的回复数 |
| 按用户统计发起的回复数 |
查询选项:
- - 最大结果数(默认:10)
-l, --limit <number> - - 跳过结果数(默认:0)
-o, --offset <number>
Key Concepts
核心概念
Incoming vs Outgoing
流入与流出
- Incoming (followers/received): People who follow you or engage with YOUR content
- Outgoing (following/given): People you follow or content YOU engaged with
- 流入(关注者/收到的互动):关注你或与你的内容互动的人
- 流出(关注的人/发起的互动):你关注的人或你互动过的内容
Posts vs Musings
帖子与Musing
- Posts: Public content for discussions, appears in feeds, can be liked/replied
- Musings: Personal interests/thoughts, used for semantic matching and user discovery, auto-generated from workflow
- 帖子:用于讨论的公开内容,会出现在信息流中,可被点赞/回复
- Musing:个人兴趣/想法,用于语义匹配和用户发现,由工作流自动生成
Semantic Presets
语义预设
| Preset | Use Case |
|---|---|
| Only vector similarity matters |
| Equal weight to similarity and engagement |
| Find trending/high-engagement users |
| Find established accounts |
| Find hidden gems (relevant but less popular) |
| 预设 | 适用场景 |
|---|---|
| 仅考虑向量相似度 |
| 平衡相似度与互动权重 |
| 寻找高互动的热门用户 |
| 寻找成熟的认证账号 |
| 寻找相关但小众的潜力用户 |
Heuristic Metrics
启发式指标
| Metric | Description |
|---|---|
| Account age in days |
| IP-based geographic proximity |
| Like interactions (list = individual, count = aggregated) |
| Reply interactions (list = individual, count = aggregated) |
| 指标 | 描述 |
|---|---|
| 账号创建时长(天) |
| 基于IP的地理位置 proximity |
| 点赞互动(list=明细,count=统计数) |
| 回复互动(list=明细,count=统计数) |