📣
AutomationShell

Social Push

by jihe520

Social Push is an Automation skill for Claude Code, published by jihe520 in social-push.

506 stars79 forkson jihe520/social-pushAdded 2026/08/26+1% in starsRepository updated 2026/06/28
agentclaude-codeskillsocial-media
Install in seconds
Install Social Push
Copy Social Push into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jihe520/social-push/tree/main/skills/social-push ~/.claude/skills/social-push

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jihe520/social-push.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/social-push/SKILL.md in jihe520/social-push
Installs to
~/.claude/skills/social-push
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What Social Push does

Social Push uses agent-browser to upload articles, images, or text to social platforms and save them as drafts. Use it when you need to prepare a post for a supported network without publishing it yourself.

Social Push is cataloged under Automation on DirSkills. Social Push comes from a repository tagged agent, claude-code, skill and social-media.

Documentation

README

用户输入 $ARGUMENTS

Social-push Skill

你需要使用 bash 运行 agent-browser,并参考 references 中对应平台的 workflow,帮助用户将文章、图片上传到对应的社交平台上

Rules

  1. 打开用户浏览器:open -na "Google Chrome" / "Microsoft Edge" --args --remote-debugging-port=9222, 确保用户打开的浏览器支持远程调试
  2. 使用 agent-browser --auto-connect 自动连接用户的浏览器
  3. 最终操作只能是暂存草稿,禁止自动点击"发布"按钮,由用户自行确认发布
  4. 每步操作后用 agent-browser snapshot -i 确认元素 ref,因为页面状态变化可能导致 ref 编号变化

Core Workflow

  1. 确认发布信息 调用 AskUserQuestion tool:目标平台(还是添加新平台)、内容类型、内容来源(文件路径/直接输入/ai 创作)、标题、话题标签
  2. 简单了解 agent-browser --help 可用命令
  3. 读取 references 中对应平台和内容类型的 workflow
  4. 严格按照 workflow 中的步骤逐步执行

Self-evolution

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Social Push

  • What else does jihe520 publish alongside Social Push?

    Social Push is one of 2 skills that DirSkills catalogs from jihe520/social-push, the repository it ships in. Its siblings there include Agent Browser. Each one is a separate skill with its own page in this directory, installs the same way Social Push does, and is maintained by jihe520 in that same repository. The rest of the collection is listed on the jihe520/social-push page.

  • How does Social Push compare to other Automation skills?

    Social Push ranks #1347 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Social Push against them. Open each page to compare what they document and how they install.