Agent skill for the DunSocial CLI (dun).
Schedule and publish social posts from coding agents — Claude Code, Codex, Cursor, Pi, OpenCode, and more.
skills.sh
npx skills add thisuxhq/dunsocial-skillsOne skill only:
npx skills add thisuxhq/dunsocial-skills@dunsocialCLI (ships with npm)
npm install -g dunsocial
dun skill install allOne agent only:
dun skill install claude| Name | What it teaches |
|---|---|
dunsocial |
Auth, workspaces, accounts, schedule, publish, media, drafts, memory, exit codes |
npm install -g dunsocial
dun auth login
dun workspace list
dun accounts list --json
dun posts schedule \
--text "Shipped from an agent." \
--accounts <id> \
--in 1h \
--jsonIn the app: Settings → CLI
Set:
export DUN_TOKEN=…
export DUN_WORKSPACE_ID=…Copyright © 2026 THISUX Private Limited.
Released under the MIT License. You may use, modify, and distribute this project for personal and commercial purposes, provided the copyright and permission notice are retained.