← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sell-the-news
功能描述
Use Sell The News for real-time market news, WallStreetBets analysis, stock news, options data, news search, and Trump Truth Social market-impact posts. Trig...
安全使用建议
This skill is coherent and appears to only fetch read-only news/analysis from https://mcp.sellthenews.org/mcp (or an endpoint you set via SELL_THE_NEWS_MCP_ENDPOINT). Before installing, confirm you trust that endpoint and are comfortable allowing outbound HTTP calls. Ensure curl and python3 are available in the runtime environment (the scripts depend on them). Do not pass secrets or sensitive local data as tool arguments—the wrappers will send whatever JSON you provide to the remote MCP endpoint. If you worry about a malicious or misconfigured server, avoid setting SELL_THE_NEWS_MCP_ENDPOINT to untrusted hosts or run the skill in an environment with restricted network egress.
功能分析
Type: OpenClaw Skill
Name: sell-the-news
Version: 1.0.1
The skill is a legitimate interface for the Sell The News financial data service, providing tools for fetching market news, WallStreetBets analysis, and social media sentiment. It uses shell scripts (e.g., scripts/stn_mcp_call.sh) to facilitate JSON-RPC communication with the official endpoint at https://mcp.sellthenews.org/mcp. The implementation is transparent, lacks obfuscation, and contains no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's name/description align with the code: the scripts call a Sell The News MCP endpoint to fetch news/analysis. Minor mismatch: the skill requires curl and python3 at runtime (used in scripts) but the registry metadata declared no required binaries.
Instruction Scope
SKILL.md and the bundled wrappers limit activity to initializing an MCP session and calling read-only tools on the remote endpoint. Instructions do not instruct reading arbitrary local files or exfiltrating unrelated data. The wrappers parse SSE-style responses and print JSON.
Install Mechanism
No install step (instruction-only with shipped scripts) — nothing is downloaded or extracted at install time. The included shell and Python code is small and readable with no obfuscation or hidden endpoints beyond the documented endpoint.
Credentials
No required credentials are requested (Auth: none). The code does accept an optional environment override SELL_THE_NEWS_MCP_ENDPOINT to change the endpoint, but that env var was not documented in the registry metadata; ensure this is intentional. Also note that runtime requires curl and python3 even though they weren't declared as required binaries.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It only performs outbound HTTP calls when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sell-the-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/sell-the-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix wrapper execution after ClawHub install by invoking the core script via bash instead of relying on preserved executable bits.
v1.0.0
Initial release: hosted Sell The News skill with shell wrappers for live news, WSB analysis, stock news, options data, search, and Trump posts.
元数据
常见问题
Sell The News 是什么?
Use Sell The News for real-time market news, WallStreetBets analysis, stock news, options data, news search, and Trump Truth Social market-impact posts. Trig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Sell The News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sell-the-news」即可一键安装,无需额外配置。
Sell The News 是免费的吗?
是的,Sell The News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sell The News 支持哪些平台?
Sell The News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sell The News?
由 Nitan SDE(@nitansde)开发并维护,当前版本 v1.0.1。
推荐 Skills