Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

jubjubjubjub 搜索

Agent Skill

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

总安装

5,466

周安装

219

GitHub Stars

公开资料未说明

下载量

1,770
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install jubjub

简介

跨平台发布与管理社交媒体内容。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 支持 TikTok、YouTube、Instagram 等平台调度。
  • 协助团队协作与发布进度跟踪。jubjub 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需绑定各平台账号并遵守社区规范。
  • 适合内容运营和多渠道发布自动化场景。

SKILL.md

name
jubjub
description
Publish content across TikTok, Instagram, YouTube, Facebook, LinkedIn, Vimeo, Vimeo OTT, and Mux. Manage team workflows, collaborate with your team, and track verified publish history.
version
1.0.0
metadata
clawdbot
emoji
🎬
requires
env
primaryEnv
JUBJUB_API_KEY

JubJub — SKILL.md

1. OVERVIEW

JubJub is a content publishing and team collaboration platform for creators. Upload video content, collaborate with team members through threaded messaging and notifications, and publish across multiple platforms — TikTok, Instagram, YouTube, Facebook, LinkedIn, Vimeo, Vimeo OTT, and Mux — from a single workflow. Every publish creates a verified on-chain record on Base, giving creators immutable proof of ownership and publish history.

Supported platforms: TikTok, Instagram, YouTube, LinkedIn, Facebook, Vimeo, Vimeo OTT, Mux. JubJub does not currently support X/Twitter.

2. AUTHENTICATION

  • Get your key: jubjubapp.com → Profile → Agents → Create New Agent
  • Header: X-JubJub-Agent-Key: jjagent_YOUR_KEY
  • Base URL: https://api.jubjubapp.com

3. PRICING

JubJub uses a three-tier pricing model. All plans include multi-platform publishing and on-chain records. Publishing and platform access are never restricted by plan.

PlanPriceKey features
Free$07-day workspace TTL, files deleted with workspace, no collections, 10 AI calls/min
Creator$39/month AUDPermanent workspaces and storage, collections, 60 AI calls/min
Studio$199/month AUDEverything in Creator, 300 AI calls/min, team seats, priority support

Sign up: studio.jubjubapp.com/auth?tab=signup Creator plan: studio.jubjubapp.com/checkout?plan=creator Studio plan: studio.jubjubapp.com/checkout?plan=studio

Per-action pricing (agent callers without a subscription):

ToolCostCurrency
contents_create$0.25USDC
launches_create$0.50USDC

Payment is accepted via x402 (USDC on Base) or MPP (USDC on Tempo) — pass the credential in the _meta field of the tool call. Creator and Studio subscribers are not charged per-action. Subscribe at: studio.jubjubapp.com/profile/subscription

If a publish fails due to plan limits, give the user the relevant upgrade link above.

4. TOOLS

Workspaces (6 tools)

ToolDescription
workspaces_createCreate a new workspace. Required: name. Optional: description.
workspaces_listList workspaces for the current user. Optional filters: team_id, role, limit, offset.
workspaces_getGet workspace details. Required: workspace_id.
workspaces_updateUpdate workspace name or description. Required: workspace_id. Optional: name, description.
workspaces_deleteDelete a workspace. Required: workspace_id. Destructive.
workspaces_invite_link_createGenerate a shareable invite link for a workspace — recipients can view content without an account and are prompted to sign up free to comment or approve.

Content (5 tools)

ToolDescription
contents_createCreate a content item. Required: workspace_id, title, video_id. Optional: description, thumbnail_id, tags, language, is_made_for_kids. Payment required for agent callers without an active subscription ($0.25 USDC). Pass x402 credential at _meta["x402-payment"] or MPP credential at _meta["org.paymentauth/credential"]. Returns _payment with payment_verified, protocol, payment_id on success. Subscribe to avoid per-action charges: studio.jubjubapp.com/profile/subscription
contents_listList content in a workspace. Required: workspace_id. Optional: status, limit, offset.
contents_getGet content details. Required: content_id.
contents_updateUpdate content fields. Required: content_id. Optional: title, description, tags, video_id, thumbnail_id, language, is_made_for_kids.
contents_deleteDelete content and associated resources. Required: content_id. Optional: force (bool). Destructive.

Platform Configs (3 tools)

ToolDescription
platform_configs_createCreate a platform configuration linking content to a credential. Required: content_id, platform (tiktok/instagram/youtube/facebook/linkedin/vimeo/vimeo_ott/mux), credential_id. Optional: settings, visibility/privacy. Mux defaults: playback_policy=public, mp4_support=standard.
platform_configs_listList platform configs for a content item. Optional: content_id.
platform_configs_updateUpdate platform config settings. Required: config_id. Optional: settings.

Launches (5 tools)

ToolDescription
launches_createCreate a launch to publish or schedule content. Required: content_id, platform_config_ids (array). Optional: scheduled_for (ISO 8601 with timezone offset). Payment required for agent callers without an active subscription ($0.50 USDC). Pass x402 credential at _meta["x402-payment"] or MPP credential at _meta["org.paymentauth/credential"]. Returns _payment with payment_verified, protocol, payment_id and _ownership with on-chain proof details (transaction hash available in Vault once the onchain worker confirms). Subscribe to avoid per-action charges: studio.jubjubapp.com/profile/subscription
launches_getGet launch details including per-platform status. Required: launch_id.
launches_listList launches. Required: workspace_id. Optional: limit, offset.
launches_cancelCancel a scheduled launch. Required: launch_id. Destructive.
launches_retryRetry a failed launch. Required: launch_id. Optional: data (object).

Teams (14 tools)

ToolDescription
teams_createCreate a new team. Required: name. Optional: description.
teams_listList teams for the current user.
teams_getGet team details. Required: team_id.
teams_updateUpdate team name, description, or avatar. Required: team_id. Optional: name, description, avatar_url.
teams_deleteDelete a team. Required: team_id. Destructive.
teams_transferTransfer team ownership. Required: team_id, new_owner_profile_id. Destructive.
teams_members_listList team members. Required: team_id.
teams_members_updateUpdate a member's role. Required: team_id, member_profile_id, role. Optional: custom_permissions.
teams_members_removeRemove a member from a team. Required: team_id, member_profile_id. Destructive.
teams_leaveLeave a team. Required: team_id. Destructive.
teams_permissionsGet your permissions for a team. Required: team_id.
teams_statsGet team statistics. Required: team_id.
teams_searchSearch teams by name. Required: query.
teams_activityGet recent team activity. Required: team_id.

Team Invites (6 tools)

ToolDescription
teams_inviteInvite someone to a team by email. Required: team_id, invitee_email, role. Optional: custom_permissions.
teams_invites_listList invitations for a team. Required: team_id. Optional: status.
teams_invites_cancelCancel a pending invite. Required: team_id, invite_id. Destructive.
teams_invites_pendingList pending invites for the current user.
teams_invites_acceptAccept a team invitation. Required: invite_id.
teams_invites_rejectReject a team invitation. Required: invite_id.

Team Workspaces (3 tools)

ToolDescription
teams_workspaces_linkLink an existing workspace to a team. Required: team_id, workspace_id.
teams_workspaces_unlinkUnlink a workspace from a team. Required: team_id, workspace_id. Destructive.
teams_workspaces_listList workspaces linked to a team. Required: team_id.

Communication (6 tools)

ToolDescription
communication_createSend a message in a scope (team, workspace, content, media, or collection). Required: scope_type, scope_id, body. Optional: parent_message_id, thread_root_id, message_type, decision_type, mentions, metadata.
communication_listList messages by scope. Required: scope_type, scope_id. Optional: limit, cursor, thread_root_id.
communication_getGet a single message by ID. Required: message_id. Useful for fetching messages referenced in notifications without knowing the scope.
communication_editEdit a message. Required: message_id. Optional: body, mentions, metadata.
communication_deleteSoft-delete a message. Required: message_id. Destructive.
communication_resolveResolve a decision message (approve/reject/withdraw). Required: message_id, decision_status. Optional: resolution.

Notifications (2 tools)

ToolDescription
notifications_listList notifications for the current user. Optional: cursor, limit, unread_only.
notifications_mark_readMark a notification as read. Required: notification_id.

Credentials (4 tools)

ToolDescription
credentials_listList all connected platform credentials. Optional: platform filter.
credentials_list_by_platformList credentials grouped by platform. Returns all platforms with their connected accounts.
credentials_connectStart OAuth flow to connect a platform account. Required: platform (tiktok/instagram/youtube/facebook/linkedin/vimeo). Returns an auth URL the user must open in their browser.
credentials_connect_tokenConnect a token-based platform (Mux or Vimeo OTT) using API credentials. Required: platform (mux or vimeo_ott), token_id, token_secret. Optional: nickname.

