Dajiala Article Fetcher

v1.0.0

从大咖啦API获取微信公众号文章链接列表,并保存到Excel文件

0· 126·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mabao-laodie/dajiala-article-fetcher.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dajiala Article Fetcher" (mabao-laodie/dajiala-article-fetcher) from ClawHub.
Skill page: https://clawhub.ai/mabao-laodie/dajiala-article-fetcher
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dajiala-article-fetcher

ClawHub CLI

Package manager switcher

npx clawhub@latest install dajiala-article-fetcher
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977f90czjxfbnzjtb8p1h4jns83g4he
126downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

大咖啦文章获取 Skill

从大咖啦 API 获取微信公众号文章链接列表。

配置

需要配置环境变量:

  • DAJIALA_KEY: 大咖啦 API 密钥

输入

  • 公众号清单文件路径(默认:/home/admin/每日茶动态/公众号清单.xlsx
  • 输出目录(默认:/home/admin/每日茶动态/[当天日期]

输出

Excel 文件,包含以下字段:

  • 公众号名称
  • 文章标题
  • 文章链接
  • 发布时间

Comments

Loading comments...