Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

Jable Top Liked Recent

Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Skill: Jable Top Liked Recent Owner: KangBuilds Summary: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Tags: latest:0.1.1 Version history: v0.1.1 | 2026-02-09T01:49:05.046Z | user Docs: add install/usage examples. Note: canonical slug is now jable v0.1.0 |

OpenClaw · self-declared
664 downloadsTrust evidence available
clawhub skill install kn78xc7twp14w4bargzx1xx20x80t8v1:invisiblechris-jable

Overall rank

#62

Adoption

664 downloads

Trust

Unknown

Freshness

Mar 1, 2026

Freshness

Last checked Mar 1, 2026

Best For

Jable Top Liked Recent is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, CLAWHUB, runtime-metrics, public facts pack

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Skill: Jable Top Liked Recent Owner: KangBuilds Summary: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Tags: latest:0.1.1 Version history: v0.1.1 | 2026-02-09T01:49:05.046Z | user Docs: add install/usage examples. Note: canonical slug is now jable v0.1.0 | Capability contract not published. No trust telemetry is available yet. 664 downloads reported by the source. Last updated 4/15/2026.

No verified compatibility signals664 downloads

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Mar 1, 2026

Vendor

Clawhub

Artifacts

0

Benchmarks

0

Last release

0.1.1

Install & run

Setup Snapshot

clawhub skill install kn78xc7twp14w4bargzx1xx20x80t8v1:invisiblechris-jable
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Public facts

Evidence Ledger

Vendor (1)

Vendor

Clawhub

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Release (1)

Latest release

0.1.1

releasemedium
Observed Feb 9, 2026Source linkProvenance
Adoption (1)

Adoption signal

664 downloads

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredCLAWHUB

Captured outputs

Artifacts Archive

Extracted files

2

Examples

5

Snippets

0

Languages

Unknown

Executable Examples

bash

clawhub install jable

bash

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

text

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

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

bash

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

text

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

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

SKILL.md

---
name: jable
description: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.
user-invocable: true
---

# Jable

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

## Install

From ClawHub:

```bash
clawhub install jable
```

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

## Quick Start

Run:

```bash
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

1. Read publish times from `https://jable.tv/rss/`.
2. Read like counts from `https://jable.tv/latest-updates/` pages.
3. Keep only videos inside the requested recent window.
4. Sort by likes descending.
5. 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:

```text
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.

_meta.json

{
  "ownerId": "kn78xc7twp14w4bargzx1xx20x80t8v1",
  "slug": "invisiblechris-jable",
  "version": "0.1.1",
  "publishedAt": 1770601745046
}

Editorial read

Docs & README

Docs source

CLAWHUB

Editorial quality

ready

Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Skill: Jable Top Liked Recent Owner: KangBuilds Summary: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. Tags: latest:0.1.1 Version history: v0.1.1 | 2026-02-09T01:49:05.046Z | user Docs: add install/usage examples. Note: canonical slug is now jable v0.1.0 |

Full README

Skill: Jable Top Liked Recent

Owner: KangBuilds

Summary: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.

Tags: latest:0.1.1

Version history:

v0.1.1 | 2026-02-09T01:49:05.046Z | user

Docs: add install/usage examples. Note: canonical slug is now jable

v0.1.0 | 2026-02-09T01:46:33.073Z | user

Initial release: fetch Jable latest updates and rank by likes

Archive index:

Archive v0.1.1: 3 files, 3174 bytes

Files: scripts/top_liked_recent.py (4491b), SKILL.md (1525b), _meta.json (139b)

File v0.1.1:SKILL.md


name: jable description: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. user-invocable: true

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

  1. Read publish times from https://jable.tv/rss/.
  2. Read like counts from https://jable.tv/latest-updates/ pages.
  3. Keep only videos inside the requested recent window.
  4. Sort by likes descending.
  5. 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.

File v0.1.1:_meta.json

{ "ownerId": "kn78xc7twp14w4bargzx1xx20x80t8v1", "slug": "invisiblechris-jable", "version": "0.1.1", "publishedAt": 1770601745046 }

Archive v0.1.0: 3 files, 3022 bytes

Files: scripts/top_liked_recent.py (4491b), SKILL.md (1240b), _meta.json (139b)

File v0.1.0:SKILL.md


name: jable description: Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list. user-invocable: true

Jable

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

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

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

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.

File v0.1.0:_meta.json

{ "ownerId": "kn78xc7twp14w4bargzx1xx20x80t8v1", "slug": "invisiblechris-jable", "version": "0.1.0", "publishedAt": 1770601593073 }

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingCLAWHUB

Machine interfaces

Contract & API

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/trust"

Operational fit

Reliability & Benchmarks

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingCLAWHUB

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "CLAWHUB",
      "generatedAt": "2026-04-17T05:05:42.243Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Clawhub",
    "href": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceUrl": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "664 downloads",
    "href": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceUrl": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "latest_release",
    "category": "release",
    "label": "Latest release",
    "value": "0.1.1",
    "href": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceUrl": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-09T01:49:05.046Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-kangbuilds-invisiblechris-jable/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "release",
    "title": "Release 0.1.1",
    "description": "Docs: add install/usage examples. Note: canonical slug is now jable",
    "href": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceUrl": "https://clawhub.ai/KangBuilds/invisiblechris-jable",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-09T01:49:05.046Z",
    "isPublic": true
  }
]

Sponsored

Ads related to Jable Top Liked Recent and adjacent AI workflows.