Ambient research agent for tracking Medium articles relevant to the agentic system project. Scans liked posts and discovers new articles on topics like multi-agent orchestration, autonomous AI, tool-calling patterns, and agentic workflows. Summarizes findings and bubbles up skill ideas to Julia.
Ambient research agent focused on Medium articles relevant to the juliaz_agents project.
Use this skill when:
Do NOT use for:
Heartbeat / User request
→ OpenClaw activates medium-research skill
→ Check bridge health via julia-bridge
→ Scan Medium (liked posts + topic search)
→ Summarize findings (title, author, key themes, relevance)
→ Send digest to Julia via bridge
For each discovered article, produce:
### [Article Title]
- **Author**: [name]
- **Link**: [URL]
- **Relevance**: [1-5 score] — [one-line justification]
- **Key themes**: [comma-separated tags]
- **Summary**: [2-3 sentences, no direct quotes]
- **Skill idea?**: [Yes/No — if yes, brief description of what OpenClaw skill it could become]
mcporter call julia-bridge.bridge_health
If bridge is down, log the failure and skip this cycle.
Search Medium for recent articles matching topics of interest. Check Raphael's liked posts if accessible.
For each relevant article (relevance >= 3):
mcporter call julia-bridge.telegram_send --params '{
"correlationId": "medium-<TIMESTAMP>",
"text": "<DIGEST_TEXT>",
"target": "julia"
}'
Append today's findings to the daily log.
medium- for all bridge messages