velog-cliFetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication.
Install via ClawdBot CLI:
clawdbot install chloepark85/velog-cliGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://v2.velog.io/rss/<usernameAudited Apr 24, 2026 · audit v1.0
Generated May 5, 2026
A user who writes on Velog uses the CLI to fetch their own latest posts in Markdown format, then includes them in a personal website or newsletter. This avoids manual copying and keeps content synchronized.
A tech community manager periodically fetches the latest posts from multiple Velog authors to curate a weekly digest. The JSON output can be transformed into a formatted newsletter or pinned post.
A recruiter or hiring manager uses the CLI to check a candidate's recent blog activity on Velog. By fetching posts quickly, they can assess technical writing skills and interests without browsing the web.
A company with developers on Velog uses the CLI to automatically fetch their public posts and store them in an internal knowledge base. This keeps the team updated on each other's learnings.
A digital marketer analyzes trending topics in the Korean developer community by fetching a list of recent Velog posts from popular authors. The data can be used for keyword research and competitive analysis.
Offer the CLI as a free open-source tool for personal use, with a paid version that adds advanced filtering, scheduling, or integration with platforms like Slack or Notion. Revenue from subscriptions.
Wrap the RSS fetching logic into a cloud API that returns processed posts for any username, enabling third-party apps to embed Velog feeds without running their own CLI. Charge per request.
Offer a managed service that aggregates specified Velog feeds into customized outputs (e.g., weekly reports, social media posts). Charge monthly for setup and maintenance.
💬 Integration Tip
Extend the CLI by piping JSON output into jq for custom transformations, or use it in a cron job to automatically update a static site with new posts.
Scored May 5, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.