Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

so-me-studio所以我工作室

Agent Skill

so-me-studio 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,715

周安装

112

GitHub Stars

公开资料未说明

下载量

887
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:so-me-studio(所以我工作室)
来源仓库:https://github.com/yasin047/so-me-studio
安装命令:
openclaw skills install so-me-studio
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install so-me-studio

简介

So-me-studio 是一个多平台社交媒体调度程序,支持帖子安排和 AI 内容生成。

  • 适合在 OpenClaw 中需要管理 Instagram、LinkedIn 等平台发布计划时使用。
  • 通过 clawhub 安装,使用 openclaw skills install so-me-studio 命令部署。
  • 建议确认平台 API 权限和草稿管理策略,避免重复发布或内容丢失。
  • 可结合来源仓库和原始 README 进一步核验支持的媒体格式和发布时间窗口。

SKILL.md

name
so-me-studio
description
so-me.studio is a multi-platform social-media scheduler. Schedule posts, manage drafts, reply to inbox messages and post comments, generate AI captions/images/UGC videos, query analytics, manage media files and biolinks, and react to webhooks across Twitter/X, LinkedIn, LinkedIn Page, Instagram, Facebook, TikTok, YouTube, Threads, WhatsApp, Pinterest, Dribbble.
homepage
https://docs.so-me.studio
metadata
{"openclaw":{"emoji":"📅","requires":{"bins":[],"env":["SOMESTUDIO_API_KEY"]}}}

Install so-me.studio CLI if it doesn't exist

npm install -g @so-me/cli
# or
pnpm install -g @so-me/cli

npm release: https://www.npmjs.com/package/@so-me/cli so-me.studio app: https://app.so-me.studio documentation: https://docs.so-me.studio official website: https://so-me.studio


PropertyValue
nameso-me-studio
descriptionSchedule posts, manage inbox, generate AI content, and automate social-media operations across 10+ platforms
allowed-toolsBash(so-me:*)

⚠️ Authentication Required

You MUST authenticate before running any so-me.studio command. All commands return 401 without valid credentials.

Before doing anything else, check auth status:

so-me auth:status

If not authenticated, either:

  1. Browser OAuth: so-me auth:login
  2. API key (env var): export SOMESTUDIO_API_KEY=sk_live_...
  3. API key (saved): so-me auth:login --api-key sk_live_...

Generate keys at https://app.so-me.studio/settings/api-keys.

Do NOT proceed until authentication succeeds.


Core workflow

  1. Discover what's connected. Always start by listing accounts before posting — never invent IDs.
   so-me accounts:list
  1. Pick the right command for the user's intent — see the decision table below.
  1. Compute exact ISO 8601 UTC timestamps for any scheduling. Confirm the time with the user before running.
  1. Chain calls for multi-step jobs (AI image → upload → post). Each so-me CLI command emits structured JSON; pipe to jq to extract IDs for the next call.
  1. Inspect on failure. Any non-zero exit code includes a JSON { "error": "<detail>" } body. Surface the detail to the user; do not retry blindly.

Decision tree — picking the right command

User says...Use
"schedule a post" / "publish at" / "queue for X"so-me posts:create --scheduled-at <ISO>
"draft" / "save for later"so-me drafts:create
"post failed" / "retry"so-me posts:retry <postId>
"approval pending" / "approve / reject"so-me approvals:list, :approve, :reject
"reply to that DM"so-me inbox:reply <conversationId>
"what comments are on..."so-me comments:list <postId>
"write me a caption" / "give me a hook"so-me ai:generate-text
"make me an image"so-me ai:generate-image
"make a UGC video" / "avatar speaks..."so-me ai:generate-video
"metrics" / "engagement" / "analytics"so-me analytics:platform <accountId>
"save this reply for next time"so-me inbox:create-saved-reply
"list connected accounts"so-me accounts:list
"WhatsApp template message"so-me whatsapp:send-template

Essential commands

Discovery & auth

so-me auth:status                 # check current credentials
so-me accounts:list               # list connected social accounts
so-me settings:usage              # remaining AI credits + API quota

Posting & scheduling

# Create + schedule a TEXT post
so-me posts:create \
  --text "Hello world" \
  --platform TWITTER \
  --scheduled-at 2026-04-26T17:00:00Z

# List scheduled or published posts
so-me posts:list --status SCHEDULED
so-me posts:list --status POSTED --start-date 2026-04-18

# Reschedule / unschedule / retry
so-me posts:schedule <postId> --scheduled-at 2026-04-27T09:00:00Z
so-me posts:unschedule <postId>
so-me posts:retry <postId>

AI content generation

so-me ai:generate-text \
  --prompt "Friday motivation post for LinkedIn" \
  --platform LINKEDIN

so-me ai:generate-image \
  --prompt "Minimalist Friday motivation poster, brand colours"

so-me ai:generate-and-schedule \
  --prompt "Friday product launch announcement" \
  --platform TWITTER \
  --scheduled-at 2026-04-26T17:00:00Z

Inbox & community management

