v0.40.0Latest
Skills: Agent-Friendly Composable Workflows
- AddedSkills system -- high-level composable workflows that bundle Yeet's 60+ tools into single operations. External agents (OpenClaw, Hermes, Claude Code) call one skill instead of orchestrating dozens of tools.
- Addeddaily_digest skill -- a prioritized daily summary of fixes to apply, content opportunities, verified wins, rank movers, alerts, and indexing coverage. Pre-computed at 5:30am UTC so agents get instant results.
- Addednew_content skill -- end-to-end content creation: auto-discovers highest-ROI topics from GSC + competitor gaps, builds a strategist brief with SERP analysis and AEO data, optionally generates a full draft.
- Addedsite_pulse skill -- quick health check showing indexing coverage, rank distribution, AI citation counts, and active optimization cards for any connected property.
- AddedMulti-format output -- every skill renders as rich markdown (CLI/IDE), compact chat text (Telegram/Discord), or structured JSON (dashboard). Beautiful progress bars for indexing coverage across all surfaces.
- Added3 new MCP tools: list_skills (discover available workflows), run_skill (execute with format selection), get_skill_result (fetch cached results). Plus a latest-digest MCP resource for autonomous agents.
- AddedREST API: GET/POST /api/v1/skills for listing, running, and fetching cached skill results with format parameter (json, markdown, chat).
- Addedskill_runs table stores results with pre-rendered markdown and chat formats for async retrieval by agents polling later.