News - 热门新闻

v1.0.4

按频道获取头条、财经、体育、娱乐等新闻列表,可查频道列表。当用户说:今天财经头条有什么?体育新闻摘要,或类似新闻聚合问题时,使用本技能。

10· 719·3 current·3 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (news by channel) align with required pieces: python3 and JISU_API_KEY. The code only calls JisuAPI news endpoints and returns results matching the documented API.
Instruction Scope
SKILL.md instructs setting JISU_API_KEY and running the provided Python script with channel/JSON arguments. The script only reads the declared env var, parses the JSON argument, and makes HTTP GETs to the documented API endpoints — no unrelated file reads, credential access, or external destinations.
Install Mechanism
There is no install spec (instruction-only plus a small code file). The script uses the requests library, but no installer is required by the skill itself. Nothing is downloaded from arbitrary URLs and no archives are extracted.
Credentials
Only JISU_API_KEY is required and declared as primaryEnv. The code does not access other environment variables or config paths. The single API key is proportional to the skill's need to authenticate with JisuAPI.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or system configs. It runs on invocation and performs network calls as expected.
Assessment
This skill is coherent with its stated purpose, but before installing: (1) only provide a JISU_API_KEY you trust the provider with — do not reuse a high-privilege or unrelated secret; (2) be aware the skill makes outbound HTTP requests to api.jisuapi.com and will return internet-hosted content (check copyright/licensing if you redistribute); (3) ensure the runtime has the Python requests package available or install it in a controlled manner; (4) check JisuAPI rate limits/costs for your key to avoid unexpected charges.

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

latestvk97dx6spaet5fscap6ygpjchqh8441eq

License

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

Runtime requirements

📰 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments