Paid client skill for Esri Workflow Smell Detector via x402 (Base/USDC). Use when you want to run a deterministic automation preflight scan on an ArcGIS Pro project snapshot by calling https://api.x402layer.cc/e/esri-smells (HTTP 402 payment flow).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install esri-smells-consumer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install esri-smells-consumer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/esri-smells-consumer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: esri-workflow-smell-detector (consumer) version: 1.0.0 description: | Paid client skill for Esri Workflow Smell Detector via x402 (Base/USDC). Use when you want to run a deterministic automation preflight scan on an ArcGIS Pro project snapshot by calling https://api.x402layer.cc/e/esri-smells (HTTP 402 payment flow). ---
This skill helps an agent call the paid Smell Detector endpoint (x402 pay-per-request) using Base/USDC.
It does not host the service.
The expected input, project_snapshot, is the JSON artifact produced by the open-source ArcGIS Pro CLI (arcgispro-cli).
Recommended workflow: 1) Use arcgispro-cli to export a project snapshot/context artifact (safe-by-default, no raw data) 2) Send that JSON to this paid endpoint for a deterministic preflight risk report 3) Use the report to decide whether to proceed with automation (ArcPy/GP/AGOL) and what to fix first
This keeps a clean boundary:
arcgispro-cli) answers: what is in the projectPOST https://api.x402layer.cc/e/esri-smellsRequired JSON body:
{
"project_snapshot": { },
"constraints": {
"target": "arcpy" | "geoprocessing" | "agol",
"deployment": "desktop" | "server",
"max_runtime_sec": 300
}
}
summaryrisk_score (0.0–1.0)issues[]flagsversionrequestHashrequestHash1) Install deps:
pip install -r {baseDir}/requirements.txt
2) Set wallet env (consumer wallet):
export PRIVATE_KEY="0x..."
export WALLET_ADDRESS="0x..."
3) Call the endpoint:
python {baseDir}/scripts/call_smells.py path/to/project_snapshot.json
X-Payment.安装 Esri Workflow Smell Detector (Consumer) 后,可以对 AI 说这些话来触发它
Help me get started with Esri Workflow Smell Detector (Consumer)
Explains what Esri Workflow Smell Detector (Consumer) does, walks through the setup, and runs a quick demo based on your current project
Use Esri Workflow Smell Detector (Consumer) to paid client skill for Esri Workflow Smell Detector via x402 (Base/U...
Invokes Esri Workflow Smell Detector (Consumer) with the right parameters and returns the result directly in the conversation
What can I do with Esri Workflow Smell Detector (Consumer) in my developer & devops workflow?
将技能文件夹放到 ~/.claude/skills/esri-smells-consumer/ 目录(个人级,所有项目可用),或 .claude/skills/esri-smells-consumer/(项目级)。重启 AI 客户端后,用 /esri-smells-consumer 主动调用,或让 AI 根据上下文自动发现并使用。
Esri Workflow Smell Detector (Consumer) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Esri Workflow Smell Detector (Consumer) 可免费安装使用。请查阅仓库了解许可证信息。
Paid client skill for Esri Workflow Smell Detector via x402 (Base/USDC). Use when you want to run a deterministic automation preflight scan on an ArcGIS Pro project snapshot by calling https://api.x402layer.cc/e/esri-smells (HTTP 402 payment flow).
Lists the top use cases for Esri Workflow Smell Detector (Consumer), with example commands for each scenario
Automate my developer & devops tasks using Esri Workflow Smell Detector (Consumer)
Identifies repetitive steps in your workflow and sets up Esri Workflow Smell Detector (Consumer) to handle them automatically
Esri Workflow Smell Detector (Consumer) 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。