SkillHub

clawbox

v1.0.0

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 summary. Use when the user sends an article/report/blog URL and asks for full text plus analysis, web archive plus brief, or link to knowledge cap...

Sourced from ClawHub, Authored by zhao0112

Installation

Please help me install the skill `clawbox` from SkillHub official store. npx skills add zhao0112/clawbox

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
  2. Try readable extraction from the URL.
  3. If redirected or homepage only content is returned, switch to alternative extraction path (browser or manual source capture) before proceeding.
  4. Preserve original language and paragraph order.

  5. Create or update two Feishu docs

  6. Doc A: [Source] </li> <li> <p>Doc B: [Analysis] <title></p> </li> <li> <p>Write Source doc (complete first)</p> </li> <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> <p>If extraction is partial, label clearly: Partial Capture plus missing scope note.</p> </li> <li> <p>Write Analysis doc (structured)</p> </li> <li>Use the template in references/analysis-template.md.</li> <li> <p>Keep concise and decision oriented.</p> </li> <li> <p>Quality gates (required)</p> </li> <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> <p>If fail, rewrite once with better segmentation/chunking.</p> </li> <li> <p>Report back to user</p> </li> <li>Return two doc links.</li> <li>State completion status: Full Capture or Partial Capture.</li> </ol> <h2 id="non-negotiables">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> <!-- Right: Sidebar --> <aside class="space-y-6"> <!-- Popularity --> <div class="bg-gray-900 border border-gray-800 rounded-2xl p-6 shadow-sm"> <h3 class="text-[10px] font-black text-gray-500 uppercase tracking-widest mb-5">Popularity</h3> <div class="flex items-end gap-2 mb-6"> <span class="text-4xl font-black text-white leading-none">0</span> <span class="text-gray-500 text-[10px] font-bold uppercase mb-1">Stars</span> </div> <div class="grid grid-cols-2 gap-3 mb-6"> <div class="bg-gray-950 p-4 rounded-xl border border-gray-800 text-center"> <div class="text-gray-600 text-[10px] font-bold uppercase mb-1">DLs</div> <div class="text-white font-bold text-base">201</div> </div> <div class="bg-gray-950 p-4 rounded-xl border border-gray-800 text-center"> <div class="text-gray-600 text-[10px] font-bold uppercase mb-1">Installs</div> <div class="text-white font-bold text-base">0</div> </div> </div> <!-- View Repository: 恢复原文字,去掉图标,保持深色紧凑风格 --> <a href="https://clawhub.ai/zhao0112/clawbox" target="_blank" class="block text-center border border-gray-700 bg-gray-800 text-gray-200 py-3 rounded-xl font-bold hover:bg-gray-700 transition-all uppercase text-[10px] tracking-widest"> View Repository </a> </div> <!-- AI Security --> <div class="bg-gray-900 border border-gray-800 rounded-2xl p-6 relative overflow-hidden"> <div class="absolute -top-10 -right-10 w-24 h-24 bg-yellow-500/10 rounded-full blur-2xl opacity-40"></div> <h3 class="text-[10px] font-black text-gray-500 uppercase tracking-widest mb-5 relative z-10">AI Security</h3> <div class="flex items-center gap-5 relative z-10"> <div class="w-14 h-14 rounded-full border-2 border-yellow-500 flex items-center justify-center text-yellow-500 text-xl font-black bg-gray-950 shadow-inner">85</div> <div class="flex-1"> <div class="text-white font-bold text-xs uppercase tracking-tight">None</div> <div class="text-[9px] text-gray-600 italic">Audited by AI Guard</div> </div> </div> </div> <!-- Download --> <a href="https://wry-manatee-359.convex.site/api/v1/download?slug=clawbox" class="flex items-center justify-center gap-2 w-full border border-blue-500/40 text-blue-400 py-3.5 rounded-xl font-bold hover:bg-blue-500/10 transition-all uppercase text-[10px] tracking-widest"> <i class="fa-solid fa-cloud-arrow-down"></i> Download ZIP </a> </aside> </div> </main> <!-- Footer --> <footer class="border-t border-gray-800 bg-gray-950 mt-20 py-12 text-center"> <div class="container mx-auto px-4"> <div class="flex justify-center gap-6 mb-6 text-gray-500"> <a href="#" class="hover:text-white transition-colors text-lg"><i class="fa-brands fa-discord"></i></a> <a href="#" class="hover:text-white transition-colors text-lg"><i class="fa-brands fa-x-twitter"></i></a> </div> <p class="text-gray-500 text-[10px] font-bold uppercase tracking-widest mb-2">© 2026 AI Skills Hub</p> <p class="text-gray-700 text-[9px] uppercase tracking-[0.2em]">Verified Metadata Repository</p> </div> </footer> </body> </html>