← 返回 Skills 市场
edwardtechcon

Tech News

作者 edwardtechcon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xtechhotnews
功能描述
获取 X-TechCon 网站的科技热点新闻。当用户输入指定的触发词时,调用 API 获取最新的科技热点新闻并格式化输出。
安全使用建议
This skill appears to do exactly what it claims: issue an HTTPS GET to X-TechCon and format the returned news. Before installing, confirm you trust https://www.x-techcon.com (the skill will make outbound requests there), ensure python3 and the 'requests' package are installed, and be aware of a minor trigger-string mismatch between the SKILL.md examples and the code (spacing in the trigger may affect detection). No credentials or sensitive access are requested.
功能分析
Type: OpenClaw Skill Name: xtechhotnews Version: 1.0.0 The skill bundle is a standard implementation for fetching technology news from a specific API (x-techcon.com). The code in `openclaw_skill.py` performs simple string matching for triggers and uses the `requests` library to retrieve and format news data without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description state the skill fetches hot news from X-TechCon; the code and SKILL.md both call the same API URL and only require python3 + requests. There are no unrelated binaries or credentials requested.
Instruction Scope
Instructions and code only perform a single GET to https://www.x-techcon.com/api/hot_news, parse JSON, and format results. Minor mismatch: SKILL.md trigger variants include a spaced form ('X-TechCon 科技热点') while the Python TRIGGER_WORDS list contains 'X-TechCon科技热点' (no space), which could cause some intended triggers to miss; otherwise instructions do not access files, extra env vars, or external endpoints beyond the stated API.
Install Mechanism
No install spec in registry (instruction-only install). requirements.txt lists only 'requests' and SKILL.md instructs using pip install -r requirements.txt—this is proportionate for a simple HTTP client. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requests no environment variables or credentials. Its network access to a third-party site is appropriate for its purpose. There are no hidden secrets or unrelated env requirements.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no persistent installation steps beyond deploying its single Python file as described. Autonomous invocation defaults are normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xtechhotnews
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xtechhotnews 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
x_techcon_hotnews v1.0.0 – Initial Release - Fetches the latest tech news from X-TechCon based on specified trigger words. - Formats and outputs headlines, summaries, and links for each news item. - Provides a usage prompt if input does not match trigger words. - Trigger words supported: “X-TechCon 科技热点”, “科技区角热点”, “科技新闻热点”.
元数据
Slug xtechhotnews
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tech News 是什么?

获取 X-TechCon 网站的科技热点新闻。当用户输入指定的触发词时,调用 API 获取最新的科技热点新闻并格式化输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 Tech News?

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

Tech News 是免费的吗?

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

Tech News 支持哪些平台?

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

谁开发了 Tech News?

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

💬 留言讨论