/install 1coos-quickie
Quickie — URL to Markdown
Grab any URL and save it as beautifully formatted Obsidian-style Markdown. Powered by x-reader for content extraction.
Usage
/1coos-quickie \x3Ctext-containing-url> [--output-dir path] [--raw]
Parameters
| Parameter | Required | Description |
|---|---|---|
\x3Ctext> |
Yes | Any text containing a URL to fetch |
--output-dir |
No | Output directory (default: from config.json) |
--raw |
No | Skip formatting, output raw x-reader result |
--config |
No | Path to config.json |
Supported Platforms
- Video: YouTube, Bilibili
- Social: Twitter/X, WeChat, Xiaohongshu (Little Red Book), Telegram
- Feeds: RSS/Atom
- General: Any HTTP/HTTPS URL
Configuration
Core parameters are configurable via config.json in the skill directory:
{
"outputDir": "~/Documents/quickie",
"formatting": {
"maxWidth": 80,
"listMarker": "-"
},
"reader": {
"timeout": 120000
}
}
CLI arguments always override config.json values.
Security Notice
This skill runs third-party code at runtime:
- uvx fetches and executes x-reader from GitHub on each invocation
- x-reader makes network requests to the target URL and platform-specific APIs (FxTwitter, etc.)
- Output is written only to the configured local directory
Execution Instructions
When the user invokes this skill:
- Check prerequisites: Verify
uvxis available by runningwhich uvx. If missing, tell the user: "uvx is required but not found. Please install uv from https://docs.astral.sh/uv/getting-started/installation/ and try again." Do NOT run any install commands on behalf of the user. - Run extraction: Execute the script using the skill's absolute path:
bun run /path/to/skills/1coos-quickie/scripts/main.ts \x3Cuser-arguments> - Report results: Show the output file path, the extracted title, and a brief content summary.
- Handle errors:
- Exit code 2: argument error (no URL found, invalid options)
- Exit code 3: missing dependency (uvx not installed)
- Exit code 4: x-reader fetch failure
- Exit code 5: output write failure
Examples
# Grab a YouTube video transcript
/1coos-quickie https://www.youtube.com/watch?v=dQw4w9WgXcQ
# Save a tweet thread
/1coos-quickie 看看这条推特 https://x.com/user/status/123456 很有意思
# Clip an article with custom output
/1coos-quickie https://example.com/article --output-dir ~/notes/inbox
# Raw output without formatting
/1coos-quickie https://example.com/page --raw
Notes
- First run caches x-reader dependencies; subsequent runs are faster
- Output filename is derived from the content title or URL domain + date
- Obsidian-style formatting includes: wikilinks, callout normalization, highlight syntax, table alignment, frontmatter formatting
- Uses
x-reader[all]for full platform support
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 1coos-quickie - 安装完成后,直接呼叫该 Skill 的名称或使用
/1coos-quickie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
1coos-quickie 是什么?
Quickly save web content as formatted Markdown. TRIGGER when user pastes a URL and wants to save/clip it, read-later, or extract content from YouTube, Twitte... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 1coos-quickie?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 1coos-quickie」即可一键安装,无需额外配置。
1coos-quickie 是免费的吗?
是的,1coos-quickie 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
1coos-quickie 支持哪些平台?
1coos-quickie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 1coos-quickie?
由 1coos(@1coos)开发并维护,当前版本 v1.0.1。