Daily News

v0.1.0

Daily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category.

0· 212·3 current·3 all-time
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 match the runtime instructions: the SKILL.md only performs unauthenticated GETs against the documented 6551 API endpoints. Required binary (curl) is appropriate for this purpose.
Instruction Scope
Instructions are narrow and well-scoped: they only run curl GET requests to public endpoints on https://ai.6551.io. The SKILL.md does not instruct the agent to read local files, access credentials, or transmit unrelated data.
Install Mechanism
Install spec installs curl via a Homebrew formula, which is reasonable on macOS but may be irrelevant on Linux/Windows (SKILL.md lists darwin, linux, win32). This is a minor incoherence: the skill otherwise declares curl as required but provides only a brew-based installer.
Credentials
No environment variables, credentials, or config paths are requested. The skill operates against public endpoints with no auth, which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills/config. Autonomous invocation is allowed by platform default but is not combined with any sensitive access here.
Assessment
This skill is coherent and low-risk: it only issues unauthenticated HTTP GETs to https://ai.6551.io and does not request credentials or local file access. Before installing, consider: (1) network traffic will go to ai.6551.io — requests include query parameters and your IP, so review the domain/publisher if you need privacy guarantees; (2) the install step only lists Homebrew (macOS) whereas the skill also claims Linux/Windows support — ensure curl is available on your OS or supply it yourself; (3) a small documentation inconsistency (examples use category=macro for "Hot Crypto News") — not a security issue but worth confirming correct parameters; (4) the agent may call this skill autonomously (platform default), so if you prefer manual control, disable autonomous invocation in your agent settings. Overall the skill appears to do what it says.

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

latestvk97fyw4bbpardwjdyqbm611anx8321kh

License

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

Runtime requirements

📰 Clawdis
OSmacOS · Linux · Windows
Binscurl

Install

curl (HTTP client)brew install curl

Comments