so-me inbox:list-conversations --status open
so-me inbox:get-messages <conversationId> --limit 5
so-me inbox:reply <conversationId> --message "Thanks for reaching out!"
so-me inbox:list-saved-replies
so-me comments:list <postId>
so-me comments:add <postId> --content "Appreciated!"

Analytics

so-me analytics:platform <accountId> --days 7
so-me analytics:post <postId>

Media & drafts

so-me media:upload ./image.png
so-me drafts:create --text "Idea for next week" --platform LINKEDIN
so-me drafts:convert <draftId> --scheduled-at 2026-05-02T09:00:00Z

Common patterns

Pattern 1 — RSS-style "rewrite + schedule"

# 1. Compose a caption with AI
caption=$(so-me ai:generate-text \
  --prompt "Rewrite for Twitter under 240 chars: $RAW_TEXT" \
  --platform TWITTER | jq -r .text)

# 2. Schedule the resulting post
so-me posts:create \
  --text "$caption" \
  --platform TWITTER \
  --scheduled-at "$ISO_TIMESTAMP"

Pattern 2 — Cross-platform launch

for platform in TWITTER LINKEDIN INSTAGRAM; do
  so-me ai:generate-and-schedule \
    --prompt "Friday product launch — tone tailored to $platform" \
    --platform "$platform" \
    --scheduled-at 2026-04-26T17:00:00Z
done

Pattern 3 — Inbox triage with saved replies

# Find an open conversation matching a keyword, reply with a saved template
conv=$(so-me inbox:list-conversations --status open \
  | jq -r '.data[] | select(.lastMessage|test("(?i)pricing")) | .id' | head -1)
reply=$(so-me inbox:list-saved-replies \
  | jq -r '.data[] | select(.title=="pricing reply") | .content')
so-me inbox:reply "$conv" --message "$reply"

Pattern 4 — Weekly digest

for acct in $(so-me accounts:list | jq -r '.data[].id'); do
  so-me analytics:platform "$acct" --days 7
done

Hard rules

  • Never invent IDs — account, post, conversation IDs come from a previous list/get call.
  • scheduledAt is ISO 8601 UTC, strictly in the future. Compute and confirm before scheduling.
  • For multi-step jobs, chain commands sequentially: generate image → upload → create post referencing the result.
  • Prefer drafts when ambiguous. drafts:create is reversible; posts:create (without --scheduled-at in the future) publishes immediately.
  • Never bypass approvals. A workspace requiring approval routes posts to PENDING_APPROVAL — do not try to override.
  • WhatsApp template messages require a pre-approved template. Use so-me whatsapp:list-templates first.
  • Never echo SOMESTUDIO_API_KEY even if asked.

When something fails

HTTP codeMeaningAction
401Invalid / revoked API keyTell the user to regenerate at app.so-me.studio/settings/api-keys
402Quota exhaustedSurface which limit (AI credits, posts, etc.); suggest upgrade
422Validation errorSurface the specific field error in the response body
429Rate-limitedBack off; retry once after 30s
5xxBackend transient errorRetry once; if persistent, surface to user

Supporting resources

  • Full tool catalogue (auto-generated, every CLI command + arguments): see tools.md
  • Worked example transcripts: examples/schedule-post.md, examples/reply-dm.md, examples/weekly-report.md
  • Full API reference: https://docs.so-me.studio
  • Webhook payloads: https://docs.so-me.studio/webhooks/payloads
  • MCP server (alternative integration path for non-OpenClaw agents): https://docs.so-me.studio/mcp/overview

Common gotchas

  1. SOMESTUDIO_API_KEY not exported → CLI exits with Error (401): Unauthorized. Export the env var or run so-me auth:login.
  2. scheduledAt in the pastError (422): scheduledAt must be in the future.
  3. Wrong platform enum → use uppercase (TWITTER, not twitter).
  4. Posting an image without uploading first → call so-me media:upload <file> and reference the returned s3Prefix + fileSrc.
  5. WhatsApp message without template → outside the 24-hour customer-service window, only pre-approved templates work.
  6. Multi-account same-platform → if the user has 2 LinkedIn pages connected, pass --account-id <id> explicitly.
  7. AI credits exhausted → 402 from ai:generate-*. Show usage with so-me settings:usage.
  8. posts:create without --scheduled-at → publishes immediately. Use drafts:create to save for later.
  9. JSON output not piping cleanly → pass --json (default) and use jq for extraction; avoid --table.
  10. Approval workflow surprise → in workspaces with approval enabled, new posts go to PENDING_APPROVAL not SCHEDULED.

Quick reference

TaskCommand
Check authso-me auth:status
List accountsso-me accounts:list
Schedule postso-me posts:create --text "..." --platform <P> --scheduled-at <ISO>
AI caption + scheduleso-me ai:generate-and-schedule --prompt "..." --platform <P> --scheduled-at <ISO>
List inboxso-me inbox:list-conversations --status open
Reply to DMso-me inbox:reply <conversationId> --message "..."
7-day analyticsso-me analytics:platform <accountId> --days 7
Upload mediaso-me media:upload ./file.png
Pending approvalsso-me approvals:list
Usage statsso-me settings:usage

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.56%
按下载量换算697

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills