pulse

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pulse" with this command: npx skills add dacptn/pulse-magazine

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Client Intake Bot Pro

Automated client qualification and intake system. Captures leads through conversational forms, scores them based on fit criteria, sends personalized auto-res...

Registry SourceRecently Updated
Coding

LMFiles

Upload files to lmfiles.com and return public download links via API. Use when a user wants CLI-based file hosting, quick share links, bot-accessible file up...

Registry SourceRecently Updated
Coding

Github App Authentication

Give your AI agents and automations their own GitHub (App) identity. Authenticate using GitHub Apps so every commit, PR, and action is attributed to the bot...

Registry SourceRecently Updated
5950rmorse
Coding

vet

Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.

Registry SourceRecently Updated