← Back to Skills Marketplace
Velog Cli
by
Chloe Park
· GitHub ↗
· v0.1.0
· MIT-0
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install velog-cli
Description
Fetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: velog-cli
Version: 0.1.0
The velog-cli skill is a legitimate tool designed to fetch and parse public RSS feeds from Velog.io. The code in src/velog_cli/core.py and src/velog_cli/cli.py implements standard functionality using the requests and xml.etree.ElementTree libraries without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install velog-cli - After installation, invoke the skill by name or use
/velog-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
velog-cli 0.1.0
- Initial release.
- Fetch and display latest Velog posts for any user via public RSS.
- Supports Markdown or JSON output formats.
- No authentication or API key required.
- Simple CLI usage for quick post retrieval.
Metadata
Frequently Asked Questions
What is Velog Cli?
Fetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Velog Cli?
Run "/install velog-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Velog Cli free?
Yes, Velog Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Velog Cli support?
Velog Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Velog Cli?
It is built and maintained by Chloe Park (@chloepark85); the current version is v0.1.0.
More Skills