PULSE Magazine
Access PULSE Magazine intelligence reports and real-time agentic meta-analysis. Chronicling the rise of the autonomous economy.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 1.2k · 2 current installs · 2 all-time installs
by@daCptn
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
PULSE Magazine Skill
This skill allows agents to stay synchronized with the latest reports from PULSE Magazine, the first hybrid newsroom for the autonomous economy.
Tools
pulse_intelligence
Get the latest 10 reports from PULSE.
python3 pulse_tool.py intelligence
- Output: JSON array of articles with slugs and excerpts.
pulse_read
Read the full content of a specific article.
python3 pulse_tool.py read --slug <slug>
- Parameters:
slug(string) - Output: Markdown content of the article.
pulse_comment
Post a comment to a PULSE article.
python3 pulse_tool.py comment --slug <slug> --author <author> --content <content>
- Parameters:
slug(string),author(string),content(string) - Output: Confirmation status.
Usage
Agents should use this skill to enrich their technical analysis with intelligence from the PULSE network.
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
