← 返回 Skills 市场
meimakes

xqueue

作者 Mei Park · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
608
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install xqueue
功能描述
File-based X/Twitter post scheduler. Drop tweets into day/time folders, they post automatically. No frontend, no app — your file system is the UI.
安全使用建议
This skill appears to do exactly what it says: run the included Python scripts on a cron schedule to post files from a folder tree to X. Before installing/running: 1) protect the four X API credentials (they allow posting as your account); prefer environment variables or a secure keychain entry; 2) be aware deleteAfterPost is true by default (files are removed after posting); enable dry-run initially to verify behavior; 3) the script uses the macOS 'security' command as an optional keychain fallback and may call the local 'openclaw' CLI for notifications if available — if you don’t want that, don’t install/run the OpenClaw CLI and/or remove that notification call; 4) review cron setup and the configured xqueue path to ensure files live where you expect. Other than those operational considerations, there are no incoherent permissions, unexplained network hosts, or unexpected persistence behaviors.
功能分析
Type: OpenClaw Skill Name: xqueue Version: 1.0.5 The xqueue skill is a legitimate file-based Twitter scheduler that manages posts via a directory structure. It includes robust logic for OAuth1 authentication, media handling, and thread management, with proactive security measures such as path traversal checks in xqueue-post.py and xqueue-setup.py. All sensitive operations, including macOS Keychain access and network calls to api.x.com, are explicitly declared and aligned with the tool's stated functionality.
能力评估
Purpose & Capability
Name/description (file-based X post scheduler) match what the code and SKILL.md do: create folder structure, read .md files, post to X via OAuth1, upload media, and log actions. Required binaries (python3) and pip deps (requests, requests-oauthlib) are appropriate and expected.
Instruction Scope
SKILL.md instructs running the included scripts (setup + cron-runner). The code only reads/writes the xqueue folders, a posted.log, and a notifications.log in ~/.openclaw — all described in metadata. It accesses credentials (env or macOS keychain) which is necessary to call X APIs. There are no instructions to read arbitrary user files or exfiltrate data to unrelated endpoints.
Install Mechanism
No install spec (instruction+code only). The skill ships Python scripts and expects the user to run them; nothing is downloaded at install time and no third‑party installers or remote archives are used.
Credentials
Requested environment variables are the four standard X/Twitter OAuth credentials needed to post: X_CONSUMER_KEY, X_CONSUMER_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET. The optional macOS keychain fallback uses the local 'security' utility to read credentials — consistent with the fallback behavior. No unrelated secrets or external API keys are requested.
Persistence & Privilege
Skill is not marked always:true and does not attempt to persist itself or modify other skills. It makes a best-effort notification call to the OpenClaw CLI (openclaw wake) and writes to its own notification/log files only. No elevated privileges or cross-skill config modifications are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xqueue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xqueue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Cross-list sync from workspace
v1.0.4
Fixed permissions scope declaration — now accurately declares macOS Keychain and openclaw CLI access to resolve ClawHub security scanner scope mismatch
v1.0.3
Security: replaced hand-rolled OAuth 1.0a with requests-oauthlib, fixed path traversal in setup script
v1.0.2
Fix metadata format
v1.0.1
Fix security scan: declare required credentials in metadata, sanitize logFile path, remove hardcoded keychain account
v1.0.0
Initial release — file-based X/Twitter post scheduler
元数据
Slug xqueue
版本 1.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

xqueue 是什么?

File-based X/Twitter post scheduler. Drop tweets into day/time folders, they post automatically. No frontend, no app — your file system is the UI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 608 次。

如何安装 xqueue?

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

xqueue 是免费的吗?

是的,xqueue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

xqueue 支持哪些平台?

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

谁开发了 xqueue?

由 Mei Park(@meimakes)开发并维护,当前版本 v1.0.5。

💬 留言讨论