← 返回 Skills 市场
Velog Cli
作者
Chloe Park
· GitHub ↗
· v0.1.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install velog-cli
功能描述
Fetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication.
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install velog-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/velog-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Velog Cli 是什么?
Fetch and display the latest Velog user posts from public RSS feeds in Markdown or JSON without requiring authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Velog Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install velog-cli」即可一键安装,无需额外配置。
Velog Cli 是免费的吗?
是的,Velog Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Velog Cli 支持哪些平台?
Velog Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Velog Cli?
由 Chloe Park(@chloepark85)开发并维护,当前版本 v0.1.0。
推荐 Skills