← 返回 Skills 市场
Dajiala Article Fetcher
作者
mabao-laodie
· GitHub ↗
· v1.0.0
· MIT-0
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dajiala-article-fetcher
功能描述
从大咖啦API获取微信公众号文章链接列表,并保存到Excel文件
使用说明 (SKILL.md)
大咖啦文章获取 Skill
从大咖啦 API 获取微信公众号文章链接列表。
配置
需要配置环境变量:
DAJIALA_KEY: 大咖啦 API 密钥
输入
- 公众号清单文件路径(默认:
/home/admin/每日茶动态/公众号清单.xlsx) - 输出目录(默认:
/home/admin/每日茶动态/[当天日期])
输出
Excel 文件,包含以下字段:
- 公众号名称
- 文章标题
- 文章链接
- 发布时间
安全使用建议
This skill appears to do what it says: call 大咖啦 API and save results to Excel. Before installing/running: 1) Ensure you trust 大咖啦 and are OK providing DAJIALA_KEY (the key is sent to the service). 2) Install required Python packages (requests, openpyxl) or run in an environment that has them. 3) Be aware the script uses a hard-coded path (/home/admin/每日茶动态 and ACCOUNTS_FILE); either place your input Excel there or modify the script to accept a path to avoid accidental reads/writes elsewhere. 4) Consider running it in an isolated environment (container/VM) if you want to limit file-system access. 5) If you need the agent to accept different input paths or not run autonomously, verify or adapt the SKILL.md and script to match your policies.
功能分析
Type: OpenClaw Skill
Name: dajiala-article-fetcher
Version: 1.0.0
The skill is a straightforward utility for fetching WeChat article metadata from the Dajiala API and saving the results to Excel files. The code in fetch_articles.py uses standard libraries (requests, openpyxl) and performs actions strictly aligned with the description in SKILL.md. There are no signs of data exfiltration, malicious execution, or prompt injection; the API key is only sent to the legitimate service endpoint (dajiala.com).
能力评估
Purpose & Capability
Name/description match the code: the script calls 大咖啦 API, parses results, and writes an Excel. The only capability that stands out is a hard-coded BASE_DIR (/home/admin/每日茶动态) and ACCOUNTS_FILE path — this is consistent with the SKILL.md defaults but is inflexible rather than malicious.
Instruction Scope
SKILL.md and fetch_articles.py align in intent. The instructions and code only read the declared Excel file and environment variable DAJIALA_KEY, then POST to the documented 大咖啦 endpoint. Note: the script unconditionally uses the hard-coded input/output paths (no CLI override), so it will attempt to read/write under /home/admin; that could be surprising on systems without that path or if run as another user.
Install Mechanism
No install spec (instruction-only plus a Python script). The script imports third-party packages (requests, openpyxl) but the skill does not declare or install those dependencies — users must ensure the runtime has them. No downloads or external installers are used by the skill itself.
Credentials
Only DAJIALA_KEY is required and is used in the API payload. No other credentials, config paths, or unrelated environment variables are requested or accessed.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills. It writes output files to a fixed directory under /home/admin, which is normal for a fetch-and-save tool but worth noting before running.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dajiala-article-fetcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/dajiala-article-fetcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始发布版本:从大咖啦 API 获取微信公众号文章链接列表,并保存为 Excel 文件。
- 支持根据用户触发需求(如“获取微信文章”等)自动执行。
- 可自定义公众号清单文件路径和输出目录。
- 输出 Excel 文件包含公众号名称、文章标题、链接及发布时间信息。
元数据
常见问题
Dajiala Article Fetcher 是什么?
从大咖啦API获取微信公众号文章链接列表,并保存到Excel文件. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Dajiala Article Fetcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dajiala-article-fetcher」即可一键安装,无需额外配置。
Dajiala Article Fetcher 是免费的吗?
是的,Dajiala Article Fetcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dajiala Article Fetcher 支持哪些平台?
Dajiala Article Fetcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dajiala Article Fetcher?
由 mabao-laodie(@mabao-laodie)开发并维护,当前版本 v1.0.0。
推荐 Skills