← 返回 Skills 市场
harrylabsj

Small Parts Magnetic Bowl Label Card

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install small-parts-magnetic-bowl-label-card
功能描述
Printable bowl label cards that turn any magnetic bowl into a temporary inventory station -- track screws, washers, and small parts during repairs.
使用说明 (SKILL.md)

Small Parts Magnetic Bowl Label Card

Overview

Small Parts Magnetic Bowl Label Card provides printable labels for magnetic parts bowls. When screws, washers, clips, or small hardware get mixed during repairs or assembly, these cards track what each bowl contains -- item name, count, source step, return location, and a done checkbox. Place the card with the bowl and check off items as they are returned, turning any magnetic bowl into a temporary inventory station.

This skill is a temporary parts label only. It does not provide repair instructions. It includes a magnet safety caution.

When to Use

Use this skill when the user asks to:

  • Label a magnetic bowl of small parts during a repair
  • Track screws or washers during disassembly
  • Prevent mixing parts from different assembly steps
  • Create an inventory card for sorted hardware

Trigger phrases: "magnetic parts bowl label", "label my parts bowl", "track screws during repair", "printable parts label card", "magnetic bowl inventory card"

Workflow

Step 1 -- Name the Project

Ask the user what they are working on. Examples: "Replacing laptop screen", "Fixing drawer slides", "Assembling flat-pack shelf", "Bike brake repair".

Step 2 -- Sort and Identify Parts

Guide the user to sort parts into magnetic bowls. For each bowl, ask:

  • Item name: What is in this bowl? (e.g., "M3x8 screws", "Washers", "Hinge pins")
  • Count: How many items? (if known -- provide a count field even if estimated)
  • Source step: Where did these come from? (e.g., "Step 3 -- bottom panel", "Left hinge removal")
  • Return location: Where do these go back? (e.g., "Step 8 -- reassembly", "Same holes")

Step 3 -- Choose Card Format

Offer two formats:

  • Single-bowl card: One card per bowl, 3x4 inches -- item name, count, source, return, done box
  • Multi-bowl sheet: Up to 6 bowls on one page -- compact rows for larger projects

Step 4 -- Generate the Printable Card

Produce a text-based printable layout including:

  • Project name header
  • Bowl ID or number
  • Item name field (bold, prominent)
  • Count field (with a tally or number space)
  • Source step field
  • Return location field
  • Done checkbox ([ ] Returned / [ ] All accounted for)
  • Date line
  • Magnet safety note at the bottom

Provide the card as ASCII/markdown layout the user can copy, print, or hand-draw.

Step 5 -- Place the Card with the Bowl

Instruct the user to:

  • Print or copy the card
  • Fill in the fields
  • Place the card beside or under the magnetic bowl (not inside -- keep ink away from parts)
  • If the bowl is on a metallic surface, the card can sit flat nearby
  • Use tape or a small clip to secure if needed

Step 6 -- Check Off Return

Guide the user through the return process:

  • As parts go back to their locations, check the done box
  • Count remaining items to confirm nothing is missing
  • When the bowl is empty and all parts are returned, discard or file the card
  • For reusable cards: laminate and use dry-erase marker

Step 7 -- Magnet Safety Reminder

Always include this caution on every card:

  • Keep magnetic bowls away from hard drives, credit cards, pacemakers, and sensitive electronics
  • Do not place magnetic bowls directly on laptops or phones
  • If unsure about a device's sensitivity, use a non-magnetic bowl or tray instead

Step 8 -- Summarize and Exit

Confirm the card details. Remind the user that the card is a temporary tracking tool -- it prevents mix-ups during repair, not a permanent inventory system. Suggest related skills for tool organization and home repair checklists.

Safety & Compliance

  • Temporary parts label only -- no repair instructions or assembly guidance
  • Magnet safety caution is included on every card
  • No sharp-object, electrical, or tool-use instructions
  • No permanent inventory or asset-tagging claims
  • This is a descriptive prompt-flow skill with zero code execution, zero network calls, and zero credential requirements

