Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

scorescore 搜索

Agent Skill

score 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,333

周安装

315

GitHub Stars

公开资料未说明

下载量

2,570
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install score

简介

跟踪比赛得分、括号和球员统计数据。在记录结果、得分回合、排名排行榜、查看游戏历史、计算统计数据时使用。

SKILL.md

name
score
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
license
MIT-0
tags
[score, tool, utility]
description
Track game scores, brackets, and player statistics. Use when recording results, scoring rounds, ranking leaderboards, reviewing game history, computing stats.

Score

Gaming toolkit for tracking scores, rankings, challenges, leaderboards, and rewards from the command line. Log entries, review history, export data, and search across all records.

Overview

Score is a versatile CLI tool for game and competition tracking. Each command logs or retrieves entries with timestamps. Pass arguments to record new data, or run a command with no arguments to view recent entries. Built-in utilities provide statistics, data export, search, and health checks.

Commands

CommandDescription
score roll [input]Log a roll entry, or view recent rolls
score score [input]Log a score entry, or view recent scores
score rank [input]Log a rank entry, or view recent rankings
score history [input]Log a history note, or view recent history
score stats [input]Log a stats note, or view recent stats entries
score challenge [input]Log a challenge, or view recent challenges
score create [input]Log a creation event, or view recent creates
score join [input]Log a join event, or view recent joins
score track [input]Log a tracking entry, or view recent tracks
score leaderboard [input]Log a leaderboard entry, or view recent standings
score reward [input]Log a reward, or view recent rewards
score reset [input]Log a reset event, or view recent resets
score statsShow summary statistics across all log files
score export <fmt>Export all data (json, csv, or txt)
score search <term>Search all entries for a term
score recentShow last 20 lines of activity history
score statusHealth check (version, entries, disk usage, last activity)
score helpShow usage help
score versionShow version (v2.0.0)

Data Storage

  • Location: ~/.local/share/score/
  • Per-command logs: Each command (roll, score, rank, etc.) writes to its own <command>.log file
  • History: history.log — timestamped action log recording every operation
  • Export: export.<fmt> — generated export files (json, csv, txt)
  • Format: YYYY-MM-DD HH:MM|value per line in each log file
  • All data is plain text. No database or cloud service.

Requirements

  • bash (with set -euo pipefail)
  • Standard Unix utilities (date, wc, du, tail, grep, cat, head)
  • No external dependencies or API keys

When to Use

  1. Tracking game scores — Use score score "Player1 25pts" to log scores during a game night or tournament
  2. Running leaderboards — Use score leaderboard "Player1 #1" to maintain standings, then score export csv for spreadsheets
  3. Dice rolling & randomness — Log dice results with score roll "d20: 17" for tabletop RPG sessions
  4. Challenge tracking — Create and track challenges between players with score challenge "speed run level 3"
  5. Data analysis & export — Use score stats for summary counts, score search to find specific entries, and score export json for programmatic analysis

Examples

# Log a dice roll
score roll "d20: natural 17"
#  Output: [Score] roll: d20: natural 17
#          Saved. Total roll entries: 1

# Record a game score
score score "Alice 2500pts round-3"
#  Output: [Score] score: Alice 2500pts round-3
#          Saved. Total score entries: 1

# Update the leaderboard
score leaderboard "Alice #1, Bob #2, Charlie #3"
# View recent rolls (no argument = read mode)
score roll

# Check overall statistics
score stats
#  Output: history: 5 entries
#          roll: 3 entries
#          Total: 8 entries
#          Data size: 4.0K

# Search across all entries
score search "Alice"
# Export everything as JSON
score export json
#  Output: Exported to ~/.local/share/score/export.json (245 bytes)

# Export as CSV for spreadsheets
score export csv

# Check system health
score status
#  Output: Version: v2.0.0, Data dir, Entries count, Disk usage, Last activity

# View recent activity
score recent

How It Works

Each domain command (roll, score, rank, challenge, etc.) has dual behavior:

  • With arguments: Appends a timestamped entry to <command>.log and logs the action to history.log
  • Without arguments: Displays the last 20 entries from that command's log file

The stats utility aggregates entry counts across all log files. The export command converts all logs into JSON, CSV, or plain text format. The search command performs case-insensitive grep across every log file.

Tips

  • Each command is its own namespace — you can track dozens of game types simultaneously
  • Use recent for a quick dashboard of the last 20 actions
  • Pipe export json output to jq for advanced analysis
  • Override data directory: export SCORE_DIR=... (set in your environment before sourcing)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

93.74%
按下载量换算2,409

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills