Compare commits
6 Commits
2b4a1918d4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9956660ed8 | ||
| 9212f843f3 | |||
| 3fbd5e1cfd | |||
|
|
83acedbc23 | ||
|
|
9646bd7d24 | ||
|
|
ac48ac713b |
20
.gitea/workflows/link-checker.yml
Normal file
20
.gitea/workflows/link-checker.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Check Links
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
lycheee:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
args: --verbose --no-progress './**/*.md'
|
||||
# Fail the build if broken links are found
|
||||
fail: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 Space²
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
101
README.md
101
README.md
@@ -1,7 +1,7 @@
|
||||
# Claw Ideas: Problem Solver Projects
|
||||
A collection of architecturally challenging project ideas for developers.
|
||||
# Claw Ideas
|
||||
A collection of projects to build with Openclaw.
|
||||
|
||||
These projects are designed for developers looking to grow into "Problem Solver / Engineer" roles by focusing on infrastructure, automation, and intelligent tooling.
|
||||
Yes this is a AI Slop Repo, don't worry, i know.😘
|
||||
|
||||
## Projects
|
||||
|
||||
@@ -11,22 +11,95 @@ These projects are designed for developers looking to grow into "Problem Solver
|
||||
- ✨ **[The Vibe-Based Room Controller](./ideas/tiktok-worthy/vibe-room-control.md)** — Magical, mood-responsive smart home automation.
|
||||
|
||||
### Dev Tooling
|
||||
- 🤖 **[Automated Code-Review-Pipeline](./ideas/dev-tooling/code-review.md)**
|
||||
- 📝 **[Repo Documentation & Change Summarizer](./ideas/dev-tooling/repo-summarizer.md)**
|
||||
- 🚦 **[PR Conflict Predictor](./ideas/dev-tooling/pr-conflict-predictor.md)** — Warns about likely merge conflicts before they get nasty.
|
||||
- 🛡️ **[Dependency Vulnerability Watcher](./ideas/dev-tooling/dependency-vulnerability-watcher.md)** — Monitors your repos for new CVEs and opens issues/PRs automatically.
|
||||
- 📈 **[Test Coverage Enforcer](./ideas/dev-tooling/test-coverage-enforcer.md)** — Blocks or comments on PRs that drop test coverage, with suggestions.
|
||||
- 🤖 **[Automated Code-Review-Pipeline](./ideas/dev-tooling/code-review.md)** — Review code changes for quality and style automatically.
|
||||
- 📝 **[Repo Documentation & Change Summarizer](./ideas/dev-tooling/repo-summarizer.md)** — Summarizes repo changes and generates docs.
|
||||
- 🤝 **[Coding Assistant (Gitea Integration)](./ideas/dev-tooling/coding-assistant.md)** — AI assistant for code and PRs, integrated with Gitea.
|
||||
|
||||
### Infrastructure & Ops
|
||||
- 👀 **[Observability-as-a-Service](./ideas/infrastructure-ops/observability.md)**
|
||||
- ⚡ **[Serverless Micro-Stack Manager](./ideas/infrastructure-ops/micro-stack.md)**
|
||||
- 🏃 **[Runbook Executor](./ideas/infrastructure-ops/runbook-executor.md)** — Runs YAML/Markdown runbooks step-by-step with approval gates.
|
||||
- 💸 **[Cost Anomaly Detector](./ideas/infrastructure-ops/cost-anomaly-detector.md)** — Watches cloud spend and alerts or remediates on spikes.
|
||||
- 🛠️ **[Self-Healing Service Monitor](./ideas/infrastructure-ops/self-healing-service-monitor.md)** — Detects failing services and tries recovery before paging.
|
||||
- 👀 **[Observability-as-a-Service](./ideas/infrastructure-ops/observability.md)** — Unified monitoring and alerting for your stack.
|
||||
- ⚡ **[Serverless Micro-Stack Manager](./ideas/infrastructure-ops/micro-stack.md)** — Manage serverless micro-stacks easily.
|
||||
- ☁️ **[Manage AWS Infrastructure](./ideas/infrastructure-ops/manage-aws.md)** — Automate AWS resource management.
|
||||
- 🖥️ **[VPS Management Agent](./ideas/infrastructure-ops/vps-management.md)** — Automate VPS setup, patching, and monitoring.
|
||||
|
||||
### AI & Knowledge
|
||||
- 📚 **[RAG Knowledge Hub](./ideas/ai-knowledge/rag-hub.md)**
|
||||
- 📝 **[Meeting Notes → Action Items Pipeline](./ideas/ai-knowledge/meeting-notes-pipeline.md)** — Turns call transcripts into actionable tasks and syncs to your tracker.
|
||||
- 💬 **[Codebase Q&A Agent](./ideas/ai-knowledge/codebase-qa-agent.md)** — Ask questions about your codebase and get source-cited answers.
|
||||
- 📚 **[RAG Knowledge Hub](./ideas/ai-knowledge/rag-hub.md)** — Central hub for retrieval-augmented generation over docs and code.
|
||||
|
||||
### Personal Automation
|
||||
- 🌉 **[IoT Webhook Bridge](./ideas/personal-automation/home-bridge.md)**
|
||||
- 📦 **[Personal Data Aggregator](./ideas/personal-automation/data-aggregator.md)**
|
||||
- 🧠 **[AI-Driven Habit Tracker & Nudger](./ideas/personal-automation/habit-tracker.md)**
|
||||
- 📥 **[Unified Notification Router](./ideas/personal-automation/unified-notification-router.md)** — One inbox for all alerts, with smart triage and noise suppression.
|
||||
- 📊 **[Weekly Digest Generator](./ideas/personal-automation/weekly-digest-generator.md)** — Summarizes git, issues, and habits into a weekly report.
|
||||
- ⏰ **[Context-Aware Pomodoro / Focus Mode](./ideas/personal-automation/focus-mode.md)** — Blocks distractions and queues tasks during deep work.
|
||||
- 🌉 **[IoT Webhook Bridge](./ideas/personal-automation/home-bridge.md)** — Connects IoT devices and webhooks easily.
|
||||
- 📦 **[Personal Data Aggregator](./ideas/personal-automation/data-aggregator.md)** — Collects and unifies your personal data streams.
|
||||
- 🧠 **[AI-Driven Habit Tracker & Nudger](./ideas/personal-automation/habit-tracker.md)** — Tracks habits and nudges you with AI.
|
||||
- 🌐 **[Personal AI Website](./ideas/personal-automation/personal-ai-website.md)** — Your own AI-powered personal site.
|
||||
- 🏠 **[Homeassistant Agent Integration](./ideas/personal-automation/homeassistant-agent.md)** — Integrates Luna with Homeassistant.
|
||||
- 📧 **[Email Communications Agent](./ideas/personal-automation/email-comms.md)** — Automates and triages your email.
|
||||
|
||||
### Everyday Helpers
|
||||
- 🎥 **[YouTube & Article Summarizer](./ideas/everyday-helpers/media-summarizer.md)**
|
||||
- 🏷️ **[Intelligent Price Watcher](./ideas/everyday-helpers/smart-price-tracker.md)**
|
||||
- 🍳 **[AI-Fridge-Chef](./ideas/everyday-helpers/ai-fridge-chef.md)**
|
||||
- 🎥 **[YouTube & Article Summarizer](./ideas/everyday-helpers/media-summarizer.md)** — Summarizes videos and articles into key points.
|
||||
- 🏷️ **[Intelligent Price Watcher](./ideas/everyday-helpers/smart-price-tracker.md)** — Monitors prices and alerts you on drops.
|
||||
- 🍳 **[AI-Fridge-Chef](./ideas/everyday-helpers/ai-fridge-chef.md)** — Suggests recipes based on what's in your fridge.
|
||||
|
||||
### Communication & Social
|
||||
- 📬 **[Smart Email Triage](./ideas/communication-social/smart-email-triage.md)** — Reads your inbox, drafts replies, flags urgent stuff.
|
||||
- 📅 **[Social Media Scheduler & Analyzer](./ideas/communication-social/social-media-scheduler.md)** — Schedules posts, tracks engagement, gives summaries.
|
||||
- 📰 **[Newsletter Digest Aggregator](./ideas/communication-social/newsletter-digest-aggregator.md)** — Consolidates newsletters into one brief, skips the noise.
|
||||
|
||||
### Finance & Budgeting
|
||||
- 💰 **[Personal Finance Dashboard](./ideas/finance-budgeting/personal-finance-dashboard.md)** — Pulls bank/card data, categorizes spending, flags anomalies.
|
||||
- 🔔 **[Subscription Tracker](./ideas/finance-budgeting/subscription-tracker.md)** — Detects recurring charges, alerts on price hikes, suggests cancellations.
|
||||
- 🧾 **[Invoice Automation Agent](./ideas/finance-budgeting/invoice-automation-agent.md)** — Generates, sends, and tracks invoices with reminders.
|
||||
|
||||
### Learning & Knowledge Management
|
||||
- 🧠 **[Spaced Repetition Study Agent](./ideas/learning-knowledge/spaced-repetition-study-agent.md)** — Turns notes into flashcards and schedules reviews.
|
||||
- 📄 **[Research Paper Summarizer](./ideas/learning-knowledge/research-paper-summarizer.md)** — Summarizes arXiv/PDFs into key takeaways.
|
||||
- 🚀 **["Explain This Codebase" Onboarder](./ideas/learning-knowledge/explain-codebase-onboarder.md)** — Auto-generates onboarding docs for new repos.
|
||||
|
||||
### Health & Wellbeing
|
||||
- 😴 **[Sleep & Energy Correlator](./ideas/health-wellbeing/sleep-energy-correlator.md)** — Finds patterns between sleep, energy, and productivity.
|
||||
- 🥗 **[Meal Planner with Grocery Lists](./ideas/health-wellbeing/meal-planner-grocery-lists.md)** — Plans meals and builds shopping lists for you.
|
||||
- 🏋️ **[Workout Logger & Progression Tracker](./ideas/health-wellbeing/workout-logger-progression.md)** — Logs workouts, tracks PRs, suggests progressions.
|
||||
|
||||
### Security & Privacy
|
||||
- 🕵️ **[Secrets Scanner](./ideas/security-privacy/secrets-scanner.md)** — Watches for accidentally committed credentials.
|
||||
- 🔐 **[Self-Hosted Auth Manager](./ideas/security-privacy/self-hosted-auth-manager.md)** — Manages SSO/OAuth for your self-hosted stack.
|
||||
- 🛡️ **[Attack Surface Monitor](./ideas/security-privacy/attack-surface-monitor.md)** — Scans your exposed services and reports new risks.
|
||||
|
||||
### Media & Entertainment
|
||||
- 🎬 **[Personal Watchlist Ranker](./ideas/media-entertainment/watchlist-ranker.md)** — Ranks movies/shows by mood, time, and ratings.
|
||||
- 🎵 **[Music Discovery Pipeline](./ideas/media-entertainment/music-discovery-pipeline.md)** — Finds new artists from your listening data.
|
||||
- 🎙️ **[Podcast Chapter Summarizer](./ideas/media-entertainment/podcast-summarizer.md)** — Summarizes podcasts into skimmable notes.
|
||||
|
||||
|
||||
#### Data Engineering
|
||||
- 🔄 **[Data Pipeline Orchestrator](./ideas/data-engineering/pipeline-orchestrator.md)** — Orchestrates ETL tasks, retries, schema drift detection, and auto-scaling jobs.
|
||||
|
||||
#### Hardware & Device Automation
|
||||
- 🔧 **[Automated Firmware Updater](./ideas/hardware-automation/firmware-updater.md)** — Safely roll out firmware updates with canaries and rollbacks.
|
||||
|
||||
#### Robotics & Edge
|
||||
- 🤖 **[Robot Task Scheduler](./ideas/robotics-edge/robot-task-scheduler.md)** — Schedule and monitor autonomous tasks for robots and drones.
|
||||
|
||||
#### Customer Support
|
||||
- 🎫 **[Ticket Triage Agent](./ideas/customer-support/ticket-triage-agent.md)** — Classifies, prioritizes, and drafts replies to support tickets.
|
||||
|
||||
#### Marketing
|
||||
- 📣 **[Experiment Runner](./ideas/marketing-automation/experiment-runner.md)** — Automates A/B tests and analyzes results.
|
||||
|
||||
#### Legal & Compliance
|
||||
- 📜 **[Regulatory Audit Agent](./ideas/legal-compliance/regulatory-audit-agent.md)** — Scans docs and procedures for compliance gaps.
|
||||
|
||||
#### Desktop RPA
|
||||
- 🖥️ **[Desktop Automation Manager](./ideas/rpa-desktop/desktop-automation-manager.md)** — Manage user-facing automation and macros.
|
||||
|
||||
#### Localization
|
||||
- 🌐 **[Translation Pipeline](./ideas/localization/translation-pipeline.md)** — Automate translations, QA, and context checks.
|
||||
|
||||
|
||||
10
ideas/customer-support/ticket-triage-agent.md
Normal file
10
ideas/customer-support/ticket-triage-agent.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ticket Triage Agent
|
||||
|
||||
Automate classification, prioritization, and first-draft responses for support tickets. Route to the right team and enforce SLAs.
|
||||
|
||||
Agent capabilities:
|
||||
- Classify intent, extract entities, and determine severity/SLA
|
||||
- Draft suggested replies, escalate to human agents for complex cases
|
||||
- Auto-create incidents for systemic issues and trigger runbooks
|
||||
|
||||
Integrations: Zendesk, Freshdesk, Jira, email, chat platforms.
|
||||
10
ideas/data-engineering/pipeline-orchestrator.md
Normal file
10
ideas/data-engineering/pipeline-orchestrator.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Data Pipeline Orchestrator
|
||||
|
||||
Automate ETL/ELT workflows: schedule jobs, handle retries, detect schema drift, spin up jobs on demand, and auto-heal failed runs.
|
||||
|
||||
Agent capabilities to add:
|
||||
- Connect to data sources, run transformations, and validate outputs
|
||||
- Auto-scale compute for heavy jobs and failover to cheaper instances
|
||||
- Send alerts, open issues, or create remediation PRs when data quality breaks
|
||||
|
||||
Integrations: Airflow, Prefect, dbt, Snowflake, BigQuery, S3.
|
||||
10
ideas/hardware-automation/firmware-updater.md
Normal file
10
ideas/hardware-automation/firmware-updater.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Automated Firmware Updater
|
||||
|
||||
Safely roll out firmware updates to fleets of IoT devices and embedded hardware with canaries, staged rollouts and automatic rollback on failures.
|
||||
|
||||
Agent capabilities:
|
||||
- Orchestrate canary batches, monitor device health/telemetry, and pause/rollback on anomalies
|
||||
- Maintain cryptographic signing, version compatibility checks, and staged deployment policies
|
||||
- Integrate with device registries and update delivery networks
|
||||
|
||||
Integrations: Mender, balena, OTA servers, device telemetry systems.
|
||||
10
ideas/legal-compliance/regulatory-audit-agent.md
Normal file
10
ideas/legal-compliance/regulatory-audit-agent.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Regulatory Audit Agent
|
||||
|
||||
Scan policies, procedures and documentation to surface compliance gaps and create prioritized remediation tasks.
|
||||
|
||||
Agent capabilities:
|
||||
- Map regulatory requirements to company docs and highlight mismatches
|
||||
- Produce audit-ready reports and suggested procedural changes
|
||||
- Track remediation progress and prepare evidence bundles
|
||||
|
||||
Integrations: document stores, ticket trackers, DLP systems, policy repositories.
|
||||
10
ideas/localization/translation-pipeline.md
Normal file
10
ideas/localization/translation-pipeline.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Translation & Localization Pipeline
|
||||
|
||||
Automate translation workflows, context-aware QA, and localization testing for products and docs.
|
||||
|
||||
Agent capabilities:
|
||||
- Extract translatable strings, run MT + human-in-the-loop review, and validate context
|
||||
- Maintain glossaries, detect UI truncation/regressions, and run pseudo-localization tests
|
||||
- Deploy localized assets and notify stakeholders of changes
|
||||
|
||||
Integrations: Translation APIs, TMS (Crowdin/Transifex), CI pipelines.
|
||||
10
ideas/marketing-automation/experiment-runner.md
Normal file
10
ideas/marketing-automation/experiment-runner.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Marketing Experiment Runner
|
||||
|
||||
Automate A/B/n experiments across web, email and ads, collect metrics, analyze significance, and implement winners.
|
||||
|
||||
Agent capabilities:
|
||||
- Launch experiments, monitor metrics, and detect early signals
|
||||
- Automatically allocate traffic and pause harmful variants
|
||||
- Generate statistical reports and suggest next tests
|
||||
|
||||
Integrations: GA4, Optimizely, email providers, ad platforms, analytics stores.
|
||||
11
ideas/mobile-integration/document-receipt-scanner.md
Normal file
11
ideas/mobile-integration/document-receipt-scanner.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Mobile Document & Receipt Scanner
|
||||
Automatically capture and process physical documents using your phone gallery and camera.
|
||||
|
||||
## Overview
|
||||
Turns your phone into a high-speed intake node for the [Invoice Automation Agent](../finance-budgeting/invoice-automation-agent.md) or personal knowledge base.
|
||||
|
||||
## Features
|
||||
- **Gallery Watcher**: Monitors `photos_latest` to find and process new receipts or documents.
|
||||
- **On-Demand Scan**: Prompt the agent to take a `camera_snap` of a document for immediate OCR.
|
||||
- **Automatic Filing**: Categorizes and uploads scanned images to your [RAG Knowledge Hub](../ai-knowledge/rag-hub.md).
|
||||
- **Expense Matching**: Cross-references scanned receipts with your [Personal Finance Dashboard](../finance-budgeting/personal-finance-dashboard.md).
|
||||
11
ideas/mobile-integration/notification-bridge.md
Normal file
11
ideas/mobile-integration/notification-bridge.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Notification Bridge & Filter
|
||||
Streamline your mobile notifications and allow your agent to take action on your behalf.
|
||||
|
||||
## Overview
|
||||
A central hub for managing mobile alerts, filtering out noise, and automating responses.
|
||||
|
||||
## Features
|
||||
- **Smart Triage**: Agent uses `notifications_list` to categorize alerts by importance.
|
||||
- **Automated Replies**: Uses `notifications_action` to reply to messages or confirm appointments.
|
||||
- **Cross-Device Sync**: Forwards critical notifications from your phone to your desktop or other nodes via `notify`.
|
||||
- **Contextual Silence**: Automatically dismisses non-urgent notifications during [Focus Mode](../personal-automation/focus-mode.md).
|
||||
11
ideas/mobile-integration/safety-environment-monitor.md
Normal file
11
ideas/mobile-integration/safety-environment-monitor.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Personal Safety & Environment Monitor
|
||||
Use your phone as a mobile sensor platform for personal safety and environmental awareness.
|
||||
|
||||
## Overview
|
||||
Combines location, camera, and device status to act as a personal safety monitor.
|
||||
|
||||
## Features
|
||||
- **Check-in Automations**: Automatically sends your `location_get` to a trusted contact if you don't check in.
|
||||
- **Incident Logger**: Quick-trigger `camera_clip` and `location_get` to document environmental issues or safety concerns.
|
||||
- **Battery/Thermal Guardian**: Keeps you informed of `device_health` during outdoor activities or travel.
|
||||
- **Emergency Notify**: Receive high-priority `notify` alerts based on external environmental data or local risks.
|
||||
11
ideas/mobile-integration/screen-context-assistant.md
Normal file
11
ideas/mobile-integration/screen-context-assistant.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Screen-Aware Context Assistant
|
||||
Provide the agent with context from what you're doing on your phone.
|
||||
|
||||
## Overview
|
||||
Uses screen recordings to help the agent understand your mobile workflow and provide assistance.
|
||||
|
||||
## Features
|
||||
- **Workflow Troubleshooting**: Record a bug or a confusing UI with `screen_record` for the agent to analyze.
|
||||
- **Mobile Tutorial Generator**: Agent watches your `screen_record` and generates a step-by-step guide.
|
||||
- **Contextual Q&A**: Ask questions about an app or website currently on your screen.
|
||||
- **Data Extraction**: Extracts text or data from mobile apps that don't have APIs.
|
||||
11
ideas/mobile-integration/security-location-sentinel.md
Normal file
11
ideas/mobile-integration/security-location-sentinel.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Mobile Security & Location Sentinel
|
||||
Monitor your phone's physical security and use its location for automated workflows.
|
||||
|
||||
## Overview
|
||||
Leverages GPS and device status to provide security alerts and trigger location-based automations.
|
||||
|
||||
## Features
|
||||
- **Geofenced Actions**: Trigger runbooks or notifications via `location_get` when entering or leaving specific areas.
|
||||
- **Device Health Alerts**: Monitor `device_health` and `device_status` to notify you if your phone is overheating or low on battery.
|
||||
- **Lost Device Recovery**: Use `location_get` and `camera_snap` (front/back) to help locate a misplaced phone.
|
||||
- **Theft Deterrent**: Detect unusual movement or state changes and send an emergency `notify` alert.
|
||||
11
ideas/mobile-integration/visual-task-assistant.md
Normal file
11
ideas/mobile-integration/visual-task-assistant.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Visual Task Assistant
|
||||
Use your phone's camera to identify objects and help with physical tasks.
|
||||
|
||||
## Overview
|
||||
A bridge between the physical world and your AI agent, using the mobile camera to provide visual context for instructions, troubleshooting, or organization.
|
||||
|
||||
## Features
|
||||
- **Object Identification**: Use `camera_snap` to identify parts, tools, or ingredients.
|
||||
- **Instructional Overlay**: Agent provides step-by-step guidance based on what it sees.
|
||||
- **Visual Inventory**: Scan shelves or pantries using `camera_clip` to update your [RAG Knowledge Hub](../ai-knowledge/rag-hub.md).
|
||||
- **Remote Eyes**: Allow the agent to "see" what you see when you're stuck on a DIY project.
|
||||
10
ideas/robotics-edge/robot-task-scheduler.md
Normal file
10
ideas/robotics-edge/robot-task-scheduler.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Robot Task Scheduler
|
||||
|
||||
Schedule, dispatch, and monitor autonomous tasks for robots, drones and edge controllers. Handle retries, collision avoidance cues, and mission telemetry.
|
||||
|
||||
Agent capabilities:
|
||||
- Convert high-level goals into step sequences, allocate robots, and route tasks by location/availability
|
||||
- Monitor telemetry, pause tasks for safety or low battery, trigger human approval for risky ops
|
||||
- Record mission logs and auto-generate post-run reports
|
||||
|
||||
Integrations: ROS, MQTT, fleet management systems, edge compute.
|
||||
10
ideas/rpa-desktop/desktop-automation-manager.md
Normal file
10
ideas/rpa-desktop/desktop-automation-manager.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Desktop Automation Manager
|
||||
|
||||
Manage robotic process automation (RPA) flows across user desktops and virtual machines: schedule macros, enforce permissions, and collect results.
|
||||
|
||||
Agent capabilities:
|
||||
- Record user flows, convert to reusable automations, and run under safe sandboxes
|
||||
- Monitor success/failure, rotate credentials securely, and generate audit logs
|
||||
- Provide self-service for non-technical users to trigger automations
|
||||
|
||||
Integrations: WinAppDriver, AutoHotkey, Power Automate, credential stores.
|
||||
Reference in New Issue
Block a user