ZAKER新闻检索-news search

v1.0.8

基于ZAKER权威资讯库进行关键词新闻检索,支持指定时间范围(30天内)。Use when the user asks about 搜索新闻, 某事件新闻, 某人物新闻, 某关键词相关新闻, 查新闻, 新闻检索, 相关新闻, 某时间段新闻.

1· 110·0 current·0 all-time
byZAKER@zaker-coder
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ZAKER news keyword search) matches the code and SKILL.md: both call the documented ZAKER search endpoint with keyword and optional time parameters. No unrelated permissions or creds are requested.
Instruction Scope
Runtime instructions and code limit actions to building a GET request to the documented endpoint, parsing results, and formatting output. Minor note: shell examples use curl and jq (and a provided scripts/search.sh uses jq) but the skill metadata does not list required binaries — this is a small documentation mismatch, not a security issue.
Install Mechanism
No install spec is present (instruction-only plus small helper scripts). No downloads or archive extraction are performed; code is readable and simple.
Credentials
The skill requires no environment variables or credentials. The API is described as unauthenticated, and the code does not reference secrets or other env vars.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills or system-wide settings.
Assessment
This skill is internally consistent: it only issues GET requests to https://skills.myzaker.com/api/v1/article/search and formats the returned titles/summaries/authors. Before installing, confirm you trust the skills.myzaker.com domain and be aware that any query you send (keywords, optional dates) will be transmitted to that endpoint — avoid including sensitive or personally-identifying information in search queries. If you plan to run the provided shell script, ensure jq is available on your system or remove the jq usage.

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

latestvk977ynh70qg45r274nph4c9v3h84kxx1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments