← 返回 Skills 市场
minilozio

X Research But Cheaper

作者 minilozio · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
793
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install x-research-but-cheaper
功能描述
X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to sea...
安全使用建议
This skill appears to be what it says: a CLI wrapper around TwitterAPI.io. Before installing, note: 1) it requires a TwitterAPI.io API key (TWITTERAPI_KEY) — only provide that credential if you trust twitterapi.io and want the skill to make requests on your behalf; the code does not print the key but agent session logs could capture tool calls, so prefer a system env var and ensure your agent does not log secrets. 2) The tool reads/writes local files under the skill directory (data/cache and data/watchlist.json) — expect local cache/watchlist files to be created. 3) Running commands uses `npx tsx ...` which may transiently download the `tsx` runner from npm if you don't already have it installed; if you prefer to avoid on-the-fly npm fetches, install a local runner or compile ahead of time. 4) The repository and endpoints are visible in the code (api.twitterapi.io); if you have policy concerns, verify the third-party service and its pricing. Overall the bundle is coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: x-research-but-cheaper Version: 1.0.1 The OpenClaw AgentSkills bundle 'x-research-but-cheaper' is designed for X/Twitter research via TwitterAPI.io. All network communication is directed to the legitimate `https://api.twitterapi.io` endpoint. API keys (`TWITTERAPI_KEY`) are read from environment variables, and the `README.md` provides explicit security warnings regarding potential logging by AI agents, recommending secure handling. File system operations for caching (`scripts/lib/cache.ts`) and saving output (`scripts/x-search.ts`) are confined to the skill's `data/` directory, and filenames are sanitized to prevent path traversal. There is no evidence of data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection designed to subvert the AI agent for malicious purposes.
能力评估
Purpose & Capability
Name/description map to code and instructions: the tool only needs a TWITTERAPI_KEY, talks to api.twitterapi.io, provides search/profile/thread/watchlist/cache features, and requires Node to run the included TypeScript CLI. Requested items are proportionate to its purpose.
Instruction Scope
SKILL.md instructs running the included TypeScript CLI (npx tsx x-search.ts) and setting TWITTERAPI_KEY. Runtime behavior is limited to calling TwitterAPI.io endpoints, local caching (data/cache), and watchlist storage (data/watchlist.json). It does not instruct reading unrelated credentials or system paths.
Install Mechanism
There is no packaged install spec (it's effectively instruction-first) and the scripts are TypeScript. The docs say "no npm install needed — zero dependencies" but runtime examples use `npx tsx ...` which may transiently fetch the `tsx` runner from the npm registry if not installed locally. That's a common pattern but does mean a network fetch of a runner package at execution time (moderate-risk compared to a purely local binary). No downloads from arbitrary URLs or extraction of archives are present.
Credentials
Only TWITTERAPI_KEY is declared as the primary credential and is used consistently by the api wrapper. No other SECRET/TOKEN env vars or unrelated credentials are requested. The SKILL.md and code read only process.env.TWITTERAPI_KEY.
Persistence & Privilege
The skill does local persistence only (data/cache and data/watchlist.json) and does not request always:true or modify other skills or global agent settings. It will write cache/watchlist files in its own skill directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-research-but-cheaper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-research-but-cheaper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added metadata block to SKILL.md with requirements, tags, and website details. - Declared required CLI tools (node, npx) and primary environment variable (TWITTERAPI_KEY) in metadata. - Added hints for API key setup and categorized the skill for easier discovery. - No changes to CLI usage or research workflow.
v1.0.0
x-research 1.0.0 – Initial Release - Launches a full-featured X/Twitter research CLI using TwitterAPI.io (no X Dev Portal account needed). - Supports advanced search, profile analysis, thread reading, user monitoring, and sourced briefings. - Includes watchlists, trending topics, community research, and cost estimation per command. - Built for agentic research workflows with caching to reduce API costs. - Requires Node.js 18+ and a TwitterAPI.io key; zero dependencies, ready out of the box. - Complete documentation provided in SKILL.md.
元数据
Slug x-research-but-cheaper
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

X Research But Cheaper 是什么?

X/Twitter research skill powered by TwitterAPI.io. Agentic search, profile analysis, thread reading, watchlists, and sourced briefings. Use when asked to sea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 793 次。

如何安装 X Research But Cheaper?

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

X Research But Cheaper 是免费的吗?

是的,X Research But Cheaper 完全免费(开源免费),可自由下载、安装和使用。

X Research But Cheaper 支持哪些平台?

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

谁开发了 X Research But Cheaper?

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

💬 留言讨论