
johstracke skills on Remote OpenClaw
10 skills published by johstracke. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
research-assistant
Structured note-taking and knowledge management tool for agents. Stores research notes by topic with tags, supports full-text search across sessions, and exports to markdown files. Data persists in a local JSON database between sessions.
url-fetcher
Fetches web content using Python's standard library with no external dependencies or API keys. Supports HTML retrieval, basic HTML-to-markdown conversion, and safe file writes with path and URL validation built in.
task-runner
Persistent task and project manager that stores todos across agent sessions in a local JSON file. Supports project grouping, priority levels, status tracking, and markdown export. File exports are sandboxed to safe directories to prevent injection attacks.
security-checker
Static analysis tool that scans Python skill files before publishing to ClawHub. Checks for dangerous imports, hardcoded secrets, unsafe file operations, and code execution functions like eval/exec. Produces warnings and pass/fail results to guide safe publishing decisions.
note-processor
A command-line tool that analyzes and summarizes research notes stored in research_db.json. Provides summaries, keyword extraction, keyword search, and topic listing. Works alongside research-assistant, which handles note creation.
plant-tracker
A command-line tool for tracking plants and garden care. Stores plant records with species, location, planting date, and a full care history. Supports multiple garden types from indoor houseplants to vegetable beds and community plots.
garden-layout-planner
A command-line tool for planning garden beds with companion planting, plant spacing, and sun exposure tracking. Stores layouts in a local JSON database and supports multi-season crop rotation planning. Exports layouts to markdown for offline reference.
seasonal-planting-guide
A command-line tool that provides region-specific planting schedules based on USDA hardiness zones. It covers what to plant each month, plant details, and allows adding custom varieties to the calendar. Data is stored locally in JSON format.
pest-disease-tracker
A command-line tool for logging garden pests and diseases, recording treatments applied, and tracking whether those treatments worked. Stores all data locally in a JSON file under ~/.openclaw/workspace/.
farm-task-manager
Farm Task Manager organizes farm chores with scheduling, priorities, and recurring task support. Tasks are stored locally and can be filtered by status, category, assignee, or due date. Supports export to markdown or JSON.