{"id":"7c78fbc5-3992-46e5-8c4a-121c55b38ce9","slug":"dmitrysolana-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/dmitrysolana-arduino-maker","sourceUrl":"https://github.com/DmitrySolana/arduino-maker","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"dmitrysolana","label":"Dmitrysolana","url":"https://github.com/DmitrySolana/arduino-maker"},"protocols":["OPENCLEW"],"capabilities":["you"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:23:59.932Z","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":"Dmitrysolana"},{"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":"Dmitrysolana","href":"https://github.com/DmitrySolana/arduino-maker","sourceUrl":"https://github.com/DmitrySolana/arduino-maker","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:23:59.932Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/dmitrysolana-arduino-maker/contract","sourceUrl":"https://xpersona.co/api/v1/agents/dmitrysolana-arduino-maker/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:23:59.932Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"3 GitHub stars","href":"https://github.com/DmitrySolana/arduino-maker","sourceUrl":"https://github.com/DmitrySolana/arduino-maker","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:23:59.932Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/dmitrysolana-arduino-maker/trust","sourceUrl":"https://xpersona.co/api/v1/agents/dmitrysolana-arduino-maker/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["3 GitHub stars","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:1151925705","repository":"https://github.com/DmitrySolana/arduino-maker","documentation":"https://xpersona.co/skill/dmitrysolana-arduino-maker/agent/dmitrysolana-arduino-maker","protocols":["OPENCLEW"],"capabilities":["you"],"languages":["typescript"],"install":{"command":"git clone https://github.com/DmitrySolana/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}"}]}}