‹ 首页

scienceworld-circuit-connector

@zjunlp · 收录于 5 天前 · 上游提交 2 周前

This skill connects two electrical components (e.g., wires, batteries, devices) by their terminals to build or modify a circuit. Use when constructing electrical setups for testing, such as conductivity checks or device activation. The input includes two component identifiers and their connection points, and the output is an established electrical connection.

适合你,如果需要在虚拟环境中搭建和测试电路。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add zjunlp/skillnet/scienceworld-circuit-connector
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zjunlp/skillnet/scienceworld-circuit-connector
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zjunlp/skillnet/scienceworld-circuit-connector
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1112GitHub stars
~521最小装载
~914含声明引用
~914文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 7bb9a48 · 表述以原文为准
它做什么

装上后,Claude能够连接两个电气元件的端子,例如将电池正极连到电线,从而构建或修改电路,用于测试导电性或设备运行。

什么时候触发

当你要测试材料电导率、连接电源到负载(灯泡、蜂鸣器等),或集成开关传感器时触发。

装好后可以这样说
执行连接命令。
建立电路路径。
构成完整电路。
技能原文 SKILL.md作者撰写 · MIT · 7bb9a48

Instructions

Primary Action

Execute the connect OBJ to OBJ action. The syntax is connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>.

When to Use

Use this skill when you need to establish an electrical connection between two components as part of building a circuit for testing or device operation. Common scenarios include:

  • Building a circuit to test a material's conductivity.
  • Connecting a power source (battery) to a load (light bulb, buzzer).
  • Integrating a switch or sensor into a circuit.
Procedure
  1. Identify Components: Locate the two components you need to connect (e.g., battery, black wire, unknown substance M, electric buzzer).
  2. Identify Terminals: Examine the components if necessary to determine their available connection points (e.g., anode, cathode, terminal 1, terminal 2).
  3. Formulate Command: Construct the connect command using the pattern: connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>.
  4. Example from trajectory: connect battery anode to black wire terminal 1
  5. Execute: Issue the command. A successful observation will confirm the connection (e.g., "anode on battery is now connected to terminal 1 on black wire").
Key Principles
  • Circuit Logic: Ensure your connections follow basic electrical principles. A typical series circuit path might be: Battery (+) -> Wire -> Device -> Wire -> Battery (-).
  • Verification: After making connections, check the state of indicators (like lights or buzzers) or use the examine action on components to verify the circuit is complete and functional.
  • Error Handling: If a connection fails, verify the component and terminal names are correct. Some terminals may only accept one connection.
Related Skills
  • For disconnecting components, use the disconnect OBJ action.
  • To activate/deactivate a powered component in the circuit, use the activate OBJ/deactivate OBJ actions.
  • Refer to references/circuit_basics.md for common circuit diagrams and troubleshooting.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。