← 返回 Skills 市场
frankieway

慧科小爱舆情数据同步

作者 FrankieWay · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
208
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install yuqing-sync-skill
功能描述
Incrementally fetch data from Huike/Xiaoai API and write to Feishu Bitable, supporting automatic partitioning for tables over 10,000 records.
安全使用建议
This skill appears to do exactly what it says: call the Huike/Xiaoai API and write records into a Feishu Bitable. Before installing, note: (1) you must provide a Feishu APP_ID/APP_SECRET and a Xiaoai token — grant these only to a dedicated app/account with minimal permissions; (2) the skill caches tokens and key lists under a .cache directory next to the code (these files contain sensitive tokens/IDs), so avoid running it on shared machines or where others can read the skill directory; (3) network calls are limited to the Feishu open API and the configured Huike base URL (default wisers-data-service...), so review the base URL if you plan to change it; (4) review the Feishu app scopes you grant (bitable read/write) to limit blast radius. If you need higher assurance, request a review of the Feishu app permissions and verify the Xiaoai token scope and rotation policy.
功能分析
Type: OpenClaw Skill Name: yuqing-sync-skill Version: 1.1.0 The skill bundle is a legitimate data synchronization tool designed to pull records from the Wisers API and push them to Feishu Bitable. It handles sensitive credentials (APP_ID, APP_SECRET, and API tokens) as expected for its stated purpose. The code in excel_to_feishu_bitable.py and sync_skill.py follows standard practices for API integration, including token caching, retry logic, and concurrency, with network access restricted to the authorized domains (open.feishu.cn and wisersone.com.cn). No malicious intent, exfiltration, or prompt injection risks were identified.
能力评估
Purpose & Capability
Name/description say it fetches from Huike/Xiaoai and writes to Feishu Bitable; SKILL.md inputs (app_id, app_secret, xiaoai_token, bitable_url, base URL) and the Python code implement exactly that. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Entrypoint runs sync_skill.py which reads the declared inputs and calls excel_to_feishu_bitable. The code only reads/writes a local .cache directory (tenant token and key cache) and performs HTTP calls to Feishu and the configured Huike/Xiaoai base URL. It does not read arbitrary system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only skill) beyond shipping Python source files. The package will place code on disk (normal for a code-based skill) but there are no external installers, downloads, or archive extraction steps.
Credentials
Required secrets (Feishu APP_ID/APP_SECRET, Xiaoai token) are proportional to the described integration. The skill caches the tenant_access_token and some key lists to a local .cache file — reasonable for performance but these files contain tokens/IDs and should be treated as sensitive.
Persistence & Privilege
always is false; the skill does not request permanent platform-level privileges or modify other skills. It writes cache files into its own directory but does not alter system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuqing-sync-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuqing-sync-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修复环境变量问题,支持18000条自动新建sheet
v1.0.3
No changes in this version. - No file changes detected. - Functionality, configuration, and documentation remain the same as the previous version.
v1.0.2
- No changes detected in this release—functionality and configuration remain the same as the previous version.
v1.0.1
v1.0.1 - 增量同步小爱舆情数据到飞书多维表,自动去重,自动创建缺失字段
v1.0.0
Version 2.0.0 – Major update with new sync logic - Data is incrementally pulled from the HuiKe/XiaoAi API and written to a Feishu Bitable, supporting automatic sharding every 10,000 rows. - Does not include annotation logic. - New and updated input parameters for configuring sync time window, source/destination IDs, and API credentials. - Outputs the number of new records inserted in each sync. - Network permissions updated for integration with Feishu and HuiKe/XiaoAi APIs.
元数据
Slug yuqing-sync-skill
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

慧科小爱舆情数据同步 是什么?

Incrementally fetch data from Huike/Xiaoai API and write to Feishu Bitable, supporting automatic partitioning for tables over 10,000 records. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。

如何安装 慧科小爱舆情数据同步?

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

慧科小爱舆情数据同步 是免费的吗?

是的,慧科小爱舆情数据同步 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

慧科小爱舆情数据同步 支持哪些平台?

慧科小爱舆情数据同步 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 慧科小爱舆情数据同步?

由 FrankieWay(@frankieway)开发并维护,当前版本 v1.1.0。

💬 留言讨论