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.
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/scienceworld/scienceworld-circuit-connector/SKILL.mdExecute the connect OBJ to OBJ action. The syntax is connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>.
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:
battery, black wire, unknown substance M, electric buzzer).anode, cathode, terminal 1, terminal 2).connect command using the pattern: connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>.
connect battery anode to black wire terminal 1anode on battery is now connected to terminal 1 on black wire").examine action on components to verify the circuit is complete and functional.disconnect OBJ action.activate OBJ/deactivate OBJ actions.references/circuit_basics.md for common circuit diagrams and troubleshooting.7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.