crawl-xueqiu-user-timeline
抓取雪球用户的发言时间线,保存为 Markdown 文件
DeepseekModel
キュレーション済みスキル
品質 良好 · 48
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=cnife-my-scripts-skills-crawl-xueqiu-user-timeline-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name crawl-xueqiu-user-timeline description 抓取雪球用户的发言时间线,保存为 Markdown 文件 crawl-xueqiu-user-timeline 抓取雪球用户的发言时间线,保存为 Markdown 文件。 前置准备 Base directory for this skill: {base_dir} 调用时请将 {base_dir} 替换为实际路径 ,例如: /home/cnife/code/try-agent-browser-automation/.agents/skills/crawl-xueqiu-user-timeline 确保 Chrome 处于 Debug 模式并安装 agent-browser: sh {base_dir}/scripts/check-cdp.sh sh {base_dir}/scripts/check-agent-browser.sh 使用方法 直接运行爬取脚本: {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py <雪球用户主页链接> [选项] 参数说明 参数 说明 默认值 url 雪球用户主页链接 必填 --days 爬取最近 N 天 3 --start-date 开始日期 (YYYY-MM-DD) 3 天前 --end-date 结束日期 (YYYY-MM-DD) 今天 -o, --output 输出文件名 自动生成 注意 : --days 和 --start-date 参数互斥,不能同时使用。 示例 # 爬取最近 3 天(默认) {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py https://xueqiu.com/u/9493911686 # 爬取最近 7 天 {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py https://xueqiu.com/u/9493911686 --days 7 # 爬取最近 30 天 {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py https://xueqiu.com/u/9493911686 --days 30 # 指定日期范围 {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py https://xueqiu.com/u/9493911686 --start-date 2026-01-01 --end-date 2026-03-05 # 指定输出文件名 {base_dir}/scripts/crawl_xueqiu_user_timeline_api.py https://xueqiu.com/u/9493911686 -o my_timeline.md 输出格式 生成 Markdown 文件,包含: 用户基本信息(UID、粉丝、关注、帖子数) 按时间排序的发言记录 每条发言包含:发布时间、内容、引用内容(如有)、互动数据、原文链接 注意事项 需要先登录雪球账号 如遇 Verification 验证页面,需手动完成验证后重新运行 爬取过程中会自动处理分页和 md5__1038 令牌 输出文件保存在当前工作目录 是否需要进一步分析? 爬取完成后,请询问用户:是否需要把雪球用户的发言总结分析一下?
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |