Install
$ agentstack add skill-orkas-ai-orkas-awesome-agentskills-social-publish ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Social Publish
When to Use
Use this skill when the user already has prepared content and wants help placing it into a platform editor.
Use for:
- filling title, body, tags, topics, summary, category, cover, images, or videos.
- saving a draft when the platform supports drafts.
- stopping on the editor or final confirmation page when drafts are unavailable.
- helping the user finish manual review before they publish themselves.
Do not use this skill to write or optimize the content. Use social-writer for that.
Hard Safety Boundary
This skill must not click final irreversible actions, including:
- publish, post, send, submit, create topic, submit for review, pay, boost, advertise, or equivalent controls.
- accepting original/advertising/legal declarations without user confirmation.
- bypassing login, CAPTCHA, SMS, 2FA, platform risk control, paid features, or account limits.
The final publish action must be performed manually by the user.
Tools And Capabilities
This skill depends on visible browser automation and local file access:
- visible browser control: open pages, click, type, paste, inspect page state.
- Chrome or Edge remote debugging if required by the available browser automation tool.
- local file reading: load content from markdown/text files and verify media paths.
- clipboard or editor input: paste long articles, captions, tags, and structured fields.
- upload controls: upload images, videos, covers, or attachments when the user provided local paths.
- page state checks: re-read the page after navigation, login, upload, dialogs, or save actions.
Workflow
- Confirm the publishing task:
- platform, content type, title, body source, tags/topics, media paths, cover, summary, category, author, and login state.
- whether "save draft" is required or stopping in the editor is acceptable.
- Prepare content:
- read local files if requested.
- verify image/video paths exist.
- preserve original content; do not silently rewrite.
- Open the platform editor:
- use a visible browser.
- if login, CAPTCHA, 2FA, account risk, or payment appears, stop and let the user handle it.
- Fill fields carefully:
- inspect the page before interacting.
- fill one field at a time.
- upload media and wait for completion before continuing.
- after page changes, inspect again and avoid stale element references.
- Handle platform-specific choices:
- ask the user for ambiguous declarations, category choices, copyright/original settings, ad labels, cover cropping, or paid promotion.
- do not guess high-impact settings.
- Stop safely:
- save draft if available and verify the save state when possible.
- otherwise stop in the editor or pre-publish confirmation page.
- explicitly report which final action was not clicked.
Platform Scope
Stable or expected targets:
- Xiaohongshu: image/text/long-form draft preparation.
- WeChat Official Account: article draft preparation.
- X: compose box preparation, draft/stop before post.
- Zhihu: answer/post/idea preparation.
- Weibo: compose preparation; may need to stop in editor if draft support is weak.
- Juejin: article draft preparation.
- Linux.do: topic draft preparation; stop before creating topic.
Other platforms can be attempted only after inspecting the actual page flow.
Return Format
# Social Publish Result
## Status
Success / Partial success / Failed / Stopped for manual confirmation
## Platform And Content
Platform:
Content type:
Title:
Media:
## Completed
- ...
## Needs User Confirmation
- ...
## Final Actions Not Performed
- ...
## Risks Or Errors
- ...
## Current Page State
- ...
Dependencies
- Visible browser automation must be available.
- The user must provide or complete platform login.
- Local files and media paths must be accessible.
- Platform UI may change and require re-inspection.
Limits
- Never click final publish or equivalent irreversible controls.
- Do not bypass security, login, risk checks, or paid capabilities.
- Do not guarantee draft persistence, platform review, moderation, reach, or account status.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Orkas-AI
- Source: Orkas-AI/Orkas-Awesome-AgentSkills
- License: MIT
- Homepage: https://orkas.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.