← 返回 Skills 市场
berthelol

X-Twitter news search

作者 berthelol · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
61
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-twitter-news-search
功能描述
Use this skill to search Twitter/X for recent tweets matching keywords and engagement filters. Returns raw tweet data (text, author, likes, retweets, views,...
安全使用建议
This skill appears coherent: it simply calls the X/Twitter API and returns filtered tweet JSON. Before installing, be aware you must provide a valid TWITTER_BEARER_TOKEN (keep it secret), expect pay-per-use charges and rate limits noted in the docs, and confirm the API hostname (api.x.com) matches the official API for your account. The doc suggests storing the token with a local tool ('hermes') — you don't have to use that; store the token safely. If you plan to let agents call this skill autonomously, remember it will be able to make live API requests using your bearer token, so grant access only if you trust the agent's behavior and budget constraints.
功能分析
Type: OpenClaw Skill Name: x-twitter-news-search Version: 1.0.0 The skill is a legitimate tool for searching Twitter/X using the official API v2. It uses standard system utilities (curl, jq, date) to fetch and process tweet data, and its instructions in SKILL.md are strictly aligned with its stated purpose without any signs of data exfiltration, malicious execution, or prompt injection.
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, required binaries (curl, jq), and the single required env var (TWITTER_BEARER_TOKEN) match the declared purpose of calling the Twitter/X REST API and parsing JSON. Nothing requested appears unrelated to fetching tweets.
Instruction Scope
SKILL.md only describes building queries, calling the API endpoint, and jq-based local filtering/formatting. It does not instruct reading unrelated files, scanning system state, or sending data to third-party endpoints. One minor note: the doc suggests saving the token with a 'hermes config set' command (a tool not listed as required) — this is a user convenience, not required for the skill to run.
Install Mechanism
This is instruction-only with no install spec or downloaded code. That minimizes filesystem and supply-chain risk.
Credentials
Only TWITTER_BEARER_TOKEN is required (declared as primaryEnv). No unrelated secrets or many environment variables are requested. The token is proportionate for API access.
Persistence & Privilege
always:false and no special persistent privileges are requested. The skill does not modify other skills or system-wide config. Autonomous invocation is allowed by platform default but is not elevated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-twitter-news-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-twitter-news-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of x-twitter-news-search skill. - Enables searching Twitter/X for recent tweets using keywords and engagement filters. - Returns raw tweet data (text, author info, likes, retweets, views, URL); no formatting or summarization. - Requires a Twitter/X API Bearer Token and standard command-line tools (curl, jq). - Supports language filters, configurable engagement thresholds, and flexible query parameters. - Designed for use by other agents or cron jobs as a tweet data fetch/filter utility.
元数据
Slug x-twitter-news-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

X-Twitter news search 是什么?

Use this skill to search Twitter/X for recent tweets matching keywords and engagement filters. Returns raw tweet data (text, author, likes, retweets, views,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 X-Twitter news search?

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

X-Twitter news search 是免费的吗?

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

X-Twitter news search 支持哪些平台?

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

谁开发了 X-Twitter news search?

由 berthelol(@berthelol)开发并维护,当前版本 v1.0.0。

💬 留言讨论