← 返回 Skills 市场
callmedas69

Social Post

作者 Mr. TeeClaw · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
2094
总下载
0
收藏
4
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug social-post
版本 1.4.0
许可证
累计安装 4
当前安装数 4
历史版本数 4
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2094 次。

如何安装 Social Post?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-post」即可一键安装,无需额外配置。

Social Post 是免费的吗?

是的,Social Post 完全免费(开源免费),可自由下载、安装和使用。

Social Post 支持哪些平台?

Social Post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Social Post?

由 Mr. TeeClaw(@callmedas69)开发并维护,当前版本 v1.4.0。

💬 留言讨论