Token导航 LogoToken导航TokenDH.com
待分类操作浏览器github未标认证来源可访问许可证需确认审计提醒

feedgrabfeedgrab 命令行

Agent Skill

feedgrab 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,115

周安装

46

GitHub Stars

326

下载量

364
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feedgrab(feedgrab 命令行)
来源仓库:https://github.com/ibigqiang/feedgrab
仓库路径:skills/feedgrab
安装命令:
npx skills add https://github.com/ibigqiang/feedgrab --skill feedgrab
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ibigqiang/feedgrab --skill feedgrab

简介

feedgrab命令行工具抓取网页内容并转为结构化Markdown。

  • 支持16+平台深度提取,适用于文章、推文等内容获取。
  • 使用前需确认已安装feedgrab并配置相应API密钥。
  • 注意不同平台可能需要单独登录和认证配置。
  • 建议先验证环境依赖再执行抓取操作。feedgrab 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

feedgrab — Universal Content Grabber

Give it a URL, get back structured Markdown. Supports 16+ platforms with deep extraction.

Trigger

Activate when user provides a URL and wants content fetched/extracted/read:

  • /feedgrab <URL>
  • "Grab this article"
  • "Read this tweet/post"
  • "抓取这个链接"
  • Any URL from supported platforms

Prerequisites Check

Before fetching, verify feedgrab is installed:

which feedgrab 2>/dev/null || command -v feedgrab 2>/dev/null

If NOT installed, tell the user:

feedgrab is not installed. Run `/feedgrab-setup` or manually:
  pip install feedgrab[all]
  feedgrab setup

Then stop — do not proceed without feedgrab.

Supported Platforms

PlatformURL PatternMethod
X/Twitterx.com/*/status/*, twitter.com/*GraphQL → FxTwitter → Syndication → oEmbed → Jina → Playwright
WeChat (微信公众号)mp.weixin.qq.com/*Playwright JS evaluate → Jina
Xiaohongshu (小红书)xiaohongshu.com/explore/*, xhslink.com/*API (xhshow) → Pinia Store injection → Jina → Playwright
YouTubeyoutube.com/watch?v=*, youtu.be/*, ShortsInnerTube API → yt-dlp subtitles → Groq Whisper
GitHubgithub.com/*/*REST API (Chinese README priority + subdirectory scan)
Feishu/Lark (飞书)feishu.cn/docx/*, feishu.cn/wiki/*Open API → CDP → Playwright PageMain → Jina
KDocs (金山文档)kdocs.cn/l/*Playwright ProseMirror DOM (virtual scroll + CDP)
Youdao Note (有道云笔记)share.note.youdao.com/*JSON API → Playwright iframe → Jina
Zhihu (知乎)zhihu.com/question/*/answer/*, zhuanlan.zhihu.com/p/*API v4 → Playwright CDP/DOM → Jina
Bilibili (B站)bilibili.com/video/*, b23.tv/*API metadata + 3-tier subtitle fallback (v2 → WBI v2 → Whisper)
Xiaoyuzhou (小宇宙)xiaoyuzhoufm.com/episode/*SSR __NEXT_DATA__ + Groq Whisper transcription
Ximalaya (喜马拉雅)ximalaya.com/sound/*, m.ximalaya.com/sound/*Web Revision API + canPlay degradation + Groq Whisper
Telegramt.me/*Telethon
RSSRSS/Atom feed URLsfeedparser
Paywall news (300+)NYT/WSJ/FT/Economist/Bloomberg...JSON-LD → Googlebot/Bingbot UA → AMP → EU IP → archive.today → Google Cache → Jina
Any web pageAny other URLJSON-LD pre-scan → Jina Reader fallback

Pipeline

Step 1: Fetch Content

feedgrab "$ARGUMENTS"

The CLI auto-detects the platform and routes to the appropriate fetcher.

Step 2: Locate Output File

feedgrab saves output to OUTPUT_DIR (default: ./output/). Check the CLI output for the saved file path, typically:

  • output/X/author_date:title.md
  • output/mpweixin/author_date:title.md
  • output/XHS/author_date:title.md
  • output/YouTube/author_date:title.md
  • output/GitHub/author_date:title.md
  • output/Feishu/author_date:title.md
  • output/KDocs/author_date:title.md
  • output/NoteYouDao/author_date:title.md
  • output/Zhihu/author_date:title.md
  • output/Bilibili/author_date:title.md
  • output/Xiaoyuzhou/author_date:title.md
  • output/Ximalaya/author_date:title.md
  • output/Web/author_date:title.md (paywall / generic pages)

Step 3: Read and Present

Read the output .md file and present the content to the user. The file includes:

  • YAML front matter (title, source, author, published, likes, tags, etc.)
  • Full article/tweet/post content in Markdown
  • Images (as remote URLs or local paths if media download is enabled)

Clipboard Mode

If the user says "grab from clipboard" or the URL contains & (which breaks PowerShell):

feedgrab clip

This reads the URL from the system clipboard.

Error Handling

ErrorSolution
feedgrab: command not foundRun /feedgrab-setup
Cookie expired / 401 / 403feedgrab login <platform> to refresh
Jina timeout (30s)feedgrab auto-retries with Playwright
Rate limit (429)feedgrab auto-rotates cookies if configured
OUTPUT_DIR not setfeedgrab setup to configure

Tips

  • For Twitter deep extraction (views, bookmarks, threads): configure cookies via feedgrab login twitter
  • For WeChat articles: no login needed for single articles
  • For Xiaohongshu: pip install xhshow for API mode (faster, no browser needed)
  • For GitHub: set GITHUB_TOKEN for higher rate limits (5000/hr vs 60/hr)
  • For Feishu: set FEISHU_APP_ID + FEISHU_APP_SECRET for Open API access
  • For KDocs: feedgrab login kdocs to save session (or enable KDOCS_CDP_ENABLED=true to reuse running Chrome)
  • For Zhihu: feedgrab login zhihu to save session (enables full answer content)
  • For Bilibili subtitles: free tier (player/v2 + WBI) works out of the box; set BILIBILI_SUBTITLE_WHISPER=true for Whisper fallback on videos without subtitles
  • For Xiaoyuzhou / Ximalaya: set GROQ_API_KEY for Whisper transcription (free tier = metadata + shownotes only)
  • For paywall sites: PAYWALL_ENABLED=true by default, no extra config
  • Run feedgrab doctor to diagnose issues

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.03%
按下载量换算142

Claude

27.33%
按下载量换算99

Cursor

18.58%
按下载量换算68

Gemini CLI

10.03%
按下载量换算37

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills