Velog Cli

v0.1.0

Fetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication.

0· 75·0 current·0 all-time
byChloe Park@chloepark85

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chloepark85/velog-cli.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Velog Cli" (chloepark85/velog-cli) from ClawHub.
Skill page: https://clawhub.ai/chloepark85/velog-cli
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install velog-cli

ClawHub CLI

Package manager switcher

npx clawhub@latest install velog-cli
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, README, pyproject, and source code are aligned: the tool fetches https://v2.velog.io/rss/<username>, parses RSS, and outputs Markdown or JSON. The declared dependency (requests) is appropriate for HTTP fetching.
Instruction Scope
SKILL.md and code instruct only to fetch and parse public RSS. The code issues outbound HTTP requests only to Velog RSS endpoints and parses XML; it does not read local files or access environment variables. Minor documentation inconsistency: README mentions 'GraphQL' but the implementation uses only RSS.
Install Mechanism
There is no install script in the skill bundle (instruction-only install). Packaging is standard Python (pyproject) and uses requests from PyPI; no downloads from arbitrary URLs or archive extraction are present in the skill files.
Credentials
No environment variables, credentials, or config paths are requested. Network access to Velog is required and proportionate to the stated functionality.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or global agent settings, and requires no elevated persistence.
Assessment
This skill appears to do exactly what it says: it fetches public Velog RSS feeds and formats them. Things to consider before installing: (1) installing with pipx or similar will pull the package and its dependency (requests) from PyPI—run in an isolated environment if you are cautious; (2) the tool performs outbound HTTP requests to v2.velog.io (expected for this purpose); (3) README mentions GraphQL but the code only uses RSS—if you need GraphQL features, verify implementation or ask the author; (4) the package has no homepage and an anonymous owner ID in the registry—if provenance matters, review the source files yourself or prefer a published project with a verified repository. Overall the skill is internally coherent and proportionate to its stated goal.

Like a lobster shell, security has layers — review code before you run it.

latestvk979vj7a190hyg93z94mmq2zb985ekpp
75downloads
0stars
1versions
Updated 4d ago
v0.1.0
MIT-0

Velog public RSS CLI — 최신 Velog 포스트를 손쉽게 가져오는 도구이다. 인증이나 키가 필요하지 않으며 https://v2.velog.io/rss/<username> 피드를 파싱하여 Markdown 또는 JSON으로 출력한다.

사용법

velog-cli user-posts --username <name> --limit 5 --format md

설치

pipx install .  # 또는 uv tool install .

참고

Comments

Loading comments...