← Back to Skills Marketplace
callmedas69

Social Post

by Mr. TeeClaw · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
2094
Downloads
0
Stars
4
Active Installs
4
Versions
Install in OpenClaw
/install social-post
Description
Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster.
Usage Guidance
This skill is functionally aligned with its stated goal (posting to X and Farcaster) but has multiple red flags you should resolve before installing or using it with real credentials: - Missing dependency declarations: the code calls node, npm, and inlined node scripts and uses Python libraries (requests, requests_oauthlib), but the registry only lists bash, curl, jq, python3, shuf. Add node/npm and the Python deps or run in a controlled environment. - High-value secrets: Farcaster requires custodyPrivateKey and signerPrivateKey in a JSON file. These are wallet private keys — anyone with them can spend funds and post as you. Do NOT populate the credentials file on a machine you don't control or expose those keys to an untrusted environment. - Hard-coded absolute paths: scripts reference /home/phan_harry/.openclaw and a farcaster-agent workspace repo. Update paths to be configurable (e.g., respect $HOME or an env var) and avoid referencing other skills' repos on disk. - Autonomy risk: the skill can run without interactive confirmation (there is a --yes flag and the agent may invoke the skill autonomously). With private keys present it could post or spend funds; only enable autonomous invocation if you trust the skill and its maintainer. - Missing install instructions for npm dependencies: the Farcaster posting uses '@farcaster/hub-nodejs', ethers, and a local x402 submit implementation. Verify and audit those JS dependencies (npm install) before running; run in an isolated/sandboxed environment. - Behaviour to consider: the 'auto-variation' feature is explicitly designed to bypass duplicate-detection — that may violate platform rules; consider whether you want that capability. Recommended actions before use: 1) Review the full code (especially lib/farcaster.sh and any JS files under the referenced farcaster-agent repo). 2) Remove or change hard-coded paths to use configurable locations. 3) Ensure metadata lists all required env vars and binaries (including node/npm and Farcaster credential file). 4) Test in a throwaway account and in an isolated environment. 5) If you will store private keys, use hardware wallets or a secure signing service rather than plaintext files when possible. 6) If you do not trust the author, do not provide your Farcaster private keys or production X credentials.
Capability Analysis
Type: OpenClaw Skill Name: social-post Version: 1.4.0 The skill is classified as suspicious due to its reliance on unstated external dependencies for core functionality. Specifically, `lib/twitter.sh` attempts to execute `/home/phan_harry/.openclaw/workspace/scripts/twitter-post.sh` for text-only Twitter posts, but this script is not included in the bundle. Additionally, `lib/farcaster.sh` implicitly depends on the internal file structure and code (`./src/x402`) of another OpenClaw skill located at `/home/phan_harry/.openclaw/workspace/skills/farcaster-agent/repo`, which introduces a supply chain risk. While the skill's stated purpose is benign and its direct code does not show malicious intent, these unmanaged external dependencies elevate its risk profile.
Capability Assessment
Purpose & Capability
The skill's name/description (posting to X and Farcaster) matches the code's intent, but the registry metadata only declares X API env vars while the code requires Farcaster custody/signing keys (JSON file) and depends on node/npm and JS libraries. The skill also references another skill's repo path (farcaster-agent) which ties it to external code not declared in metadata. Expected: Farcaster credentials and node/npm declared; they are not.
Instruction Scope
SKILL.md and the scripts reference and read sensitive files in a hard-coded user path (/home/phan_harry/.openclaw/.env and /home/phan_harry/.openclaw/farcaster-credentials.json), source another workspace repo, and run inline node scripts that accept private keys from disk/ENV. They upload images to third-party hosts (catbox.moe, uguu.se) and call external APIs (Base RPC, TinyURL, Neynar Hub). While these actions are functionally necessary to post, the hard-coded paths, cross-skill repo usage, and lack of clear bounds increase risk and surprise.
Install Mechanism
There is no install spec, but the code requires runtime pieces not listed in metadata: node and npm (used via node -e and npm run), and Python packages (requests, requests_oauthlib) are referenced but not installed. This mismatch means the skill will fail or require ad-hoc installs; lack of an explicit install step also hides which third-party packages (npm dependencies) will run.
Credentials
Registry requires only X_ API env vars, but the runtime needs Farcaster custodyPrivateKey and signerPrivateKey stored in a JSON file — these are high-value secrets (wallet private keys). The skill also suggests managing multiple account-prefixed env vars and sources a specific .env path. Required secrets and config locations are not fully declared in metadata, increasing the chance of accidental secret exposure.
Persistence & Privilege
always:false (good). However the skill can run autonomously (default) and, once granted access to the declared .env and the Farcaster credentials file, it can post transactions and spend funds from the custody wallet without further interaction. Combine that capability with the high-privilege private keys and missing dependency declarations — this increases blast radius if misused. The skill does not request to modify other skills or global settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-post
  3. After installation, invoke the skill by name or use /social-post
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.0
Auto-variation feature: Avoid Twitter's duplicate content detection with --vary flag. Automatically introduces subtle, natural differences (emojis, punctuation, spacing, synonyms) to bypass anti-spam blockers when posting from multiple accounts.
v1.3.0
Multi-account support: Manage multiple Twitter accounts with --account flag. Dynamic credential switching, backward compatible with existing setups.
v1.2.0
Add reply functionality for Twitter and Farcaster. Reply to specific tweets and casts with text and images. All posting features available for replies (link shortening, truncation, image uploads).
v1.0.0
Initial release: Post to Twitter & Farcaster with thread support, link shortening, and image uploads. Features character limit validation, auto-threading, image embeds, and cross-platform posting.
Metadata
Slug social-post
Version 1.4.0
License
All-time Installs 4
Active Installs 4
Total Versions 4
Frequently Asked Questions

What is Social Post?

Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster. It is an AI Agent Skill for Claude Code / OpenClaw, with 2094 downloads so far.

How do I install Social Post?

Run "/install social-post" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Social Post free?

Yes, Social Post is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Social Post support?

Social Post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Social Post?

It is built and maintained by Mr. TeeClaw (@callmedas69); the current version is v1.4.0.

💬 Comments