← 返回
数据分析 中文

clawbox-link-to-docs

Turn a user shared web link into two Feishu docs: (1) full original text archive with minimal loss and clear source metadata, and (2) structured analysis sum...
将用户分享的网页链接转化为两份飞书文档:(1)低损耗、带来源元数据的全文原文存档;(2)结构化分析摘要。
zhao0112
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 522
下载
💾 14
安装
1
版本
#latest

概述

ClawBox Link to Docs

Execute this workflow when user sends a URL and expects both source doc and analysis doc.

Workflow

  1. Fetch source content
    • Try readable extraction from the URL.
    • If redirected or homepage only content is returned, switch to alternative extraction path (browser or manual source capture) before proceeding.
    • Preserve original language and paragraph order.
  1. Create or update two Feishu docs
    • Doc A: [Source] </li><li>Doc B: [Analysis] <title></li></ul></ol><ol><li>Write Source doc (complete first)</li><ul><li>Include source URL and capture time.</li><li>Write full original text with paragraph breaks.</li><li>Do not replace with short summary.</li><li>If extraction is partial, label clearly: Partial Capture plus missing scope note.</li></ul></ol><ol><li>Write Analysis doc (structured)</li><ul><li>Use the template in references/analysis-template.md.</li><li>Keep concise and decision oriented.</li></ul></ol><ol><li>Quality gates (required)</li><ul><li>Read back both docs after write.</li><li>Source doc fails if it is one line, too short, or clearly summary like.</li><li>If fail, rewrite once with better segmentation/chunking.</li></ul></ol><ol><li>Report back to user</li><ul><li>Return two doc links.</li><li>State completion status: Full Capture or Partial Capture.</li></ul></ol><h2>Non-negotiables</h2><ul><li>Default output is always two docs for a link task.</li><li>Source doc priority is fidelity over formatting.</li><li>Never claim full if content is truncated or fallback source is incomplete.</li></ul></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v1.0.0</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-30 06:51 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=78f0b0b7dfb444147f2043aecdcc7f37" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/402033_eeebf79994851a159c00fc7a5efbf3bb.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781292260%3B1812828260&q-key-time=1781292260%3B1812828260&q-header-list=host&q-url-param-list=&q-signature=289dec9a944af061473feda52d237eea4e44349b" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">data-analysis</span> <h3><a href="/s/excel-xlsx">Excel / XLSX</a></h3> <div class="rec-owner">ivangdavila</div> <div class="rec-desc">创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 367</span> <span style="color:#5b6abf;">📥 140,030</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">data-analysis</span> <h3><a href="/s/stock-analysis">Stock Analysis</a></h3> <div class="rec-owner">udiedrichsen</div> <div class="rec-desc">{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 269</span> <span style="color:#5b6abf;">📥 56,899</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">data-analysis</span> <h3><a href="/s/akshare-stock">A股量化 AkShare</a></h3> <div class="rec-owner">mbpz</div> <div class="rec-desc">A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 163</span> <span style="color:#5b6abf;">📥 59,712</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>