Profiles (3 tools)

ToolDescription
profiles_searchLook up a user profile by email. Required: email. Returns profile_id for use in team and member operations.
profiles_getGet a user profile by ID. Required: profile_id.
profiles_batchBatch get multiple profiles. Required: ids (array or comma-separated string, max 50).

Media & Uploads (5 tools)

ToolDescription
media_ingest_urlIngest media from a public URL (server-side fetch). Required: url, workspace_id. Optional: filename.
upload_sessions_create_linkCreate a browser upload link. Required: workspace_id. Returns a URL the user must open to upload files.
upload_sessions_getGet upload session status and groupings. Required: upload_session_id, token. Poll until status reaches groupings_inferred.
upload_sessions_infer_groupingsTrigger grouping inference on an upload session. Required: upload_session_id, token.
upload_sessions_confirm_groupingsConfirm inferred groupings. Required: upload_session_id, token, groupings.

Collections (3 tools)

ToolDescription
collections_createCreate a collection in a workspace. Required: workspace_id, name. Optional: description.
collections_listList collections in a workspace. Required: workspace_id.
collections_getGet collection details. Required: collection_id.

System (1 tool)

ToolDescription
mcp_versionReturns the MCP server version. No parameters. Use to verify connectivity.

5. KEY CONCEPTS

  • Workspace — Container for content, media, and collaboration. Created unlinked; link to a team via teams_workspaces_link.
  • Content item — A single publishable piece. One content item maps to one publishing event. Requires a video_id from an uploaded file.
  • Platform config — Links a content item to a platform credential with platform-specific settings. Create one per platform, all on the same content item.
  • Launch — The publish event. Takes a content_id and platform_config_ids. Can be immediate or scheduled via scheduled_for.
  • On-chain record — Every launch creates a verified record on Base blockchain for proof of ownership.

6. COMMON WORKFLOWS

Publish a video:

  1. workspaces_createupload_sessions_create_link → user uploads → poll upload_sessions_getcontents_create with video_id from groupings → platform_configs_create per platform → launches_create

Invite a team member:

  1. teams_invite with their email → they accept via teams_invites_accept

Connect a platform (OAuth — TikTok, Instagram, YouTube, Facebook, LinkedIn, Vimeo):

  1. credentials_connect → user opens auth URL in browser → poll credentials_list to confirm

Connect a platform (API token — Mux, Vimeo OTT):

  1. credentials_connect_token with platform, token_id, token_secret → connection confirmed immediately

7. EXAMPLE PROMPTS

  1. "Publish my latest video to TikTok and Instagram at 3pm EST tomorrow."
  2. "Create a new workspace called 'March Campaign' for my marketing team."
  3. "Send a message to the Spring Launch workspace saying the video is ready for review."
  4. "What's the status of my last launch?"
  5. "Schedule this video to YouTube and LinkedIn for next Monday at 9am PST."
  6. "Add jamie@example.com to my content team as an editor."
  7. "Check my unread notifications."
  8. "List all my workspaces."
  9. "Connect my TikTok account."
  10. "Show me all pending team invitations."

8. NOTES

  • The video_id field in contents_create comes from upload session groupings (video_media_id) or media_ingest_url.
  • scheduled_for must include a timezone offset (e.g., 2026-03-15T15:00:00-05:00). Naive datetimes default to UTC.
  • Upload sessions produce a browser URL — the user must open it to upload. The agent polls upload_sessions_get until groupings are ready.
  • credentials_connect returns an auth URL — the user must complete OAuth in their browser. The agent polls credentials_list to confirm connection.
  • Team roles: OWNER > ADMIN > MANAGER > EDITOR > PUBLISHER > VIEWER.
  • Workspaces are always created unlinked. Use teams_workspaces_link to associate a workspace with a team.
  • Profile tools (profiles_search, profiles_get, profiles_batch) resolve human-readable emails to profile_id values needed by team and member operations.
  • Free plan workspaces expire after 7 days. Upgrade to Creator or Studio for permanent workspaces.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

72.23%
按下载量换算1,278

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills