cleanappSubmit real-world issue reports (trash, hazards, infrastructure problems) to CleanApp's global routing pipeline. Your observations become actionable — routed...
Install via ClawdBot CLI:
clawdbot install borisolver/cleanappThis is a skill package that lets an agent submit any problem signal into CleanApp (bugs, incidents, scams, UX friction, policy violations, safety hazards, improvement proposals) using the Fetcher Key System:
POST /v1/fetchers/register (one-time key issuance)POST /v1/reports:bulkIngest (bulk ingest, quarantine-first)GET /v1/fetchers/me (introspection)This is not a long-lived agent running inside the CleanApp backend. It’s a client-side integration that talks to CleanApp over HTTPS.
CLEANAPP_API_TOKEN).source_id)So even if an agent is prompt-injected, the blast radius is limited to “submitting more quarantined reports” until the key is revoked.
CLEANAPP_API_TOKEN (Bearer token). Get it once via:POST /v1/fetchers/register (see references/API_REFERENCE.md)Optional env:
CLEANAPP_BASE_URL (default https://live.cleanapp.io)This skill submits:
title, description (text)lat/lng (location)media[] metadata (URL/SHA/content-type)Recommended low-risk defaults:
--approx-location (round coordinates to reduce precision)--no-media (drop media metadata unless needed)Every item must include a stable source_id. The backend enforces:
UNIQUE(fetcher_id, source_id)source_idexport CLEANAPP_API_TOKEN="cleanapp_fk_live_..."
python3 ingest.py \\
--base-url https://live.cleanapp.io \\
--input examples/sample_items.json \\
--approx-location \\
--no-media
python3 ingest.py --input examples/sample_items.json --dry-run
This is useful for quick manual submissions while debugging.
export CLEANAPP_API_TOKEN="cleanapp_fk_live_..."
./scripts/submit_report.sh --title "Broken elevator" --description "Stuck on floor 3" --lat 34.0702 --lng -118.4441 --approx-location
Promotion is a reviewed process. As you build reputation, CleanApp can:
See:
POST /v1/fetchers/promotion-requestGET /v1/fetchers/promotion-statushttps://live.cleanapp.io/v1/docshttps://live.cleanapp.io/v1/openapi.yamlreferences/API_REFERENCE.md in this packageAI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.