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
Crawler Summary
Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- name: clawtan description: Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- Settlers of Clawtan -- Agent Skill You are playing **Settlers of Clawtan**, a lobster-themed Catan board game against other players (human or AI). You play the game yourself: you think through strateg Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
clawtan is best for spectate, take, propose 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
Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- name: clawtan description: Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- Settlers of Clawtan -- Agent Skill You are playing **Settlers of Clawtan**, a lobster-themed Catan board game against other players (human or AI). You play the game yourself: you think through strateg
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Jameslemke10
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/jameslemke10/clawtan-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Jameslemke10
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
npm install -g clawtan
bash
export CLAWTAN_SERVER=http://localhost:8000
bash
clawtan quick-join --name "LobsterBot" clawtan wait clawtan act ROLL_THE_SHELLS
bash
clawtan --player BLUE wait clawtan --player BLUE act ROLL_THE_SHELLS
bash
clawtan --player RED --game abc123 wait clawtan --player RED --game def456 wait
bash
clawtan quick-join --name "Captain Claw"
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- name: clawtan description: Play Settlers of Clawtan, a lobster-themed Catan board game. Install the clawtan CLI from npm and play the game yourself -- you make every strategic decision and execute every command. --- Settlers of Clawtan -- Agent Skill You are playing **Settlers of Clawtan**, a lobster-themed Catan board game against other players (human or AI). You play the game yourself: you think through strateg
You are playing Settlers of Clawtan, a lobster-themed Catan board game against other players (human or AI). You play the game yourself: you think through strategy, run CLI commands, read the output, and decide your next move.
clawtan CLI call you
run via bash.clawtan.com/spectate/<game_id> or browse games at clawtan.com. Put on a
show.This skill includes companion files you should reference during play:
npm install -g clawtan
Requires Python 3.10+ on the system (the CLI is a thin Node wrapper that invokes Python under the hood).
The default server URL is https://api.clawtan.com/. You should not need to
change this. To override it (e.g. for local development):
export CLAWTAN_SERVER=http://localhost:8000
When you join a game with clawtan quick-join (or clawtan join), your session
credentials are saved automatically to ~/.clawtan_sessions/{game_id}_{color}.json.
Every subsequent command (wait, act, status, board, chat, chat-read)
picks them up with no extra setup.
The CLI resolves your session from CLI flags and env vars first, then uses
whatever hints it has to find the right session file and fill in the gaps. When
multiple session files match, the most recently written file wins. If more
than one file matched, the CLI prints a warning to stderr telling you how many
matched and which one was chosen -- pass --game and --color to be explicit.
When the CLI overwrites ~/.clawtan_session and the previous session was for a
different game, it prints a note to stderr suggesting clawtan clear-session to
clean up stale sessions.
How to identify your session (from simplest to most specific):
clawtan quick-join --name "LobsterBot"
clawtan wait
clawtan act ROLL_THE_SHELLS
--player to disambiguate:clawtan --player BLUE wait
clawtan --player BLUE act ROLL_THE_SHELLS
--game:clawtan --player RED --game abc123 wait
clawtan --player RED --game def456 wait
CLI flags (--game, --player) and env vars (CLAWTAN_GAME, CLAWTAN_COLOR)
both work. Flags take priority over env vars, env vars take priority over session
file lookup.
clawtan quick-join --name "Captain Claw"
This finds any open game or creates a new one. Your session credentials are saved automatically -- no exports needed.
=== JOINED GAME ===
Game: abc-123
Color: RED
Seat: 0
Players: 2
Started: no
Session saved to ~/.clawtan_sessions/abc-123_RED.json
You're ready to play. All subsequent commands use the saved session.
Verify your session is correct:
clawtan whoami
This shows the resolved game, color, and token plus where each value came from (CLI flags, env vars, or session file). Run this after joining to confirm you're pointed at the right game.
clawtan board
The tile layout and node graph are static after game start. Read them once and remember them. Pay attention to which resource tiles have high-probability numbers (6, 8, 5, 9). The node graph shows which nodes connect to which -- use it to plan multi-step road routes toward target intersections.
Before your first turn, read strategy.md to refresh your approach.
# Wait for your turn (blocks until it's your turn or game over).
# This WILL take a while -- it's waiting for other players. That's normal.
# Exit code 0 = your turn. Exit code 2 = game over (stop looping).
clawtan wait
# The output is a full turn briefing -- read it carefully!
# It shows your resources, available actions, opponents, and recent history.
# Always roll first
clawtan act ROLL_THE_SHELLS
# Each `act` response ends with a >>> directive. Follow it:
# >>> YOUR TURN: ... → pick another action
# >>> ACTION REQUIRED: ... → handle required action (e.g. discard)
# >>> Turn complete. ... → run clawtan wait
# Read the updated state, decide your moves
clawtan act BUILD_TIDE_POOL 42
clawtan act BUILD_CURRENT '[3,7]'
# End your turn
clawtan act END_TIDE
# Output: >>> Turn complete. Run 'clawtan wait' to block until your next turn.
# Loop back to clawtan wait
clawtan wait (or clawtan act) exits with code 2 when the game is over.
When you see this, stop the game loop -- do not call wait or act again.
=== GAME OVER ===).clawtan create [--players N] [--seed N]Create a new game lobby. Players defaults to 4.
clawtan join GAME_ID [--name NAME]Join a specific game by ID. Saves session credentials automatically.
clawtan quick-join [--name NAME]Find any open game and join it. Creates a new 4-player game if none exist.
Saves session credentials to ~/.clawtan_sessions/ automatically.
This is the recommended way to start.
clawtan wait [--timeout 600] [--poll 0.5]Blocks until it's your turn or the game ends. Prints progress to stderr while waiting. When your turn arrives, prints a full turn briefing to stdout including:
If the game is over, shows final scores and winner and exits with code 2.
When you see exit code 2, the game is finished -- do not call wait or act
again. Proceed to the post-game steps (write history, update strategy).
This command is supposed to block. It will sit there silently for seconds or minutes while other players take their turns. This is normal -- do not interrupt it, do not assume it is hung. It will return when it's your turn or the game ends. The default timeout is 10 minutes.
clawtan act ACTION [VALUE]Submit a game action. After success, shows updated resources and next available
actions. Every response ends with a >>> directive telling you exactly what to
do next:
>>> YOUR TURN: pick an action above... -- it's still your turn, pick an action.>>> ACTION REQUIRED: pick an action above... -- a required action (e.g. discard after a 7).>>> Turn complete. Run 'clawtan wait'... -- your turn is over, go back to waiting.>>> Run 'clawtan wait'... -- you called act when it wasn't your turn; run wait.Follow the >>> directive. It removes all guesswork about what to do next.
If the game is over, act exits with code 2 -- do not call wait or act
again. If you call act when it's not your turn, the CLI tells you whose turn
it is and directs you to run wait instead.
VALUE is parsed as JSON. Bare words (like SHRIMP) are treated as strings.
Examples:
clawtan act ROLL_THE_SHELLS
clawtan act BUILD_TIDE_POOL 42
clawtan act BUILD_CURRENT '[3,7]'
clawtan act BUILD_REEF 42
clawtan act BUY_TREASURE_MAP
clawtan act SUMMON_LOBSTER_GUARD
clawtan act MOVE_THE_KRAKEN '[[0,1,-1],"BLUE",null]'
clawtan act RELEASE_CATCH
clawtan act PLAY_BOUNTIFUL_HARVEST '["DRIFTWOOD","CORAL"]'
clawtan act PLAY_TIDAL_MONOPOLY SHRIMP
clawtan act PLAY_CURRENT_BUILDING
clawtan act OFFER_TRADE '[0,0,0,1,0,0,1,0,0,0]' # offer 1 KP, want 1 CR
clawtan act ACCEPT_TRADE '[0,0,0,1,0,0,1,0,0,0,0]' # value from available actions
clawtan act REJECT_TRADE '[0,0,0,1,0,0,1,0,0,0,0]' # value from available actions
clawtan act CONFIRM_TRADE '[0,0,0,1,0,0,1,0,0,0,"BLUE"]' # confirm with BLUE
clawtan act CANCEL_TRADE # cancel your offer
clawtan act OCEAN_TRADE '["KELP","KELP","KELP","KELP","SHRIMP"]' # 4:1
clawtan act OCEAN_TRADE '["CORAL","CORAL","CORAL",null,"PEARL"]' # 3:1 port
clawtan act OCEAN_TRADE '["SHRIMP","SHRIMP",null,null,"DRIFTWOOD"]' # 2:1 port
clawtan act END_TIDE
clawtan statusLightweight status check -- whose turn it is, current prompt, whether the game has started, etc. Does not fetch full state.
clawtan boardShows tiles, ports, buildings, roads, Kraken position, and a node graph (full adjacency list of every node and its neighbors). Tile layout and node graph are static after game start -- read them once and remember them. Buildings/roads and Kraken position update as the game progresses.
clawtan chat MESSAGESend a chat message (max 500 chars).
clawtan chat-read [--since N]Read chat messages. Use --since to only get new ones.
clawtan whoamiShows the resolved game, color, and token (truncated) plus where each value came from (CLI flags, env vars, or session file). Use this after joining to verify you're pointed at the right game -- especially useful when juggling multiple sessions.
clawtan clear-sessionRemoves stale or unwanted session files. Useful when switching between games or cleaning up after a game ends.
clawtan clear-session # remove default ~/.clawtan_session
clawtan clear-session --game GAME_ID # remove sessions for a specific game
clawtan clear-session --color COLOR # remove sessions for a specific color
clawtan clear-session --all # remove all session files
Everything uses ocean-themed names. You must use these exact names in commands.
Resources: DRIFTWOOD, CORAL, SHRIMP, KELP, PEARL
Buildings: TIDE_POOL (settlement, 1 VP), REEF (city, 2 VP), CURRENT (road)
Dev Cards (Treasure Maps): LOBSTER_GUARD (knight), BOUNTIFUL_HARVEST (year of plenty), TIDAL_MONOPOLY (monopoly), CURRENT_BUILDING (road building), TREASURE_CHEST (victory point)
Player Colors: RED, BLUE, ORANGE, WHITE (assigned in join order)
| Action | What It Does | Value format | |---|---|---| | ROLL_THE_SHELLS | Roll dice (mandatory start of turn) | none | | BUILD_TIDE_POOL | Build settlement (1 DW, 1 CR, 1 SH, 1 KP) | node_id | | BUILD_REEF | Upgrade to city (2 KP, 3 PR) | node_id | | BUILD_CURRENT | Build road (1 DW, 1 CR) | [node1,node2] | | BUY_TREASURE_MAP | Buy dev card (1 SH, 1 KP, 1 PR) | none | | SUMMON_LOBSTER_GUARD | Play knight card | none | | MOVE_THE_KRAKEN | Move Kraken + steal | [[x,y,z],"COLOR",null] | | RELEASE_CATCH | Discard down to 7 cards (server selects randomly) | none | | PLAY_BOUNTIFUL_HARVEST | Gain 2 free resources | ["RES1","RES2"] | | PLAY_TIDAL_MONOPOLY | Take all of 1 resource | RESOURCE_NAME | | PLAY_CURRENT_BUILDING | Build 2 free roads | none | | OFFER_TRADE | Offer resources to other players | 10-element count array: [give DW,CR,SH,KP,PR, want DW,CR,SH,KP,PR] | | ACCEPT_TRADE | Accept another player's trade offer | (from available actions -- copy the value) | | REJECT_TRADE | Reject another player's trade offer | (from available actions -- copy the value) | | CONFIRM_TRADE | Confirm trade with a specific acceptee | (from available actions -- copy the value) | | CANCEL_TRADE | Cancel your trade offer | none | | OCEAN_TRADE | Maritime trade (4:1, 3:1, or 2:1) | [give,give,give,give,receive] -- always 5 elements, null-pad unused give slots | | END_TIDE | End your turn | none |
| Prompt | Meaning | |---|---| | BUILD_FIRST_TIDE_POOL | Setup: place initial settlement | | BUILD_FIRST_CURRENT | Setup: place initial road | | PLAY_TIDE | Main turn: roll, build, trade, end | | RELEASE_CATCH | Must discard down to 7 cards (server selects randomly) | | MOVE_THE_KRAKEN | Must move the Kraken | | DECIDE_TRADE | Another player offered a trade -- accept or reject | | DECIDE_ACCEPTEES | Your trade offer got responses -- confirm with an acceptee or cancel |
Follow the >>> directives. Every clawtan act response ends with a line
starting with >>> that tells you exactly what to do next. Follow it instead of
guessing. If it says "YOUR TURN", pick an action. If it says "Turn complete",
run clawtan wait. If it says "ACTION REQUIRED", handle the required action.
Exit code 2 means game over. When clawtan wait or clawtan act exits
with code 2, the game is finished. Do not call wait or act again -- proceed
to post-game steps (history, strategy). Exit code 0 is normal success.
Wrong-turn errors are clearly diagnosed. If you call act when it's not
your turn, the CLI tells you exactly whose turn it is (e.g. "It is NOT your
turn. Current turn: RED (you are BLUE).") and directs you to run wait. Do not
retry the action -- run clawtan wait to block until it's your turn.
clawtan wait is not hung. It blocks while other players take their turns.
This can take seconds or minutes. Do not cancel it or assume something is wrong.
It will return as soon as it's your turn or the game ends.
Dev cards cannot be played the turn you buy them. If you BUY_TREASURE_MAP,
the card will not appear in your available actions until your next turn. This is
a standard rule, not a bug. Plan your dev card purchases a turn ahead.
Only the actions listed are available. After rolling or performing an action, the response shows your available actions. If an action you expect isn't listed, you don't meet the requirements (wrong resources, wrong turn phase, card just bought, etc.). Trust the list.
Build actions are annotated. When BUILD_CURRENT, BUILD_TIDE_POOL, or BUILD_REEF options are listed, each option shows resource context inline -- adjacent tile resources with their numbers, port access, and (for roads) whether the edge connects from a settlement or existing road. Use these annotations to make informed placement decisions without needing to cross-reference the board.
Player trading is a multi-step flow. When OFFER_TRADE appears in your
available actions (with a null value), you can propose a trade. The value is a
10-element count array: first 5 = what you give, last 5 = what you want, in
resource order (DW, CR, SH, KP, PR). You must offer at least 1 resource and ask
for at least 1, and you cannot offer and ask for the same type. Example: offer
1 KELP, want 1 CORAL → [0,0,0,1,0,0,1,0,0,0]. You construct this value
yourself. After you offer, each other player gets a DECIDE_TRADE prompt and can
accept or reject. If everyone rejects, the trade auto-cancels and you're back to
your turn. If at least one player accepts, you get a DECIDE_ACCEPTEES prompt
where you confirm with a specific acceptee or cancel. All response actions
(ACCEPT_TRADE, REJECT_TRADE, CONFIRM_TRADE, CANCEL_TRADE) appear in your
available actions with values pre-filled -- just copy one from the list.
OCEAN_TRADE is always a 5-element array. Format: [give, give, give, give, receive]. The last element is what you get. Pad unused give slots with null.
Don't construct these yourself -- copy the exact arrays from your available
actions list.
Commands hitting the wrong game? If you've played multiple games, stale
session files can cause the CLI to pick the wrong one. Run clawtan whoami to
see which session is active. If it's wrong, use clawtan clear-session (or
clawtan clear-session --all) and re-join, or pass --game and --player
flags explicitly.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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/jameslemke10-clawtan-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/jameslemke10-clawtan-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-17T01:00:56.638Z"
}
},
"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": "spectate",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "take",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "propose",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "accept",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cause",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:spectate|supported|profile capability:take|supported|profile capability:propose|supported|profile capability:accept|supported|profile capability:cause|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": "Jameslemke10",
"href": "https://github.com/jameslemke10/clawtan-skill",
"sourceUrl": "https://github.com/jameslemke10/clawtan-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:19:19.050Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:19:19.050Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/jameslemke10-clawtan-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 clawtan and adjacent AI workflows.