ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

diy-pc-ingest

Ingest pasted PC parts purchase/config text (Discord message receipts, bullet lists) into Notion DIY_PC tables (PCConfig, ストレージ, エンクロージャー, PCInput). Use when the user pastes raw purchase logs/spec notes and wants the AI to classify, enrich via web search, ask follow-up questions for unknowns, and then upsert rows into the correct Notion data sources using the 2025-09-03 data_sources API.

Why use this skill?

Easily ingest PC component purchase logs, receipts, and spec lists into Notion. This skill automatically classifies, enriches, and syncs hardware data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/nextaltair/openclaw-skill-diy-pc-ingest
Or

What This Skill Does

diy-pc-ingest acts as an intelligent bridge between raw, unstructured shopping receipts or PC build logs and your structured Notion inventory. When you paste complex purchase summaries or specs—whether they come from Discord, email, or a simple text file—this skill parses the information into specific categories: PCConfig, Storage, and Enclosures. It goes beyond simple data entry by performing web lookups to enrich your hardware specs, ensuring that details like disk capacity, interface type, or bay counts are accurate without requiring manual input for every field.

Once parsed, the skill intelligently cross-references your existing Notion database to prevent duplication. It uses specific reconciliation rules (e.g., matching Storage by Serial Number or identifying PCConfig components by Name and Purchase Date) to determine whether to update an existing record or create a new one. This ensures your hardware inventory remains a single source of truth that stays updated as you upgrade or purchase new parts.

Installation

  1. Use the clawhub installation command: clawhub install openclaw/skills/skills/nextaltair/openclaw-skill-diy-pc-ingest.
  2. Locate the generated example config at ~/.config/diy-pc-ingest/config.json.
  3. Populate the required Notion database IDs for your Target tables (PCConfig, Storage, Enclosures).
  4. Set your NOTION_API_KEY in your environment variables to allow the skill to authenticate with your Notion workspace securely.

Use Cases

  • Automated Inventory Tracking: Instantly catalog a stack of new storage drives after a shopping trip by pasting the order invoice into the agent.
  • Build Documentation: Keep your primary PC specs up to date by inputting new part configurations during a rebuild or hardware refresh.
  • Vendor Aggregation: Unify purchase data from different vendors (like PC-Ones or Amazon) into a single, standardized Notion format.

Example Prompts

  1. "Here's my order confirmation for the new NVMe drive and the USB enclosure, please add these to my Notion storage and enclosure lists: [Paste Text]"
  2. "I just finished upgrading my RAM and CPU, here are the receipt details, can you update my main PC config? [Paste Text]"
  3. "Ingest these specs from my last build note and check if any of these parts are already in my inventory: [Paste Text]"

Tips & Limitations

  • Safety First: The skill performs better when you provide explicit serial numbers for storage; if missing, it will tag items as '暫定/シリアル不明' (Tentative/Serial Unknown).
  • Data Precision: While web searching helps fill gaps, always review the output if you are tracking high-value or highly specific equipment.
  • Conflict Resolution: If the skill finds multiple existing records that match your input (a collision), it will halt and ask you for clarification rather than overwriting data, ensuring you never lose unique records by accident.

Metadata

Stars1335
Views1
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-nextaltair-openclaw-skill-diy-pc-ingest": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#notion#hardware#automation#inventory
Safety Score: 4/5

Flags: external-api, code-execution