Crawler Summary

huckleberry answer-first brief

Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. --- name: huckleberry description: Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. homepage: https://github.com/aaronn/openclaw-huckleberry-skill metadata: clawdbot: emoji: "๐Ÿ‘ถ" requires: bins: ["python3"] packages: ["huckleberry-api"] install: - id: pip-huckleberry kind: pip package: huckleberry-api label: Install huckleberry-api (pip) Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Freshness

Last checked 4/14/2026

Best For

huckleberry is best for be, until, if workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

huckleberry

Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. --- name: huckleberry description: Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. homepage: https://github.com/aaronn/openclaw-huckleberry-skill metadata: clawdbot: emoji: "๐Ÿ‘ถ" requires: bins: ["python3"] packages: ["huckleberry-api"] install: - id: pip-huckleberry kind: pip package: huckleberry-api label: Install huckleberry-api (pip)

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 14, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Aaronn

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Setup snapshot

git clone https://github.com/aaronn/openclaw-huckleberry-skill.git
  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 Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Aaronn

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

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 14, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

# Install from GitHub (required for bottle feeding support until next PyPI release)
   pip install git+https://github.com/Woyken/py-huckleberry-api.git
   # or with uv:
   uv pip install git+https://github.com/Woyken/py-huckleberry-api.git

bash

export HUCKLEBERRY_EMAIL="your-email@example.com"
     export HUCKLEBERRY_PASSWORD="your-password"
     export HUCKLEBERRY_TIMEZONE="America/Los_Angeles"  # optional

json

{
       "email": "your-email@example.com",
       "password": "your-password",
       "timezone": "America/Los_Angeles"
     }

bash

# List children
python3 ~/clawd/skills/huckleberry/scripts/hb.py children

# Sleep tracking
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-start
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-resume
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-cancel

# Breastfeeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-start --side left
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-switch
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-resume --side right
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-cancel

# Bottle feeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py bottle 120 --type "Formula" --units ml

# Diaper
python3 ~/clawd/skills/huckleberry/scripts/hb.py diaper both --pee-amount medium --poo-amount big --color yellow --consistency loose

# Growth
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth --weight 5.2 --height 55 --head 38 --units metric
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth-get

# History
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --date 2026-01-27
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --days 7 --type sleep --type feed
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --json

text

bottle <amount> [options]

text

diaper <mode> [options]

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. --- name: huckleberry description: Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. homepage: https://github.com/aaronn/openclaw-huckleberry-skill metadata: clawdbot: emoji: "๐Ÿ‘ถ" requires: bins: ["python3"] packages: ["huckleberry-api"] install: - id: pip-huckleberry kind: pip package: huckleberry-api label: Install huckleberry-api (pip)

Full README

name: huckleberry description: Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Use for logging baby activities through natural language. homepage: https://github.com/aaronn/openclaw-huckleberry-skill metadata: clawdbot: emoji: "๐Ÿ‘ถ" requires: bins: ["python3"] packages: ["huckleberry-api"] install: - id: pip-huckleberry kind: pip package: huckleberry-api label: Install huckleberry-api (pip)

Huckleberry Baby Tracker

Track baby activities (sleep, feeding, diapers, growth) via the Huckleberry app's Firebase backend.

Setup

  1. Install the API:

    # Install from GitHub (required for bottle feeding support until next PyPI release)
    pip install git+https://github.com/Woyken/py-huckleberry-api.git
    # or with uv:
    uv pip install git+https://github.com/Woyken/py-huckleberry-api.git
    
  2. Configure credentials (choose one):

    • Environment variables:
      export HUCKLEBERRY_EMAIL="your-email@example.com"
      export HUCKLEBERRY_PASSWORD="your-password"
      export HUCKLEBERRY_TIMEZONE="America/Los_Angeles"  # optional
      
    • Config file at ~/.config/huckleberry/credentials.json:
      {
        "email": "your-email@example.com",
        "password": "your-password",
        "timezone": "America/Los_Angeles"
      }
      

CLI Usage

The CLI is at ~/clawd/skills/huckleberry/scripts/hb.py

# List children
python3 ~/clawd/skills/huckleberry/scripts/hb.py children

# Sleep tracking
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-start
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-resume
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py sleep-cancel

# Breastfeeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-start --side left
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-switch
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-pause
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-resume --side right
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-complete
python3 ~/clawd/skills/huckleberry/scripts/hb.py feed-cancel

# Bottle feeding
python3 ~/clawd/skills/huckleberry/scripts/hb.py bottle 120 --type "Formula" --units ml

# Diaper
python3 ~/clawd/skills/huckleberry/scripts/hb.py diaper both --pee-amount medium --poo-amount big --color yellow --consistency loose

# Growth
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth --weight 5.2 --height 55 --head 38 --units metric
python3 ~/clawd/skills/huckleberry/scripts/hb.py growth-get

# History
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --date 2026-01-27
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --days 7 --type sleep --type feed
python3 ~/clawd/skills/huckleberry/scripts/hb.py history --json

Complete Parameter Reference

Sleep Commands

| Command | Parameters | Description | |---------|------------|-------------| | sleep-start | โ€” | Start a new sleep session (timer begins) | | sleep-pause | โ€” | Pause the current sleep session | | sleep-resume | โ€” | Resume a paused sleep session | | sleep-complete | --notes | End sleep and save to history | | sleep-cancel | โ€” | Cancel without saving to history |

Breastfeeding Commands

| Command | Parameters | Description | |---------|-----------|-------------| | feed-start | --side {left,right} (default: left) | Start nursing session | | feed-pause | โ€” | Pause session, accumulate duration | | feed-resume | --side {left,right} (optional) | Resume on specified or last side | | feed-switch | โ€” | Switch to other side (auto-resumes if paused) | | feed-complete | --notes | End session and save to history | | feed-cancel | โ€” | Cancel without saving |

Bottle Feeding

bottle <amount> [options]

| Parameter | Values | Required | Default | |-----------|--------|----------|---------| | amount | Any number | Yes | โ€” | | --type / -t | "Breast Milk", "Formula", "Mixed" | No | "Formula" | | --units / -u | ml, oz | No | ml | | --notes / -n | Any text | No | โ€” |

Diaper Change

diaper <mode> [options]

| Parameter | Values | Required | Default | |-----------|--------|----------|---------| | mode | pee, poo, both, dry | Yes | โ€” | | --pee-amount | little, medium, big | No | โ€” | | --poo-amount | little, medium, big | No | โ€” | | --color | yellow, brown, black, green, red, gray | No | โ€” | | --consistency | solid, loose, runny, mucousy, hard, pebbles, diarrhea | No | โ€” | | --rash | (flag) | No | false | | --notes | Any text | No | โ€” |

Color Guide

  • yellow โ€” Normal for breastfed babies
  • brown โ€” Normal for formula-fed or older babies
  • green โ€” Can be normal, or indicate fast digestion/foremilk
  • black โ€” Normal first few days (meconium), concerning later
  • red โ€” May indicate blood, consult pediatrician
  • gray โ€” Uncommon, may indicate liver issues

Consistency Guide

  • solid โ€” Formed stool
  • loose โ€” Soft but not watery
  • runny โ€” Watery consistency
  • mucousy โ€” Contains mucus
  • hard โ€” Firm, may indicate constipation
  • pebbles โ€” Small hard pieces
  • diarrhea โ€” Very watery, frequent

Growth Measurements

growth [options]
growth-get

| Parameter | Values | Required | Notes | |-----------|--------|----------|-------| | --weight / -w | Number | At least one | kg (metric) or lbs (imperial) | | --height / -l | Number | measurement | cm (metric) or inches (imperial) | | --head | Number | required | cm (metric) or inches (imperial) | | --units / -u | metric, imperial | No | Default: metric | | --notes / -n | Any text | No | โ€” |

History / Calendar

history [options]

| Parameter | Values | Required | Default | |-----------|--------|----------|---------| | --date / -d | YYYY-MM-DD | No | Today | | --days | Number | No | 1 | | --type / -t | sleep, feed, diaper, health | No | All types |

Use --type multiple times to filter: --type sleep --type feed

Agent Guidelines: When to Ask for Details

AI Attribution on Notes

Always include AI attribution when logging entries:

Creating new entries:

  • No user note: --notes "Created via AI"
  • User provides note: --notes "user's note | Created via AI"

Editing existing entries:

  • No user note: --notes "Updated via AI"
  • User provides note: append | Updated via AI to existing notes

This creates a paper trail for AI-assisted entries.

When to Ask for Clarification

When a user request is sparse, ask for clarification before logging. Here's when:

Diaper Changes

