← Back to Skills Marketplace
慧科小爱舆情数据同步
by
FrankieWay
· GitHub ↗
· v1.1.0
· MIT-0
208
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install yuqing-sync-skill
Description
Incrementally fetch data from Huike/Xiaoai API and write to Feishu Bitable, supporting automatic partitioning for tables over 10,000 records.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yuqing-sync-skill - After installation, invoke the skill by name or use
/yuqing-sync-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 慧科小爱舆情数据同步?
Incrementally fetch data from Huike/Xiaoai API and write to Feishu Bitable, supporting automatic partitioning for tables over 10,000 records. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install 慧科小爱舆情数据同步?
Run "/install yuqing-sync-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 慧科小爱舆情数据同步 free?
Yes, 慧科小爱舆情数据同步 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 慧科小爱舆情数据同步 support?
慧科小爱舆情数据同步 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 慧科小爱舆情数据同步?
It is built and maintained by FrankieWay (@frankieway); the current version is v1.1.0.
More Skills