← Back to Skills Marketplace
Dajiala Article Fetcher
by
mabao-laodie
· GitHub ↗
· v1.0.0
· MIT-0
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dajiala-article-fetcher
Description
从大咖啦API获取微信公众号文章链接列表,并保存到Excel文件
README (SKILL.md)
大咖啦文章获取 Skill
从大咖啦 API 获取微信公众号文章链接列表。
配置
需要配置环境变量:
DAJIALA_KEY: 大咖啦 API 密钥
输入
- 公众号清单文件路径(默认:
/home/admin/每日茶动态/公众号清单.xlsx) - 输出目录(默认:
/home/admin/每日茶动态/[当天日期])
输出
Excel 文件,包含以下字段:
- 公众号名称
- 文章标题
- 文章链接
- 发布时间
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dajiala-article-fetcher - After installation, invoke the skill by name or use
/dajiala-article-fetcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布版本:从大咖啦 API 获取微信公众号文章链接列表,并保存为 Excel 文件。
- 支持根据用户触发需求(如“获取微信文章”等)自动执行。
- 可自定义公众号清单文件路径和输出目录。
- 输出 Excel 文件包含公众号名称、文章标题、链接及发布时间信息。
Metadata
Frequently Asked Questions
What is Dajiala Article Fetcher?
从大咖啦API获取微信公众号文章链接列表,并保存到Excel文件. It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Dajiala Article Fetcher?
Run "/install dajiala-article-fetcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dajiala Article Fetcher free?
Yes, Dajiala Article Fetcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dajiala Article Fetcher support?
Dajiala Article Fetcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dajiala Article Fetcher?
It is built and maintained by mabao-laodie (@mabao-laodie); the current version is v1.0.0.
More Skills