If user says just "diaper change" or "poop":

  • Always ask: Was it pee, poo, or both?
  • For poo, consider asking: Color? Consistency? Amount?
  • Skip details if: User seems rushed or says "just log it"

Example follow-up:

"Got it! Was it pee, poo, or both? Any details to note (color, consistency, amount)?"

Bottle Feeding

If user says "bottle" without amount:

  • Always ask: How much? (in ml or oz)
  • Consider asking: Formula, breast milk, or mixed?

Example follow-up:

"How much was the bottle? And was it formula, breast milk, or mixed?"

Growth Measurements

If user says "log weight" without value:

  • Always ask: What's the weight? (and clarify units if ambiguous)

Sleep/Feeding Timers

These are typically clear commands, but clarify if ambiguous:

  • "Baby's eating" โ†’ "Starting breastfeeding โ€” which side, left or right?"
  • "Feed done" โ†’ Check if breastfeeding or bottle context

Natural Language Examples

| User says | Action | |-----------|--------| | "Baby fell asleep" | sleep-start | | "She woke up" | sleep-complete | | "Cancel that sleep" | sleep-cancel | | "Feeding on the left" | feed-start --side left | | "Switch sides" | feed-switch | | "Done nursing" | feed-complete | | "4oz bottle of formula" | bottle 4 --type Formula --units oz | | "120ml breast milk bottle" | bottle 120 --type "Breast Milk" --units ml | | "Diaper change, pee and poo" | โ†’ Ask about amounts/color/consistency | | "Just a wet diaper" | diaper pee | | "Dry check" | diaper dry | | "Weight is 5.5kg" | growth --weight 5.5 --units metric | | "What did the baby do today?" | history --days 1 | | "Sleep history for the week" | history --days 7 --type sleep |

Multi-Child Support

If the account has multiple children, use --child / -c:

python3 hb.py --child "Baby Name" sleep-start

Without --child, commands default to the first child in the account.

Troubleshooting

Authentication errors:

  • Verify email/password are correct
  • Check credentials file permissions
  • Huckleberry doesn't support 2FA for API access

"No children found":

  • Ensure the account has at least one child profile in the Huckleberry app

Timer already active:

  • Complete or cancel the existing session before starting a new one

Technical Notes

  • Uses Firebase Firestore via gRPC (same as mobile app)
  • Real-time sync: Changes appear immediately in the Huckleberry app
  • Token auto-refresh: Sessions stay authenticated
  • Timezone handling: Huckleberry requires an offset field (minutes behind UTC) for entries to display correctly. E.g., PST (UTC-8) = 480 minutes. The CLI automatically calculates this from the configured timezone. Without this field, entries appear at UTC time in the app.

Credits

Built on py-huckleberry-api by Woyken โ€” a reverse-engineered Python client for Huckleberry's Firebase backend.


Created with AI - 2026-01-27 Updated with AI - 2026-01-28

Notes on All Entry Types

The --notes / -n parameter is available on all entry types:

  • sleep-complete --notes "Slept through the night!"
  • feed-complete --notes "Good latch today"
  • bottle --notes "Logged via AI"
  • diaper --notes "Checked by AI"
  • growth --notes "Measured at pediatrician"

The upstream py-huckleberry-api only supports notes on diaper entries. This skill extends that to all types by updating the Firestore document directly after creation.

Not Supported by Upstream API

The following features exist in Huckleberry but aren't exposed in the py-huckleberry-api:

  • Sleep conditions (happy/upset at start/end)
  • Sleep locations (car, nursing, stroller, crib, etc.)

These would require modifying the upstream library to accept additional parameters.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

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/aaronn-openclaw-huckleberry-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

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.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation โ€ข (~400 MCP servers for AI agents) โ€ข AI Automation / AI Agent with MCPs โ€ข AI Workflows & AI Agents โ€ข MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ŸŒŸ Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

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/aaronn-openclaw-huckleberry-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-16T23:42:11.247Z"
    }
  },
  "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"
    },
    {
      "key": "be",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "until",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "if",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "2fa",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "notes",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:be|supported|profile capability:until|supported|profile capability:if|supported|profile capability:2fa|supported|profile capability:notes|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Aaronn",
    "href": "https://github.com/aaronn/openclaw-huckleberry-skill",
    "sourceUrl": "https://github.com/aaronn/openclaw-huckleberry-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:24:31.612Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:24:31.612Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/aaronn-openclaw-huckleberry-skill/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to huckleberry and adjacent AI workflows.