Clawpilot

Clawpilot is your skill installation advisor. It analyzes task intent, recommends suitable skills, compares tradeoffs, explains risk, and suggests an installation order. Version 1 provides advice only and does not install skills automatically.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Clawpilot" with this command: npx skills add harrylabsj/clawpilot-advisor

Clawpilot

Positioning

Clawpilot = your skill installation advisor plus task radar.

When a user knows what they want to do but does not know which skill to install, Clawpilot analyzes the task, recommends candidate skills, compares the tradeoffs, explains risk, and suggests an installation order.

Version 1 gives recommendations only. It does not install skills automatically.


When to Trigger

Use Clawpilot when the user describes a task in natural language but does not know which skill to use. The bundled intent map is currently strongest for Chinese-language queries, so the examples below use the shipped Chinese prompts.

  • "我想查快递到哪里了"
  • "我最近压力好大,有什么能帮我的吗?"
  • "我想写租房合同,要注意什么?"
  • "有什么法律类的 skill 吗?"
  • "我想找对象"
  • "帮我推荐一个购物 or 外卖 or 打车的工具"

Core Features

FeatureDescription
Intent detectionExtracts the user task intent from the prompt, such as logistics, mental health, legal help, or shopping
Candidate skill recommendationsReturns 1-3 candidate skills for the detected intent
Comparison guidanceExplains the core differences between recommended skills
Risk labelsAssigns low, medium, high, or pending risk labels
Installation guidanceSuggests what to install first and what to install later
DisclaimersForces a disclaimer for medium and high-risk skills

Risk Levels

LevelMeaningExamples
LowPure utility use cases with little privacy or professional-risk impactWeather lookup, package tracking, food delivery
MediumPersonal information or light decision supportDating, shopping recommendations, mental health tools
HighMay affect legal rights, financial safety, or health decisionsContract drafting, legal support, medical advice
PendingNot enough information to label the risk confidentlyNewly added or unreviewed skills

Example Conversations

Scenario 1: Package tracking (low risk)

User query: 我想查一下我的快递到哪里了

Clawpilot:

  • Detected intent: package tracking
  • Recommended: logistics for aggregated tracking, then sf-express for SF Express-specific workflows
  • Risk: low
  • Install suggestion: install logistics first, then add sf-express only if you need a carrier-specific follow-up

Scenario 2: Work stress (medium risk)

User query: 我最近工作压力好大,感觉快要撑不住了

Clawpilot:

  • Detected intent: mental health support
  • Recommended: burnout-checkin -> psych-companion
  • Risk: medium
  • Reminder: these tools are supportive only and cannot replace professional mental health care

Scenario 3: Rental contract drafting (high risk)

User query: 我要写一份租房合同,有什么工具帮我吗?

Clawpilot:

  • Detected intent: contract and legal support
  • Recommended: clause-redraft -> contract-risk-scan
  • Risk: high
  • Required disclaimer: these skills provide support only and do not constitute legal advice. Important contracts should be reviewed by a licensed lawyer.

Scenario 4: Unsupported request

User query: 你觉得我今天出门应该穿什么?

Clawpilot: responds with a friendly refusal, shows supported examples, and asks the user to rephrase toward a skill-discovery task.


Explicit Non-Goals

ScenarioReason
Automatic skill installationThe MVP is an advisor and preserves user choice
Medical diagnosisOutside scope and high risk
Investment adviceHigh risk and should go to licensed professionals
International logistics or global servicesNot covered by the current knowledge base
Technical implementation consultingNot part of Clawpilot's role

Usage

# CLI smoke tests
python handler.py "我想查快递到哪里了"
python handler.py "我最近压力好大"
python handler.py "写租房合同用什么skill"

# Call as a module
from handler import handle
result = handle("我想查快递", installed_skills=["logistics"])

Data Files

  • data/skill-db.json - skill metadata database, including risk labels
  • data/intent-map.json - intent keyword to recommended-skill mapping

Clawpilot v1.0.1 - the skill installation advisor, trust layer, and entry layer of ClawHub

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Shike Gift Advisor

AI礼物推荐专家 - 根据收礼人关系、场合、预算智能推荐礼物。支持禁忌过滤、个性化祝福语。Use when: 礼物推荐, 生日礼物, 节日礼物, gift recommendation.

Registry SourceRecently Updated
2370Profile unavailable
General

ClawHub技能探索工具

ClawHub技能探索和导航工具。帮助用户快速找到所需的技能,支持关键词搜索和分类浏览。

Registry SourceRecently Updated
1.1K1Profile unavailable
General

Insurance Advisor China

中国大陆AI保险顾问。为个人和家庭提供全方位的保险咨询、产品对比、方案设计、投保指导。当用户询问保险配置、保险方案、产品对比、重疾险/医疗险/寿险/意外险/储蓄险推荐、保费计算、保障缺口分析、需求分析、核保合规、理赔等问题时使用。

Registry SourceRecently Updated
2490Profile unavailable
General

Multi Find Skills(技能搜索全能版)

技能搜索全能版 | Multi Find Skills 触发场景:用户询问"有什么技能可以帮我..."、"找一个能做X的技能"、"有没有技能可以..."、"帮我搜一下XXX相关的技能"、"search for skill"、"找技能" 功能:三生态(ClawHub+LobeHub+skills.sh)搜索+质量核...

Registry SourceRecently Updated
1301Profile unavailable