Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计异常

clawsightsclawsights 命令行

Agent Skill

clawsights 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

240

周安装

10

GitHub Stars

公开资料未说明

下载量

80
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawsights(clawsights 命令行)
来源仓库:https://github.com/clawsights/clawsights
仓库路径:skills/clawsights
安装命令:
npx skills add https://github.com/clawsights/clawsights --skill clawsights
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/clawsights/clawsights --skill clawsights

简介

Clawsights 用于上传 Claude Code 的使用统计并生成洞察报告,展示 GitHub 贡献。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中需要可视化开发行为与产出的场景。
  • 通过 gh CLI 获取身份与 token,自动预览并上传报告至 clawsights.com。
  • 安装前建议确认权限范围、维护状态,以及是否会触发外部 API 调用或数据上传。
  • clawsights 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Clawsights — Upload Your Claude Code Stats

Before starting, create a task list with these items so the user can see progress:

  1. Get GitHub identity
  2. Generate insights report
  3. Read and preview report
  4. Confirm upload
  5. Upload to Clawsights
  6. Show results

Mark each task as in_progress when you start it and completed when done. Follow these steps exactly:

Step 1: Get GitHub Identity

Tell the user: "I'll grab your GitHub identity so Clawsights can create your profile at clawsights.com/{handle}."

Run these commands to get the user's GitHub handle and auth token:

gh api user --jq '.login'
gh auth token

If gh is not installed or the user is not logged in, tell them:

Store the handle and token for later use. Do not show the token to the user.

Step 2: Run /insights

Run the /insights skill to generate a fresh report. Wait for it to complete fully.

Step 3: Read the Report

Read the file at ~/.claude/usage-data/report.html.

Also extract the subtitle line for the preview. It looks like:

<p class="subtitle">38,539 messages across 4769 sessions | 2025-12-19 to 2026-02-09</p>

Step 4: Show Preview and Confirm

Display a preview of what will appear on their profile. Extract these from the report HTML and show them:

=== Clawsights Upload Preview ===
GitHub: @{handle}
Date range: {date_from} to {date_to}

Messages:      {totalMessages}
Sessions:      {totalSessions}
Lines Changed: +{linesAdded} / -{linesRemoved}
Msgs/Day:      {msgsPerDay}

This will be publicly visible at clawsights.com/{handle}
Your full insights report will be embedded on your profile page.

Omit any section that has no data. Then use the AskUserQuestion tool to ask:

Question: "Ready to upload?"

  • Options:

- "Upload" — Upload stats to clawsights.com - "Cancel" — Don't upload anything

If they choose Cancel, stop here.

Step 5: Upload

Make a POST request to the Clawsights API:

curl -s -X POST https://clawsights.com/api/upload \
  -H "Content-Type: application/json" \
  -d "{\"github_token\": \"TOKEN_HERE\", \"report_html\": $(cat ~/.claude/usage-data/report.html | jq -Rs .)}"

Replace TOKEN_HERE with the actual token from Step 1.

Step 6: Show Result

Parse the JSON response and display:

Uploaded! View your profile: https://clawsights.com/{handle}
Leaderboard rank: #{rank} out of {total_users} users

If the upload fails, show the error message from the response.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.01%
按下载量换算29

Claude

30.94%
按下载量换算25

Cursor

16.78%
按下载量换算13

Gemini CLI

7.93%
按下载量换算6

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills