← 返回 Skills 市场
yeat

Feishu News

作者 Yeats · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-news
功能描述
A skill to fetch and reference news information from Feishu when interacting with users.
使用说明 (SKILL.md)

Feishu News Skill

This skill enables fetching and referencing news information from Feishu when interacting with users. It provides a way to incorporate current news sources into conversations.

Usage Examples

  • "Fetch latest news from Feishu"
  • "Show me recent news articles"
  • "Reference news sources in our conversation"
  • "Get news updates from Feishu"

Available Functions

  • fetch_news(): Retrieves latest news from Feishu
  • reference_source(article_id): References a specific news source
  • format_news(news_data): Formats news data for user presentation
  • get_news_sources(): Returns available news sources

How It Works

This skill integrates with Feishu's news system to provide current information. When users request news or references, the skill:

  1. Fetches relevant news articles from Feishu
  2. Formats the information with proper source attribution
  3. Presents the information to the user with clear references

Integration Details

The skill uses Feishu's API to access news content and ensures proper attribution of news sources when referenced in conversations.

安全使用建议
This skill advertises live Feishu news integration but the provided Python code is a local mock that returns hard-coded articles and does not call Feishu or require credentials. Before installing, confirm whether you expect a stub or a real integration: if you need live data, ask the publisher how credentials are supplied and whether the skill will use secure auth flows. Be cautious about installing requirements (feishu-sdk, requests, beautifulsoup4, pandas) on systems where third-party packages are sensitive. If you plan to use this in production, request a real implementation that documents required env vars, auth steps, and network endpoints; otherwise treat it as a demo/stub only.
功能分析
Type: OpenClaw Skill Name: feishu-news Version: 1.0.0 The feishu-news skill is a mock implementation designed to demonstrate fetching and formatting news articles from Feishu. The code in scripts/fetch_news.py contains only hardcoded sample data and basic string formatting logic, with no actual network requests, file system access, or sensitive data handling. All documentation in SKILL.md and README.md is consistent with the stated purpose, and no signs of prompt injection or malicious intent were detected.
能力评估
Purpose & Capability
The name/description promise fetching current news from Feishu. The repository includes a requirements.txt with feishu-sdk and network-related libraries (requests, bs4) — which matches the stated purpose — but the actual implementation (scripts/fetch_news.py) is a static mock returning hard-coded items and does not call any Feishu API. That inconsistency (advertised live integration vs. mock code) is unexplained.
Instruction Scope
SKILL.md instructs the agent to fetch news from Feishu and lists functions like fetch_news() and reference_source(). It does not instruct the agent to read system files or unrelated secrets, which is good, but it also gives no guidance about authentication or where to obtain API credentials. The instructions claim API integration but provide no runtime steps to configure auth, leaving an implementation gap.
Install Mechanism
There is no install spec (instruction-only), so nothing will be fetched from arbitrary URLs. A requirements.txt declares feishu-sdk, requests, beautifulsoup4, and pandas; these are plausible for a news-fetching skill, though pandas may be heavier than necessary for simple formatting. The lack of an install script means package installation behavior depends on the host platform — not on the skill itself.
Credentials
The skill requests no environment variables or credentials, but real Feishu API integration typically requires credentials (API key/secret or OAuth tokens). The absence of declared env vars or primary credential is inconsistent with the stated API usage and could indicate an incomplete stub or an assumption that credentials will be provided elsewhere (which increases risk).
Persistence & Privilege
always is false and there is no indication the skill requests persistent or elevated privileges, nor does it modify other skills or system-wide configuration. Autonomous invocation is allowed but that's the platform default and not by itself concerning here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Feishu News Skill. - Enables fetching and referencing news from Feishu in user interactions. - Provides functions to retrieve, format, and reference news articles and sources. - Integrates with Feishu’s API for access to current news content. - Ensures proper source attribution when presenting news information.
元数据
Slug feishu-news
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Feishu News 是什么?

A skill to fetch and reference news information from Feishu when interacting with users. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。

如何安装 Feishu News?

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

Feishu News 是免费的吗?

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

Feishu News 支持哪些平台?

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

谁开发了 Feishu News?

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

💬 留言讨论