<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>教學 on TPOW Lab</title><link>https://tpow-001.netlify.app/tags/%E6%95%99%E5%AD%B8/</link><description>Recent content in 教學 on TPOW Lab</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2025-2026 TPOW-001. All Rights Reserved.</copyright><lastBuildDate>Mon, 18 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tpow-001.netlify.app/tags/%E6%95%99%E5%AD%B8/index.xml" rel="self" type="application/rss+xml"/><item><title>last30days-skill 完整教學 — 跨 13+ 平台社群研究 AI agent skill</title><link>https://tpow-001.netlify.app/post/2026-05-18-last30days-skill-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-last30days-skill-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>使用前先理解信任邊界</strong>：本 skill 的價值就在於「打通 walled garden」。為了打通，它會 (a) 讀取你瀏覽器的 X / Twitter cookie、(b) 接受多個第三方 API key (ScrapeCreators / OpenRouter / Brave / 等)、(c) 透過內嵌 JS 客戶端對 X 做未授權的 API 呼叫（X TOS 灰色地帶）。本教學第 6 章會詳細說明每個信任面。</p>]]></description></item><item><title>nuclei 完整教學 — YAML-based 漏洞掃描器從零到上線</title><link>https://tpow-001.netlify.app/post/2026-05-18-nuclei-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-nuclei-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>使用授權警示</strong>：nuclei 是<strong>主動式漏洞掃描器</strong>，會對目標發送可能觸發漏洞的請求。<strong>未經書面授權對他人系統執行掃描，在許多司法管轄區屬於違法行為</strong>（台灣：刑法 §358 / §359；美國：CFAA；歐盟：CDA / NIS2）。本教學僅用於：(a) 你擁有的系統，(b) 你以書面合約被授權測試的系統，(c) 公開 Bug Bounty Program 範圍內的標的。</p>]]></description></item><item><title>PyRAG 完整教學 — 把多跳 RAG 當 Python 程式來執行</title><link>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>重要警示</strong>：PyRAG 的核心機制是用 <code>exec()</code> 執行 LLM 產生的 Python code。<strong>研究 / lab 環境完全可用，但任何 non-research 部署必須先沙箱化</strong> — README 作者已主動聲明，本教學會在 §6 詳細說明風險與緩解。</p>]]></description></item><item><title>supervision 完整教學 — Roboflow 開源 Computer Vision 工具集從零到上線</title><link>https://tpow-001.netlify.app/post/2026-05-18-supervision-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-supervision-tutorial/</guid><description><![CDATA[<h1 id="supervision-完整教學" data-numberify>supervision 完整教學<a class="anchor ms-1" href="#supervision-完整教學"></a></h1>
<blockquote>
<p>30 分鐘從安裝到能寫出「車流計數 / 區域進出告警 / 速度估計」這類 production 級 CV pipeline。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話總結" data-numberify>1.1 一句話總結<a class="anchor ms-1" href="#11-一句話總結"></a></h3>
<p><strong><code>supervision</code></strong> 是 <a href="https://roboflow.com" target="_blank" rel="noopener noreferrer">Roboflow<i class="fas fa-external-link-square-alt ms-1"></i></a> 開源的 <strong>model-agnostic</strong> computer vision toolkit。把任何 detection / segmentation / classification model 的輸出 <strong>標準化</strong> 成統一資料結構（<code>sv.Detections</code> / <code>sv.KeyPoints</code> / <code>sv.Classifications</code>），然後用一套乾淨 API 做視覺化、ROI 計數、速度估算、tracking、dataset 轉換、metric 計算。</p>]]></description></item><item><title>taiwan-legal-plugin 完整教學 — Claude Code 內查台灣裁判書與法規</title><link>https://tpow-001.netlify.app/post/2026-05-18-taiwan-legal-plugin-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-taiwan-legal-plugin-tutorial/</guid><description><![CDATA[<h1 id="taiwan-legal-plugin-完整教學" data-numberify>taiwan-legal-plugin 完整教學<a class="anchor ms-1" href="#taiwan-legal-plugin-完整教學"></a></h1>
<blockquote>
<p>把 Claude Code 變成「會查台灣裁判書與法規」的法律助理 — 安裝、使用、設計理念、資安審查全套說明。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話總結" data-numberify>1.1 一句話總結<a class="anchor ms-1" href="#11-一句話總結"></a></h3>
<p><code>taiwan-legal-plugin</code> 是一個 <a href="https://claude.com/claude-code" target="_blank" rel="noopener noreferrer">Claude Code<i class="fas fa-external-link-square-alt ms-1"></i></a> plugin marketplace，讓 Claude 直接在 IDE / chat 中查詢三個台灣公開法律資料來源：<strong>裁判書</strong>、<strong>法規</strong>、（v0.2 預計）<strong>憲法法庭釋字</strong>。</p>]]></description></item></channel></rss>