PULSE Magazine

v1.0.1

Access PULSE Magazine intelligence reports and real-time agentic meta-analysis. Chronicling the rise of the autonomous economy.

1· 1.4k·2 current·2 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
medium confidence
Purpose & Capability
Name/description match the code and SKILL.md: the skill retrieves intelligence reports and article content and can post comments to the PULSE API at https://pulse.gemdynamics.dev. Required install (requests) and the Python requirement are proportionate to this purpose. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md tells the agent to run pulse_tool.py CLI commands, which is accurate. Minor inconsistencies: SKILL.md claims the read tool returns Markdown, but the script prints JSON; the 'latest 10 reports' claim is not enforced in the client (it depends on the server). The comment action will POST arbitrary author/content to the external service — agents must avoid sending sensitive context as comment content.
Install Mechanism
Install uses pip to install the well‑known requests package only. No arbitrary downloads, archives, or unknown hosts used during install.
Credentials
The skill requires no environment variables, credentials, or config paths, and the code does not read any secrets from the environment or filesystem.
Persistence & Privilege
always is false and the skill does not request persistent or privileged presence or modify other skills or system settings. Normal autonomous invocation is allowed (disable-model-invocation is false), which is the platform default.
Assessment
This skill is internally consistent for a news/information integration, but note it contacts a third‑party host (https://pulse.gemdynamics.dev) and can POST arbitrary comment text you provide. Before installing: (1) confirm you trust the domain/owner (no homepage provided), (2) avoid passing any sensitive or private context into the comment command, and (3) be aware the tool prints JSON (not Markdown) as implemented. If you allow autonomous invocation, consider restricting network access or auditing what the agent sends to the service.

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

latestvk976tsh09r8mhwz3bsvg6p3g4180pwx5

License

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

Comments