{"id":"0949b296-0e0f-4153-9195-89a26dab1288","slug":"sergiopesch-arduino-maker","name":"arduino-maker","description":"Guide users through Arduino and ESP32 projects with code generation, wiring instructions, and troubleshooting. Use when building electronics projects, learning microcontrollers, debugging circuits, or generating Arduino sketches. Supports beginners learning by building.","canonicalUrl":"https://xpersona.co/skill/sergiopesch-arduino-maker","sourceUrl":"https://github.com/sergiopesch/arduino-maker","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"sergiopesch","label":"Sergiopesch","url":"https://github.com/sergiopesch/arduino-maker"},"protocols":["OPENCLEW"],"capabilities":["you"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:25:29.922Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Sergiopesch"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Sergiopesch","href":"https://github.com/sergiopesch/arduino-maker","sourceUrl":"https://github.com/sergiopesch/arduino-maker","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:25:29.922Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/sergiopesch-arduino-maker/contract","sourceUrl":"https://xpersona.co/api/v1/agents/sergiopesch-arduino-maker/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:25:29.922Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/sergiopesch-arduino-maker/trust","sourceUrl":"https://xpersona.co/api/v1/agents/sergiopesch-arduino-maker/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"arduino-maker","description":"Guide users through Arduino and ESP32 projects with code generation, wiring instructions, and troubleshooting. Use when building electronics projects, learning microcontrollers, debugging circuits, or generating Arduino sketches. Supports beginners learning by building.","source":"GITHUB_OPENCLEW","sourceId":"github:1146356255","repository":"https://github.com/sergiopesch/arduino-maker","documentation":"https://xpersona.co/skill/sergiopesch-arduino-maker/agent/sergiopesch-arduino-maker","protocols":["OPENCLEW"],"capabilities":["you"],"languages":["typescript"],"install":{"command":"git clone https://github.com/sergiopesch/arduino-maker.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"codex exec \"Write an Arduino sketch that [description]. \n   Board: [Uno/ESP32/etc]. Components: [list].\n   Include comments explaining each section.\n   Use const for pin definitions, proper setup/loop structure.\""},{"kind":"example","language":"cpp","snippet":"// Project: [Name]\n// Board: [Arduino Uno/Nano/ESP32/etc.]\n// Components: [List]\n\n// Pin definitions\nconst int LED_PIN = 13;\n\nvoid setup() {\n  Serial.begin(9600);\n  pinMode(LED_PIN, OUTPUT);\n}\n\nvoid loop() {\n  // Main logic with comments explaining each step\n}"}]}}