sensecraft-solutions: Skill for Claude Code

.agents/skills/solution-copywriting/SKILL.md

solution-copywriting is a skill for Claude Code from suharvest/sensecraft-solutions. It costs 56 tokens per session (11,544 once invoked), scanned A, original, Apache-2.0.

A writing-review skill for IoT solution pages and deployment guides. IoT means connected devices that collect or exchange data, such as warehouse sensors.

In plain words
What is it for?
Use it to review or improve a solution's introduction and deployment pages, simplify terms, clarify device descriptions and setup steps, and add troubleshooting tables.
Why use it?
It finds technical language, unclear instructions, and missing explanations that can make an IoT solution difficult for non-technical readers to understand or deploy.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument; installed under .agents/ (shared by several agents).

This is suharvest/sensecraft-solutions's own configuration. It tells Claude Code how to work on sensecraft-solutions itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sensecraft-solutions configures →

Reuse

Borrowing it

Nothing to install: this file belongs to suharvest/sensecraft-solutions. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/suharvest/sensecraft-solutions/main/.agents/skills/solution-copywriting/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/suharvest/sensecraft-solutions

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solution-copywriting

README.md
[![agentmods](https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/solution-copywriting/github.svg)](https://agentmods.dev/skills/suharvest/sensecraft-solutions/solution-copywriting)
Your own site
<a href="https://agentmods.dev/skills/suharvest/sensecraft-solutions/solution-copywriting"><img src="https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/solution-copywriting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for solution-copywriting

Your own site · 80×15
<a href="https://agentmods.dev/skills/suharvest/sensecraft-solutions/solution-copywriting"><img src="https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/solution-copywriting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,544 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.11544
Opus 5 $0.00028 $0.05772
Sonnet 5 $0.00011 $0.02309
Haiku 4.5 $0.00006 $0.01154

Measured 10d ago against content hash 0c4c0cc3b9e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

solution-copywriting scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- [ ] curl/代码示例放在部署完成、接口详情或 guide.md 中,不要放在介绍页首屏?
.agents/skills/solution-copywriting/SKILL.md · 1,090 lines

How it starts

The opening of the file, as written. The whole thing — 1,090 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Solution Copywriting Skill

调用方式

/solution-copywriting smart_warehouse                    # 全面检查
/solution-copywriting smart_warehouse 介绍页术语太专业    # 指定修改方向
/solution-copywriting smart_warehouse 部署步骤不清晰
/solution-copywriting smart_warehouse 添加故障排查表格

参数说明

  • $0 = solution_id(必填)
  • $1... = 修改方向(可选,自然语言描述)

执行流程

Step 1: 读取方案文件

  • solutions/$0/solution.yaml
  • solutions/$0/description.md + solutions/$0/description_zh.md
  • solutions/$0/guide.md + solutions/$0/guide_zh.md

如果指定了修改方向 ($1): 优先按用户指定方向修改,跳过无关检查项。

Step 2: 介绍页检查(对照下方「一、介绍页文案标准」)

  • 有「这个方案能帮你做什么」段落?
  • 有「核心价值」表格?
  • 有「适用场景」示例?
  • 有「使用须知」限制说明?
  • 专业术语已替换?
  • 设备名称具体、不泛指?
  • 设备描述只写功能、不贴产品定位标签?
  • 技术工具名已转为用户价值描述?

根据 solution_type 的额外检查

如果 solution_type: technical(技术演示):

  • 首屏先讲「能接到什么系统、解决什么能力缺口」,不是先贴端口/API 表?
  • 有「部署后你会得到什么」或等价段落?(把接口翻译成用户能理解的产物)
  • 有接口段落?(说明产出什么数据、什么协议、什么格式;如前端已自动展示 output_interfaces,正文只做通俗解释)
  • curl/代码示例放在部署完成、接口详情或 guide.md 中,不要放在介绍页首屏?
  • 核心价值聚焦在「能力」而非「业务流程」?
  • 没有过度包装成完整业务方案?

如果 solution_type: solution(完整方案):

  • 有用户操作界面/仪表板的描述或截图?
  • 适用场景描述的是完整业务流程(而非单一技术能力)?
  • 有「部署效果」段落让用户预知部署后能看到什么?

Step 3: 部署页检查(对照下方「三、部署页文案标准」)

  • 每个步骤有 ### 接线 / ### Wiring 子节?
  • 每个步骤有 ### 故障排查 / ### Troubleshooting 子节?
  • 中英文步骤 ID({#...} 部分)完全一致?
  • 中文关键词严格使用规范写法?(### 部署目标: 不是 ### 目标:### 故障排查 不是 ### 排错——完整对照表见下方「子节识别规则」表)
  • 成功页内容完整?
  • 尖括号占位符已正确处理?裸文本中 <device-ip>\<device-ip\>;backtick 内和 fenced code block 内不要转义(反斜杠会原样显示)

Step 4: 输出改进报告

  • 按 P0/P1/P2 分类问题
  • 提供修改建议或直接修改

概述

本 Skill 用于创建或优化 solutions/ 目录下的解决方案文案,确保:

  • 非技术用户能在 30 秒内理解方案价值
  • 部署步骤清晰可执行,不卡壳、不出错
  • 用词通俗易懂,避免专业术语

一、介绍页文案标准

目标

帮助非技术用户在 30 秒内理解:这个方案解决什么问题?对我有什么好处?

文件位置

使用分离格式(每种语言独立文件):

solutions/[id]/
├── description.md      # 英文介绍页
└── description_zh.md   # 中文介绍页

结构模板(必须包含以下 4 个部分)

## 这个方案能帮你做什么

[用 1-2 句话,用通俗语言描述痛点和解决方案]

示例:
- ✓ "仓库管理系统功能强大,但上手成本高——要培训、要记菜单。这个方案把复杂操作变成说话,开口就会用。"
- ✗ "本方案通过集成视觉识别模块实现多模态人机交互能力增强。"

## 核心价值

用 3-4 个要点说明好处,每个要点:
- 用「动词 + 具体结果」的格式
- 附带可量化的指标或具体场景

| 好处 | 具体说明 |
|------|---------|
| 零学习成本 | 不用培训、不用记菜单,开口说话就能操作系统 |
| 数据实时准确 | 直接查询数据库,库存数据实时更新 |
| 数据安全可控 | 支持纯本地部署,数据不出厂区 |

## 适用场景

列出 3-4 个具体应用场景,每个场景包含:
- **场景名称**:一句话描述
- **使用示例**:具体的操作或对话

| 场景 | 怎么用 |
|------|--------|
| 收货入库 | 说"入库 5 台 Watcher",系统自动登记 |
| 叉车作业 | 司机说"A3 货架还有多少货",语音播报,不用下车 |

## 使用须知

按以下顺序组织内容:

### 核心硬件设备(必需,显示在架构图之前)

| 设备 | 说明 | 必需 |
|------|------|------|
| SenseCAP Watcher | AI 语音助手 | ✓ 必选 |
| reComputer R1100/R2000 | 边缘网关(两款均支持) | ✓ 必选 |
| NVIDIA AGX Orin | 本地 AI 计算 | 边缘方案需要 |

### 网络要求(必需,显示在架构图之前)

- Watcher 需连接 2.4GHz WiFi(不支持 5GHz)
- 云方案需要互联网,边缘方案可断网运行

Read the full file on GitHub · 1,090 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 1,090 lines · 56 tokens per session scan A 0c4c0cc3b9e2

Subscribe to this mod's changes

solution-copywriting is a skill published in the GitHub repository suharvest/sensecraft-solutions (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 56 tokens to every session and 11,544 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

jetson-diagnostic

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

NVIDIA/skills · 30 tokens

doca-socket-relay

Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…

NVIDIA/skills · 236 tokens

offensive-z-wave

Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…

SnailSploit/Claude-Red · 113 tokens

hsb-flash

Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must…

NVIDIA/skills · 94 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens