nm-pensive-safety-critical-patternsApplies NASA Power of 10 rules for safety-critical verifiable code
Install via ClawdBot CLI:
clawdbot install athola/nm-pensive-safety-critical-patternsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/pensiveAudited Apr 16, 2026 · audit v1.0
Generated May 11, 2026
Apply NASA's Power of 10 rules to embedded medical device code that monitors patient vitals and administers therapy. The fixed loop bounds and no dynamic memory rules are critical for predictable real-time behavior and certification.
Use defensive assertions and return value checking to ensure atomic, correct fund transfers in a banking system. The assertion density rule helps catch data integrity violations early in development.
Implement restricted control flow and minimal variable scope in path planning algorithms where unbounded loops could cause safety hazards. The function size limit aids code review for verification.
Adapt the full rigor set of rules for avionics software that requires DO-178C certification. Enable all warnings and static analysis from day one to meet safety standards.
Apply selective rules like checking return values and parameter validation to protect against injection attacks and malformed requests. Assertions document invariants in critical data pipelines.
Offer third-party code review and certification prep for companies needing to comply with safety standards like ISO 26262 or IEC 62304. Revenue comes from per-project audits or subscription-based continuous review.
Deliver hands-on workshops teaching NASA-inspired coding patterns to engineering teams. Generate revenue through corporate training contracts and public workshop tickets.
Build or extend linters and static analyzers that automatically check compliance with the 10 rules. Revenue from licensing the tool or offering it as a SaaS add-on for CI/CD pipelines.
💬 Integration Tip
Integrate rule checks into CI/CD pipelines via linters like ruff or mypy with strict configs, and use the skill as a reference during code reviews by tagging sections that violate the adapted rules.
Scored Jul 15, 2026
Interact with Google Calendar via the Google Calendar API – list upcoming events, create new events, update or delete them. Use this skill when you need programmatic access to your calendar from OpenClaw.
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized for low tool calls and minimal output.
Track urgent appointment calls across multiple providers with a live availability board, call log, openings, callbacks, and confirmation details.
Prepare a clear seven-day symptom, trigger, question, and visit-note sheet before a clinician appointment.
Create a simple dry-cleaning pickup tracker and bag tag note template for dropped-off garments, pickup dates, special notes, and reminder text, without handl...
Read or write a user's Google Sheets, Docs, Drive, or Calendar from code via a Google service account — headless, no OAuth browser flow. Use when handed a cr...