# Send Jable: Top Liked Recent to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jable",
    "name": "Jable: Top Liked Recent",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/KangBuilds/jable",
    "canonicalUrl": "https://clawhub.ai/KangBuilds/jable",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/jable",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jable",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/top_liked_recent.py"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "jable",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-04-29T23:11:57.727Z",
      "expiresAt": "2026-04-30T23:11:57.727Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jable",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jable",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "jable"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/KangBuilds/jable"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jable",
    "downloadUrl": "https://openagent3.xyz/downloads/jable",
    "agentUrl": "https://openagent3.xyz/skills/jable/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jable/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jable/agent.md"
  }
}
```
## Documentation

### Jable

Use this skill to produce "recent + top liked" lists from Jable quickly and repeatably.

### Install

From ClawHub:

clawhub install jable

(If you keep it in GitHub instead, clone/copy this folder into your OpenClaw workspace as skills/jable/.)

### Quick Start

Run:

python3 skills/jable/scripts/top_liked_recent.py --hours 48 --top 3 --pages 10

Parameters:

--hours: recent window in hours (default 48)
--top: number of items to output (default 3)
--pages: number of latest-updates pages to scan for like counts (default 10)

### Workflow

Read publish times from https://jable.tv/rss/.
Read like counts from https://jable.tv/latest-updates/ pages.
Keep only videos inside the requested recent window.
Sort by likes descending.
Return top N with title, likes, and URL.

### Usage (in chat)

Ask for a list like:

“Pull Jable latest updates and show top 5 by likes from last 24h”

### Output Format

Use this style when replying to users:

1️⃣ <title>
❤️ <likes>
🔗 <url>

2️⃣ <title>
❤️ <likes>
🔗 <url>

### Notes

If a recent RSS item does not appear in scanned latest pages, it may miss like data and be skipped.
Increase --pages when needed.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: KangBuilds
- Version: 0.1.0
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-04-29T23:11:57.727Z
- Expires at: 2026-04-30T23:11:57.727Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/jable)
- [Send to Agent page](https://openagent3.xyz/skills/jable/agent)
- [JSON manifest](https://openagent3.xyz/skills/jable/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/jable/agent.md)
- [Download page](https://openagent3.xyz/downloads/jable)