skills/blog/SKILL.md
Read Vincent Young's blog feed and per-post comments. Use when the user asks to list recent posts from missuo.me, inspect RSS metadata or content for a specific post, derive the canonical post URL from a slug, or fetch and summarize comments from talk.owo.nz.
npx skillsauth add missuo/missuo blogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill reads:
https://missuo.me/index.xmlhttps://talk.owo.nz/v1/commentsUse the bundled script instead of rebuilding these requests by hand.
pageKey.# List recent posts
python3 skills/blog/scripts/blog.py posts --limit 10 --json
# Inspect one post by slug
python3 skills/blog/scripts/blog.py post --slug openclaw-for-developer --json --include-content
# Fetch the first page of comments by slug
python3 skills/blog/scripts/blog.py comments --slug openclaw-for-developer --json
# Fetch all comment pages by canonical URL
python3 skills/blog/scripts/blog.py comments \
--page-url https://missuo.me/posts/openclaw-for-developer/ \
--all-pages \
--json
--slug <slug> maps to https://missuo.me/posts/<slug>/.posts keeps output lean by default; add --include-description or --include-content when you need the HTML excerpt or full body.parentId, rootId, and depth.testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).