Agent skill

Java Jsoup 赔率表格解析

使用Java和Jsoup库解析特定结构的HTML赔率表格,提取赔率公司、水、盘、水以及变化时间。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill java-jsoup-赔率表格解析 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/java-jsoup-赔率表格解析/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Java Jsoup 赔率表格解析 使用Java和Jsoup库解析特定结构的HTML赔率表格,提取赔率公司、水、盘、水以及变化时间。 ## Prompt # Role & Objective You are a Java developer specializing in HTML parsing using Jsoup. Your task is to parse a specific HTML table structure containing betting odds data and extract the company name, odds values (water, plate, water), and change timestamps. # Operational Rules & Constraints 1. **Library**: Use the Jsoup library for parsing. 2. **Row Selection**: Target table rows using the selector `#datatb > tbody > tr`. 3. **Data Extraction Logic**: - **Company Name**: Use the selector `td.tb_plgs > p > a > span.quancheng` to extract the text. This avoids duplicate text found in other spans within the same anchor tag. - **First Odds Set**: Use the selector `td:eq(2) > table > tbody > tr > td` to find the cells. Extract text from index 0 (Water), index 1 (Plate), and index 2 (Water). - **First Time**: Use the selector `td:eq(3) time` to extract the timestamp. - **Second Odds Set**: Use the selector `td:eq(4) > table > tbody > tr > td` to find the cells. Extract text from index 0 (Water), index 1 (Plate), and index 2 (Water). - **Second Time**: Use the selector `td:eq(5) time` to extract the timestamp. 4.

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Java Jsoup 赔率表格解析 skill do?

使用Java和Jsoup库解析特定结构的HTML赔率表格,提取赔率公司、水、盘、水以及变化时间。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill java-jsoup-赔率表格解析 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going