Submit real-world issue reports (trash, hazards, infrastructure problems) to CleanApp's global routing pipeline. Your observations become actionable — routed...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cleanapp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cleanapp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cleanapp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
This 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).- Stored + analyzed - Not publicly published - Not automatically routed to third parties - Not rewarded
- rate limits / quotas - idempotency (source_id) - kill switches (revoke/suspend)
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) - Store it as a ClawHub/OpenClaw secret; never paste into chat logs.
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 package安装 CleanApp Report Submission 后,可以对 AI 说这些话来触发它
Help me get started with CleanApp Report Submission
Explains what CleanApp Report Submission does, walks through the setup, and runs a quick demo based on your current project
Use CleanApp Report Submission to submit real-world issue reports (trash, hazards, infrastructure pro...
Invokes CleanApp Report Submission with the right parameters and returns the result directly in the conversation
What can I do with CleanApp Report Submission in my developer & devops workflow?
Lists the top use cases for CleanApp Report Submission, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/cleanapp/ 目录(个人级,所有项目可用),或 .claude/skills/cleanapp/(项目级)。重启 AI 客户端后,用 /cleanapp 主动调用,或让 AI 根据上下文自动发现并使用。
CleanApp Report Submission 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
CleanApp Report Submission 可免费安装使用。请查阅仓库了解许可证信息。
Submit real-world issue reports (trash, hazards, infrastructure problems) to CleanApp's global routing pipeline. Your observations become actionable — routed...
CleanApp Report Submission 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using CleanApp Report Submission
Identifies repetitive steps in your workflow and sets up CleanApp Report Submission to handle them automatically