Acceptance Criteria

  1. User describes a repair project; output includes printable card layout(s) with item name, count, source, and return fields
  2. A done/return checkbox is included on each card
  3. A magnet safety caution appears on every card
  4. No repair instructions, assembly steps, or tool guidance is provided
  5. Multi-bowl sheet option is offered for larger projects
  6. Card is markdown-text printable with clear field labels

Examples

Example 1: Laptop Repair

User says: "I'm replacing my laptop screen. I have 3 magnetic bowls of screws. Make me labels."

Skill guides: Capture project: "Laptop screen replacement". For each bowl: Bowl 1 -- "Bottom case screws (M2x4), 8 pcs, from Step 2 removal, return to Step 10". Bowl 2 -- "Hinge screws (M2x3), 6 pcs, from Step 4 hinge removal, return to Step 8". Bowl 3 -- "Bezel clips, 4 pcs, from Step 5 bezel, return to Step 7". Generate multi-bowl sheet. Include magnet safety caution. Advise keeping bowls on a metal tray, not the laptop surface.

Example 2: Furniture Assembly

User says: "Building a flat-pack desk. I want one card for the drawer hardware."

Skill guides: Capture project: "Desk assembly -- drawer unit". Sort parts: "Drawer slides screws (8 pcs), drawer handle screws (4 pcs), cam locks (4 pcs)". Source: "Step 6 -- drawer assembly". Return: "Same step -- tighten after alignment". Generate single-bowl card. Include done checkbox. Remind about magnet safety near any nearby electronics.

安全使用建议
This skill appears safe to install as a document-only helper. It should only ask for basic project and parts-label details needed to create printable cards.
功能分析
Type: OpenClaw Skill Name: small-parts-magnetic-bowl-label-card Version: 1.0.0 The skill is a prompt-only tool designed to generate text-based printable labels for organizing small parts during repairs. It contains no executable code, no network capabilities, and no requests for sensitive information, as confirmed by both SKILL.md and skill.json. The instructions are focused entirely on the stated purpose and include relevant safety warnings regarding magnet usage.
能力评估
Purpose & Capability
The stated purpose is to generate printable magnetic bowl label cards, and the provided instructions stay aligned with collecting part names, counts, source steps, return locations, and safety reminders.
Instruction Scope
The workflow is bounded to producing copyable/printable markdown layouts and explicitly avoids repair instructions, tool guidance, executable actions, or account/data access.
Install Mechanism
No install spec, binaries, scripts, packages, or executable files are present.
Credentials
The skill requires no environment variables, credentials, network access, local file access, or OS-specific permissions.
Persistence & Privilege
There is no evidence of persistence, background behavior, privilege use, local storage, memory, or ongoing agent activity.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install small-parts-magnetic-bowl-label-card
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /small-parts-magnetic-bowl-label-card 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Small Parts Magnetic Bowl Label Card. - Provides printable label cards to track small hardware in magnetic bowls during repairs. - Guides users step-by-step: naming the project, sorting parts, and generating single- or multi-bowl cards. - Cards include fields for item name, count, source step, return location, and a done checkbox. - Outputs cards in markdown text, ready for printing or hand-drawing. - Every card features a magnet safety warning.
元数据
Slug small-parts-magnetic-bowl-label-card
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Small Parts Magnetic Bowl Label Card 是什么?

Printable bowl label cards that turn any magnetic bowl into a temporary inventory station -- track screws, washers, and small parts during repairs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 Small Parts Magnetic Bowl Label Card?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install small-parts-magnetic-bowl-label-card」即可一键安装,无需额外配置。

Small Parts Magnetic Bowl Label Card 是免费的吗?

是的,Small Parts Magnetic Bowl Label Card 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Small Parts Magnetic Bowl Label Card 支持哪些平台?

Small Parts Magnetic Bowl Label Card 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Small Parts Magnetic Bowl Label Card?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论