📄
DataPython

Extract

by s0912758806p

Extract is a Data skill for Claude Code, published by s0912758806p in agentic-sop-to-work.

206 stars21 forkson s0912758806p/agentic-sop-to-workAdded 2026/09/05Repository updated 2026/06/23
agentic-workflowclaude-codeclaude-code-pluginclaude-code-plugin-agenticsopsop
Install in seconds
Install Extract
Copy Extract into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/agentic-sop-kit/kit/skills/extract ~/.claude/skills/extract

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/s0912758806p/agentic-sop-to-work.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agentic-sop-kit/kit/skills/extract/SKILL.md in s0912758806p/agentic-sop-to-work
Installs to
~/.claude/skills/extract
Collection
One of 11 skills cataloged from this repository
Category
Data762 skills

What Extract does

Extract parses plain-text lines like key: number into a structured readings artifact with source-location trace. Use it when you need a simple, reusable first-step extractor for downstream processing.

Extract is cataloged under Data on DirSkills. Extract comes from a repository tagged agentic-workflow, claude-code, claude-code-plugin, claude-code-plugin-agenticsop and sop.

Documentation

README

Skill A — extract(抽取讀數)

SOP 流程的第 1 步。把文字輸入中的 key: number(或 key = number)抽成結構化 readings。

綁定的單一工具

  • python3(標準庫;正規表示式 re)。本 skill 只宣告/使用這一個工具。

依賴(完整宣告;缺項由 kit.require_deps 明確報錯,非靜默失敗)

  • python >= 3.8

參數化(無硬編碼專案值)

  • 輸入:--in <text 檔>(任意路徑,由編排層/呼叫端提供)
  • 輸出:--out <artifact.json>

介面(與上下游 skill 的資料格式)

  • 輸入:純文字(每行 key: number)。
  • 輸出 artifact{"schema":"readings@1","produced_by":"extract","data":{"readings":[{"key","value"}]},"trace":[{"value","source","locator"}]}
  • 下游(compute)讀 data.readings

執行

python3 skills/extract/tool.py --in <input.txt> --out <out/a.json>

獨立重用

本目錄(skills/extract/)+ lib/kit.py 可單獨抽出放到別專案;無專案專屬硬編碼,依 --in/--out 即可運作。

Frequently asked about Extract

  • What else does s0912758806p publish alongside Extract?

    Extract is one of 11 skills that DirSkills catalogs from s0912758806p/agentic-sop-to-work, the repository it ships in. Its siblings there include ALCOA Guard, Agentic SOP and Agentic Workflow Audit. Each one is a separate skill with its own page in this directory, installs the same way Extract does, and is maintained by s0912758806p in that same repository. The rest of the collection is listed on the s0912758806p/agentic-sop-to-work page.

  • How does Extract compare to other Data skills?

    Extract ranks #678 by stars among the 762 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Extract against them. Open each page to compare what they document and how they install.

More from s0912758806p/agentic-sop-to-work

Extract is one of 11 skills cataloged on DirSkills from s0912758806p/agentic-sop-to-work.

See all 11 skills