← 返回
未分类

clawpilot-advisor

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.
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.
yjkj999999
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 17
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 从ClawHub迁移发布 当前
    2026-06-07 11:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 859 📥 339,912
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,153 📥 925,381
design-media

agnes-image-gen

user_15292d5a
使用 Agnes AI 的图片生成模型生成图片,支持文生图(agnes-image-2.1-flash)和图生图(agnes-image-2.0-flash)。支持自定义 API Key,用户可使用自己的 Agnes Key。优化重点:降低
★ 1 📥 226