← 返回
未分类 Key

Wahlu — Social media automation, scheduling, publishing, and API for Instagram, TikTok, LinkedIn, Facebook, YouTube

Social media automation for AI agents. Create posts, schedule content, upload media, manage queues, track publications, organise ideas, and publish across In...
面向AI智能体的社交媒体自动化:创建帖子、安排内容、上传媒体、管理队列、跟踪发布、整理创意,并跨平台发布。
steviebuilds
未分类 clawhub v1.0.3 1 版本 99523.8 Key: 需要
★ 0
Stars
📥 209
下载
💾 1
安装
1
版本
#latest

概述

Wahlu — Social Media Manager for AI Agents

Wahlu lets your agent create, schedule, and publish social media posts across Instagram, TikTok, LinkedIn, Facebook, and YouTube — all from the command line.


Setup

# Set your API key (get one at wahlu.com under Settings > API Keys)
export WAHLU_API_KEY=wahlu_live_...

No global install needed — use npx @wahlu/cli to run any command.


Core Workflow

  1. List brandsnpx @wahlu/cli brand list
  2. Switch to a brandnpx @wahlu/cli brand switch
  3. List integrationsnpx @wahlu/cli integration list (get integration IDs for scheduling)
  4. Create a postnpx @wahlu/cli post create --name "Title" --instagram '{"description":"Caption","post_type":"grid_post"}'
  5. Schedule itnpx @wahlu/cli schedule create --at 2026-03-15T14:00:00Z --integrations
  6. Upload medianpx @wahlu/cli media upload ./photo.jpg (returns a media ID)
  7. Check publicationsnpx @wahlu/cli publication list

Use npx @wahlu/cli --help and npx @wahlu/cli --help to discover all commands and options. Always use --json when you need to parse output.


What You Can Do

CapabilityCommands
------
Post to 5 platformspost create with --instagram, --tiktok, --facebook, --youtube, --linkedin
Schedule postsschedule create with --at (ISO 8601) and --integrations
Upload images & videomedia upload — supports PNG, JPG, GIF, WebP, MP4, MOV, WebM
Manage posting queuesqueue list, queue add
Save content ideasidea create "Name" --description "Details"
Organise with labelslabel create "Campaign" --color "#ff5500"
View publish historypublication list — see status, platform, failure reasons
List connected accountsintegration list — find integration IDs for scheduling

Platform-Specific Settings

Each platform has its own settings passed as JSON:

  • Instagram--instagram '{"description":"...","post_type":"grid_post|reel|story","media_ids":["mid-123"]}'
  • TikTok--tiktok '{"description":"...","post_type":"video|image|carousel","media_ids":["mid-123"]}'
  • Facebook--facebook '{"description":"...","post_type":"fb_post|fb_story|fb_reel|fb_text","media_ids":["mid-123"]}'
  • YouTube--youtube '{"title":"...","description":"...","post_type":"yt_short|yt_video","media_ids":["mid-123"]}'
  • LinkedIn--linkedin '{"description":"...","post_type":"li_text|li_image|li_video","media_ids":["mid-123"]}'

Quick Examples

# Upload an image and create a cross-platform post
npx @wahlu/cli media upload ./photo.jpg
# → media ID: mid-abc123

npx @wahlu/cli post create --name "New product launch" \
  --instagram '{"description":"Just launched!","post_type":"grid_post","media_ids":["mid-abc123"]}' \
  --tiktok '{"description":"Just launched!","post_type":"image","media_ids":["mid-abc123"]}' \
  --linkedin '{"description":"Just launched!","post_type":"li_image","media_ids":["mid-abc123"]}'

# Schedule for tomorrow at 9am
npx @wahlu/cli schedule create <content-item-id> \
  --at 2026-03-15T09:00:00Z \
  --integrations int-123 int-456 int-789

Rules

  • Always confirm with the user before publishing or scheduling
  • Use npx @wahlu/cli integration list to find integration IDs — never guess them
  • Use ISO 8601 format for all dates
  • Use --json flag when you need to parse command output programmatically

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-12 05:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,370 📥 319,641
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,223 📥 267,291
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,922